Color Hex Logo

#39470e Color Hex

#39470E
(57,71,14)
0 Favorites   0 Comments

Color spaces of #39470e

RGB 577114
HSL0.210.670.17
HSV75°80°28°
CMYK 0.200.000.80   0.72
XYZ4.01985.40801.2475
Yxy5.40800.37660.5066
Hunter Lab23.2551-9.841513.0980
CIE-Lab27.8669-14.877230.5450

#39470e color RGB value is (57,71,14).

#39470e hex color red value is 57, green value is 71 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #39470e hue: 0.21 , saturation: 0.67 and the lightness value of 39470e is 0.17.

The process color (four color CMYK) of #39470e color hex is 0.20, 0.00, 0.80, 0.72. Web safe color of #39470e is #333300. Color #39470e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000111 00001110
Octal 71 107 16
Decimal 57 71 14
Hex 39 47 E

RGB Percentages of Color #39470e

%40.14
%50.00
%9.86

CMYK Percentages of Color #39470e

%20
%0
%80
%72

Triadic Colors of #39470e

#39470e #0e3947 #470e39

Analogous Colors of #39470e

#39470e #1d470e #47390e

Monochromatic Colors of #39470e

#39470e

Complementary Color

#39470e #1c0e47

#39470e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39470e Color Preview on White Background

Lorem ipsum dolor sit amet.

#39470e Color CSS Codes

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

#39470e Text Font Color

<p style="color:#39470e">Text here</p>

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


#39470e Background Color

<div style="background-color:#39470e">
Div content here</div>

This div background color is #39470e


#39470e Border Color

<div style="border:3px solid #39470e">
Div here</div>

This div border color is #39470e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,71,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39470e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39470e;
  -webkit-box-shadow: 1px 1px 3px 2px #39470e;
  box-shadow:         1px 1px 3px 2px #39470e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39470e


Comments

No comments written yet.

Please login to write comment.