Color Hex Logo

#396e5b Color Hex

#396E5B
(57,110,91)
0 Favorites   0 Comments

Color spaces of #396e5b

RGB 5711091
HSL0.440.320.33
HSV158°48°43°
CMYK 0.480.000.17   0.57
XYZ9.151612.777011.8814
Yxy12.77700.27070.3779
Hunter Lab35.7449-16.85315.3138
CIE-Lab42.4253-22.66405.1609

#396e5b color RGB value is (57,110,91).

#396e5b hex color red value is 57, green value is 110 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #396e5b hue: 0.44 , saturation: 0.32 and the lightness value of 396e5b is 0.33.

The process color (four color CMYK) of #396e5b color hex is 0.48, 0.00, 0.17, 0.57. Web safe color of #396e5b is #336666. Color #396e5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101110 01011011
Octal 71 156 133
Decimal 57 110 91
Hex 39 6E 5B

RGB Percentages of Color #396e5b

%22.09
%42.64
%35.27

CMYK Percentages of Color #396e5b

%48
%0
%17
%57

Triadic Colors of #396e5b

#396e5b #5b396e #6e5b39

Analogous Colors of #396e5b

#396e5b #39676e #396e41

Monochromatic Colors of #396e5b

#396e5b

Complementary Color

#396e5b #6e394c

#396e5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396e5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#396e5b Color CSS Codes

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

#396e5b Text Font Color

<p style="color:#396e5b">Text here</p>

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


#396e5b Background Color

<div style="background-color:#396e5b">
Div content here</div>

This div background color is #396e5b


#396e5b Border Color

<div style="border:3px solid #396e5b">
Div here</div>

This div border color is #396e5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,110,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #396e5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #396e5b;
  -webkit-box-shadow: 1px 1px 3px 2px #396e5b;
  box-shadow:         1px 1px 3px 2px #396e5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396e5b


Comments

No comments written yet.

Please login to write comment.