Color Hex Logo

#39550e Color Hex

#39550E
(57,85,14)
0 Favorites   0 Comments

Color spaces of #39550e

RGB 578514
HSL0.230.720.19
HSV84°84°33°
CMYK 0.330.000.84   0.67
XYZ5.01517.39861.5792
Yxy7.39860.35840.5287
Hunter Lab27.2004-14.689515.5980
CIE-Lab32.6976-22.368035.1874

#39550e color RGB value is (57,85,14).

#39550e hex color red value is 57, green value is 85 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #39550e hue: 0.23 , saturation: 0.72 and the lightness value of 39550e is 0.19.

The process color (four color CMYK) of #39550e color hex is 0.33, 0.00, 0.84, 0.67. Web safe color of #39550e is #336600. Color #39550e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010101 00001110
Octal 71 125 16
Decimal 57 85 14
Hex 39 55 E

RGB Percentages of Color #39550e

%36.54
%54.49
%8.97

CMYK Percentages of Color #39550e

%33
%0
%84
%67

Triadic Colors of #39550e

#39550e #0e3955 #550e39

Analogous Colors of #39550e

#39550e #16550e #554e0e

Monochromatic Colors of #39550e

#39550e

Complementary Color

#39550e #2a0e55

#39550e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39550e Color Preview on White Background

Lorem ipsum dolor sit amet.

#39550e Color CSS Codes

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

#39550e Text Font Color

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

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


#39550e Background Color

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

This div background color is #39550e


#39550e Border Color

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

This div border color is #39550e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,85,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 #39550e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39550e


Comments

No comments written yet.

Please login to write comment.