Color Hex Logo

#466e05 Color Hex

#466E05
(70,110,5)
0 Favorites   0 Comments

Color spaces of #466e05

RGB 701105
HSL0.230.910.23
HSV83°95°43°
CMYK 0.360.000.95   0.57
XYZ8.129112.46492.1211
Yxy12.46490.35790.5487
Hunter Lab35.3057-20.685421.1519
CIE-Lab41.9457-29.470846.0921

#466e05 color RGB value is (70,110,5).

#466e05 hex color red value is 70, green value is 110 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #466e05 hue: 0.23 , saturation: 0.91 and the lightness value of 466e05 is 0.23.

The process color (four color CMYK) of #466e05 color hex is 0.36, 0.00, 0.95, 0.57. Web safe color of #466e05 is #336600. Color #466e05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101110 00000101
Octal 106 156 5
Decimal 70 110 5
Hex 46 6E 5

RGB Percentages of Color #466e05

%37.84
%59.46
%2.70

CMYK Percentages of Color #466e05

%36
%0
%95
%57

Triadic Colors of #466e05

#466e05 #05466e #6e0546

Analogous Colors of #466e05

#466e05 #126e05 #6e6205

Monochromatic Colors of #466e05

#466e05

Complementary Color

#466e05 #2d056e

#466e05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466e05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466e05 Color CSS Codes

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

#466e05 Text Font Color

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

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


#466e05 Background Color

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

This div background color is #466e05


#466e05 Border Color

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

This div border color is #466e05


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,110,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #466e05; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #466e05;
  -webkit-box-shadow: 1px 1px 3px 2px #466e05;
  box-shadow:         1px 1px 3px 2px #466e05; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466e05


Comments

No comments written yet.

Please login to write comment.