Color Hex Logo

#466007 Color Hex

#466007
(70,96,7)
0 Favorites   0 Comments

Color spaces of #466007

RGB 70967
HSL0.220.860.20
HSV78°93°38°
CMYK 0.270.000.93   0.62
XYZ6.74709.68321.7144
Yxy9.68320.37180.5337
Hunter Lab31.1178-15.753718.5160
CIE-Lab37.2677-22.575141.7129

#466007 color RGB value is (70,96,7).

#466007 hex color red value is 70, green value is 96 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #466007 hue: 0.22 , saturation: 0.86 and the lightness value of 466007 is 0.20.

The process color (four color CMYK) of #466007 color hex is 0.27, 0.00, 0.93, 0.62. Web safe color of #466007 is #336600. Color #466007 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100000 00000111
Octal 106 140 7
Decimal 70 96 7
Hex 46 60 7

RGB Percentages of Color #466007

%40.46
%55.49
%4.05

CMYK Percentages of Color #466007

%27
%0
%93
%62

Triadic Colors of #466007

#466007 #074660 #600746

Analogous Colors of #466007

#466007 #1a6007 #604e07

Monochromatic Colors of #466007

#466007

Complementary Color

#466007 #210760

#466007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466007 Color CSS Codes

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

#466007 Text Font Color

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

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


#466007 Background Color

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

This div background color is #466007


#466007 Border Color

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

This div border color is #466007


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,96,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #466007; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #466007;
  -webkit-box-shadow: 1px 1px 3px 2px #466007;
  box-shadow:         1px 1px 3px 2px #466007; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,96,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466007


Comments

No comments written yet.

Please login to write comment.