Color Hex Logo

#407554 Color Hex

#407554
(64,117,84)
0 Favorites   0 Comments

Color spaces of #407554

RGB 6411784
HSL0.400.290.35
HSV143°45°46°
CMYK 0.450.000.28   0.54
XYZ10.075914.452710.6461
Yxy14.45270.28650.4109
Hunter Lab38.0167-19.219810.0083
CIE-Lab44.8753-25.755112.8191

#407554 color RGB value is (64,117,84).

#407554 hex color red value is 64, green value is 117 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #407554 hue: 0.40 , saturation: 0.29 and the lightness value of 407554 is 0.35.

The process color (four color CMYK) of #407554 color hex is 0.45, 0.00, 0.28, 0.54. Web safe color of #407554 is #336666. Color #407554 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110101 01010100
Octal 100 165 124
Decimal 64 117 84
Hex 40 75 54

RGB Percentages of Color #407554

%24.15
%44.15
%31.70

CMYK Percentages of Color #407554

%45
%0
%28
%54

Triadic Colors of #407554

#407554 #544075 #755440

Analogous Colors of #407554

#407554 #40756f #477540

Monochromatic Colors of #407554

#407554

Complementary Color

#407554 #754061

#407554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407554 Color CSS Codes

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

#407554 Text Font Color

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

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


#407554 Background Color

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

This div background color is #407554


#407554 Border Color

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

This div border color is #407554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407554


Comments

No comments written yet.

Please login to write comment.