Color Hex Logo

#407630 Color Hex

#407630
(64,118,48)
0 Favorites   0 Comments

Color spaces of #407630

RGB 6411848
HSL0.300.420.33
HSV106°59°46°
CMYK 0.460.000.59   0.54
XYZ9.126314.26035.0678
Yxy14.26030.32070.5012
Hunter Lab37.7628-22.946118.4772
CIE-Lab44.6039-32.266132.5475

#407630 color RGB value is (64,118,48).

#407630 hex color red value is 64, green value is 118 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #407630 hue: 0.30 , saturation: 0.42 and the lightness value of 407630 is 0.33.

The process color (four color CMYK) of #407630 color hex is 0.46, 0.00, 0.59, 0.54. Web safe color of #407630 is #336633. Color #407630 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110110 00110000
Octal 100 166 60
Decimal 64 118 48
Hex 40 76 30

RGB Percentages of Color #407630

%27.83
%51.30
%20.87

CMYK Percentages of Color #407630

%46
%0
%59
%54

Triadic Colors of #407630

#407630 #304076 #763040

Analogous Colors of #407630

#407630 #307643 #637630

Monochromatic Colors of #407630

#407630

Complementary Color

#407630 #663076

#407630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#407630 Color CSS Codes

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

#407630 Text Font Color

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

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


#407630 Background Color

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

This div background color is #407630


#407630 Border Color

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

This div border color is #407630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407630


Comments

No comments written yet.

Please login to write comment.