Color Hex Logo

#40724a Color Hex

#40724A
(64,114,74)
0 Favorites   0 Comments

Color spaces of #40724a

RGB 6411474
HSL0.370.280.35
HSV132°44°45°
CMYK 0.440.000.35   0.55
XYZ9.367713.61908.6136
Yxy13.61900.29640.4310
Hunter Lab36.9039-19.271411.9941
CIE-Lab43.6815-26.288917.0430

#40724a color RGB value is (64,114,74).

#40724a hex color red value is 64, green value is 114 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #40724a hue: 0.37 , saturation: 0.28 and the lightness value of 40724a is 0.35.

The process color (four color CMYK) of #40724a color hex is 0.44, 0.00, 0.35, 0.55. Web safe color of #40724a is #336633. Color #40724a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110010 01001010
Octal 100 162 112
Decimal 64 114 74
Hex 40 72 4A

RGB Percentages of Color #40724a

%25.40
%45.24
%29.37

CMYK Percentages of Color #40724a

%44
%0
%35
%55

Triadic Colors of #40724a

#40724a #4a4072 #724a40

Analogous Colors of #40724a

#40724a #407263 #4f7240

Monochromatic Colors of #40724a

#40724a

Complementary Color

#40724a #724068

#40724a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40724a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40724a Color CSS Codes

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

#40724a Text Font Color

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

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


#40724a Background Color

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

This div background color is #40724a


#40724a Border Color

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

This div border color is #40724a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40724a


Comments

No comments written yet.

Please login to write comment.