Color Hex Logo

#396572 Color Hex

#396572
(57,101,114)
0 Favorites   0 Comments

Color spaces of #396572

RGB 57101114
HSL0.540.330.34
HSV194°50°45°
CMYK 0.500.110.00   0.55
XYZ9.378311.392117.6242
Yxy11.39210.24430.2967
Hunter Lab33.7522-9.4687-7.3326
CIE-Lab40.2332-11.3383-12.0429

#396572 color RGB value is (57,101,114).

#396572 hex color red value is 57, green value is 101 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #396572 hue: 0.54 , saturation: 0.33 and the lightness value of 396572 is 0.34.

The process color (four color CMYK) of #396572 color hex is 0.50, 0.11, 0.00, 0.55. Web safe color of #396572 is #336666. Color #396572 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100101 01110010
Octal 71 145 162
Decimal 57 101 114
Hex 39 65 72

RGB Percentages of Color #396572

%20.96
%37.13
%41.91

CMYK Percentages of Color #396572

%50
%11
%0
%55

Triadic Colors of #396572

#396572 #723965 #657239

Analogous Colors of #396572

#396572 #394972 #397263

Monochromatic Colors of #396572

#396572

Complementary Color

#396572 #724639

#396572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396572 Color CSS Codes

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

#396572 Text Font Color

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

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


#396572 Background Color

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

This div background color is #396572


#396572 Border Color

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

This div border color is #396572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396572


Comments

No comments written yet.

Please login to write comment.