Color Hex Logo

#407219 Color Hex

#407219
(64,114,25)
0 Favorites   0 Comments

Color spaces of #407219

RGB 6411425
HSL0.260.640.27
HSV94°78°45°
CMYK 0.440.000.78   0.55
XYZ8.307113.19483.0287
Yxy13.19480.33860.5379
Hunter Lab36.3246-22.746920.4837
CIE-Lab43.0553-32.657441.2210

#407219 color RGB value is (64,114,25).

#407219 hex color red value is 64, green value is 114 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #407219 hue: 0.26 , saturation: 0.64 and the lightness value of 407219 is 0.27.

The process color (four color CMYK) of #407219 color hex is 0.44, 0.00, 0.78, 0.55. Web safe color of #407219 is #336600. Color #407219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110010 00011001
Octal 100 162 31
Decimal 64 114 25
Hex 40 72 19

RGB Percentages of Color #407219

%31.53
%56.16
%12.32

CMYK Percentages of Color #407219

%44
%0
%78
%55

Triadic Colors of #407219

#407219 #194072 #721940

Analogous Colors of #407219

#407219 #19721e #6d7219

Monochromatic Colors of #407219

#407219

Complementary Color

#407219 #4b1972

#407219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407219 Color CSS Codes

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

#407219 Text Font Color

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

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


#407219 Background Color

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

This div background color is #407219


#407219 Border Color

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

This div border color is #407219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407219


Comments

No comments written yet.

Please login to write comment.