color codes Logo

#39742c color codes

#39742C
(57,116,44)
0 Favorites   0 Comments

Color spaces of #39742c

RGB 5711644
HSL0.300.450.31
HSV109°62°45°
CMYK 0.510.000.62   0.55
XYZ8.387413.54254.5548
Yxy13.54250.31670.5113
Hunter Lab36.8001-23.716918.4217
CIE-Lab43.5695-34.161333.2784

#39742c color RGB value is (57,116,44).

#39742c hex color red value is 57, green value is 116 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #39742c hue: 0.30 , saturation: 0.45 and the lightness value of 39742c is 0.31.

The process color (four color CMYK) of #39742c color code is 0.51, 0.00, 0.62, 0.55. Web safe color of #39742c is #336633. Color #39742c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110100 00101100
Octal 71 164 54
Decimal 57 116 44
Hex 39 74 2C

RGB Percentages of Color #39742c

%26.27
%53.46
%20.28

CMYK Percentages of Color #39742c

%51
%0
%62
%55

Triadic Colors of #39742c

#39742c #2c3974 #742c39

Analogous Colors of #39742c

#39742c #2c7443 #5d742c

Monochromatic Colors of #39742c

#39742c

Complementary Color

#39742c #672c74

#39742c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39742c Color Preview on White Background

Lorem ipsum dolor sit amet.

#39742c Color CSS Codes

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

#39742c Text Font Color

<p style="color:#39742c">Text here</p>

This sample text font color is #39742c
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.


#39742c Background Color

<div style="background-color:#39742c">
Div content here</div>

This div background color is #39742c


#39742c Border Color

<div style="border:3px solid #39742c">
Div here</div>

This div border color is #39742c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,116,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39742c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39742c;
  -webkit-box-shadow: 1px 1px 3px 2px #39742c;
  box-shadow:         1px 1px 3px 2px #39742c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,116,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39742c


Comments

No comments written yet.

Please login to write comment.