Color Hex Logo

#408446 Color Hex

#408446
(64,132,70)
0 Favorites   0 Comments

Color spaces of #408446

RGB 6413270
HSL0.350.350.38
HSV125°52°52°
CMYK 0.520.000.47   0.48
XYZ11.471118.03478.6708
Yxy18.03470.30050.4724
Hunter Lab42.4673-26.102017.6215
CIE-Lab49.5382-35.400026.9510

#408446 color RGB value is (64,132,70).

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

The process color (four color CMYK) of #408446 color hex is 0.52, 0.00, 0.47, 0.48. Web safe color of #408446 is #339933. Color #408446 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000100 01000110
Octal 100 204 106
Decimal 64 132 70
Hex 40 84 46

RGB Percentages of Color #408446

%24.06
%49.62
%26.32

CMYK Percentages of Color #408446

%52
%0
%47
%48

Triadic Colors of #408446

#408446 #464084 #844640

Analogous Colors of #408446

#408446 #408468 #5c8440

Monochromatic Colors of #408446

#408446

Complementary Color

#408446 #84407e

#408446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#408446 Color CSS Codes

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

#408446 Text Font Color

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

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


#408446 Background Color

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

This div background color is #408446


#408446 Border Color

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

This div border color is #408446


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,132,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408446


Comments

No comments written yet.

Please login to write comment.