Color Hex Logo

#407021 Color Hex

#407021
(64,112,33)
0 Favorites   0 Comments

Color spaces of #407021

RGB 6411233
HSL0.270.540.28
HSV96°71°44°
CMYK 0.430.000.71   0.56
XYZ8.183012.78813.4759
Yxy12.78810.33470.5231
Hunter Lab35.7605-21.735019.2694
CIE-Lab42.4422-31.125337.3172

#407021 color RGB value is (64,112,33).

#407021 hex color red value is 64, green value is 112 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #407021 hue: 0.27 , saturation: 0.54 and the lightness value of 407021 is 0.28.

The process color (four color CMYK) of #407021 color hex is 0.43, 0.00, 0.71, 0.56. Web safe color of #407021 is #336633. Color #407021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110000 00100001
Octal 100 160 41
Decimal 64 112 33
Hex 40 70 21

RGB Percentages of Color #407021

%30.62
%53.59
%15.79

CMYK Percentages of Color #407021

%43
%0
%71
%56

Triadic Colors of #407021

#407021 #214070 #702140

Analogous Colors of #407021

#407021 #21702a #687021

Monochromatic Colors of #407021

#407021

Complementary Color

#407021 #512170

#407021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407021 Color CSS Codes

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

#407021 Text Font Color

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

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


#407021 Background Color

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

This div background color is #407021


#407021 Border Color

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

This div border color is #407021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407021


Comments

No comments written yet.

Please login to write comment.