Color Hex Logo

#38804b Color Hex

#38804B
(56,128,75)
0 Favorites   0 Comments

Color spaces of #38804b

RGB 5612875
HSL0.380.390.36
HSV136°56°50°
CMYK 0.560.000.41   0.50
XYZ10.620116.78719.3371
Yxy16.78710.28900.4569
Hunter Lab40.9721-25.433315.1689
CIE-Lab47.9907-34.997622.1330

#38804b color RGB value is (56,128,75).

#38804b hex color red value is 56, green value is 128 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #38804b hue: 0.38 , saturation: 0.39 and the lightness value of 38804b is 0.36.

The process color (four color CMYK) of #38804b color hex is 0.56, 0.00, 0.41, 0.50. Web safe color of #38804b is #339933. Color #38804b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000000 01001011
Octal 70 200 113
Decimal 56 128 75
Hex 38 80 4B

RGB Percentages of Color #38804b

%21.62
%49.42
%28.96

CMYK Percentages of Color #38804b

%56
%0
%41
%50

Triadic Colors of #38804b

#38804b #4b3880 #804b38

Analogous Colors of #38804b

#38804b #38806f #498038

Monochromatic Colors of #38804b

#38804b

Complementary Color

#38804b #80386d

#38804b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38804b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38804b Color CSS Codes

.mybgcolor {background-color:#38804b; } 
.myforecolor {color:#38804b; }
.mybordercolor {border:3px solid #38804b; }

#38804b Text Font Color

<p style="color:#38804b">Text here</p>

This sample text font color is #38804b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#38804b Background Color

<div style="background-color:#38804b">
Div content here</div>

This div background color is #38804b


#38804b Border Color

<div style="border:3px solid #38804b">
Div here</div>

This div border color is #38804b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,128,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38804b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38804b;
  -webkit-box-shadow: 1px 1px 3px 2px #38804b;
  box-shadow:         1px 1px 3px 2px #38804b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,128,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #38804b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #38804b;
  -webkit-box-shadow: 1px 1px 3px 2px #38804b;
  box-shadow:         1px 1px 3px 2px #38804b;">
Div content here</div>

This div box has shadow with color #38804b


Comments

No comments written yet.

Please login to write comment.