Color Hex Logo

#408472 Color Hex

#408472
(64,132,114)
0 Favorites   0 Comments

Color spaces of #408472

RGB 64132114
HSL0.460.350.38
HSV164°52°52°
CMYK 0.520.000.14   0.48
XYZ13.402918.807418.8434
Yxy18.80740.26250.3684
Hunter Lab43.3675-20.72704.5954
CIE-Lab50.4611-26.22073.1339

#408472 color RGB value is (64,132,114).

#408472 hex color red value is 64, green value is 132 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #408472 hue: 0.46 , saturation: 0.35 and the lightness value of 408472 is 0.38.

The process color (four color CMYK) of #408472 color hex is 0.52, 0.00, 0.14, 0.48. Web safe color of #408472 is #339966. Color #408472 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000100 01110010
Octal 100 204 162
Decimal 64 132 114
Hex 40 84 72

RGB Percentages of Color #408472

%20.65
%42.58
%36.77

CMYK Percentages of Color #408472

%52
%0
%14
%48

Triadic Colors of #408472

#408472 #724084 #847240

Analogous Colors of #408472

#408472 #407484 #408450

Monochromatic Colors of #408472

#408472

Complementary Color

#408472 #844052

#408472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#408472 Color CSS Codes

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

#408472 Text Font Color

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

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


#408472 Background Color

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

This div background color is #408472


#408472 Border Color

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

This div border color is #408472


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,132,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 #408472">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408472


Comments

No comments written yet.

Please login to write comment.