Color Hex Logo

#396959 Color Hex

#396959
(57,105,89)
0 Favorites   0 Comments

Color spaces of #396959

RGB 5710589
HSL0.440.300.32
HSV160°46°41°
CMYK 0.460.000.15   0.59
XYZ8.542111.694311.2582
Yxy11.69430.27120.3713
Hunter Lab34.1969-15.25694.4186
CIE-Lab40.7261-20.54473.9323

#396959 color RGB value is (57,105,89).

#396959 hex color red value is 57, green value is 105 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #396959 hue: 0.44 , saturation: 0.30 and the lightness value of 396959 is 0.32.

The process color (four color CMYK) of #396959 color hex is 0.46, 0.00, 0.15, 0.59. Web safe color of #396959 is #336666. Color #396959 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101001 01011001
Octal 71 151 131
Decimal 57 105 89
Hex 39 69 59

RGB Percentages of Color #396959

%22.71
%41.83
%35.46

CMYK Percentages of Color #396959

%46
%0
%15
%59

Triadic Colors of #396959

#396959 #593969 #695939

Analogous Colors of #396959

#396959 #396169 #396941

Monochromatic Colors of #396959

#396959

Complementary Color

#396959 #693949

#396959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396959 Color CSS Codes

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

#396959 Text Font Color

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

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


#396959 Background Color

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

This div background color is #396959


#396959 Border Color

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

This div border color is #396959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396959


Comments

No comments written yet.

Please login to write comment.