Color Hex Logo

#396967 Color Hex

#396967
(57,105,103)
0 Favorites   0 Comments

Color spaces of #396967

RGB 57105103
HSL0.490.300.32
HSV178°46°41°
CMYK 0.460.000.02   0.59
XYZ9.187111.952314.6548
Yxy11.95230.25670.3339
Hunter Lab34.5721-13.0670-0.9320
CIE-Lab41.1402-16.8289-3.9775

#396967 color RGB value is (57,105,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101001 01100111
Octal 71 151 147
Decimal 57 105 103
Hex 39 69 67

RGB Percentages of Color #396967

%21.51
%39.62
%38.87

CMYK Percentages of Color #396967

%46
%0
%2
%59

Triadic Colors of #396967

#396967 #673969 #696739

Analogous Colors of #396967

#396967 #395369 #39694f

Monochromatic Colors of #396967

#396967

Complementary Color

#396967 #69393b

#396967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396967 Color CSS Codes

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

#396967 Text Font Color

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

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


#396967 Background Color

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

This div background color is #396967


#396967 Border Color

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

This div border color is #396967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396967


Comments

No comments written yet.

Please login to write comment.