Color Hex Logo

#396756 Color Hex

#396756
(57,103,86)
0 Favorites   0 Comments

Color spaces of #396756

RGB 5710386
HSL0.440.290.31
HSV158°45°40°
CMYK 0.450.000.17   0.60
XYZ8.217311.242210.5410
Yxy11.24220.27390.3747
Hunter Lab33.5294-14.93014.8309
CIE-Lab39.9854-20.22774.6925

#396756 color RGB value is (57,103,86).

#396756 hex color red value is 57, green value is 103 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #396756 hue: 0.44 , saturation: 0.29 and the lightness value of 396756 is 0.31.

The process color (four color CMYK) of #396756 color hex is 0.45, 0.00, 0.17, 0.60. Web safe color of #396756 is #336666. Color #396756 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100111 01010110
Octal 71 147 126
Decimal 57 103 86
Hex 39 67 56

RGB Percentages of Color #396756

%23.17
%41.87
%34.96

CMYK Percentages of Color #396756

%45
%0
%17
%60

Triadic Colors of #396756

#396756 #563967 #675639

Analogous Colors of #396756

#396756 #396167 #39673f

Monochromatic Colors of #396756

#396756

Complementary Color

#396756 #67394a

#396756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396756 Color CSS Codes

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

#396756 Text Font Color

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

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


#396756 Background Color

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

This div background color is #396756


#396756 Border Color

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

This div border color is #396756


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,103,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #396756; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #396756;
  -webkit-box-shadow: 1px 1px 3px 2px #396756;
  box-shadow:         1px 1px 3px 2px #396756; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396756


Comments

No comments written yet.

Please login to write comment.