Color Hex Logo

#466306 Color Hex

#466306
(70,99,6)
0 Favorites   0 Comments

Color spaces of #466306

RGB 70996
HSL0.220.890.21
HSV79°94°39°
CMYK 0.290.000.94   0.61
XYZ7.020510.23891.7786
Yxy10.23890.36880.5378
Hunter Lab31.9983-16.833719.1032
CIE-Lab38.2678-24.125442.8191

#466306 color RGB value is (70,99,6).

#466306 hex color red value is 70, green value is 99 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #466306 hue: 0.22 , saturation: 0.89 and the lightness value of 466306 is 0.21.

The process color (four color CMYK) of #466306 color hex is 0.29, 0.00, 0.94, 0.61. Web safe color of #466306 is #336600. Color #466306 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100011 00000110
Octal 106 143 6
Decimal 70 99 6
Hex 46 63 6

RGB Percentages of Color #466306

%40.00
%56.57
%3.43

CMYK Percentages of Color #466306

%29
%0
%94
%61

Triadic Colors of #466306

#466306 #064663 #630646

Analogous Colors of #466306

#466306 #186306 #635206

Monochromatic Colors of #466306

#466306

Complementary Color

#466306 #230663

#466306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466306 Color CSS Codes

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

#466306 Text Font Color

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

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


#466306 Background Color

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

This div background color is #466306


#466306 Border Color

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

This div border color is #466306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466306


Comments

No comments written yet.

Please login to write comment.