Color Hex Logo

#466e3e Color Hex

#466E3E
(70,110,62)
0 Favorites   0 Comments

Color spaces of #466e3e

RGB 7011062
HSL0.310.280.34
HSV110°44°43°
CMYK 0.360.000.44   0.57
XYZ8.971212.80186.5556
Yxy12.80180.31670.4519
Hunter Lab35.7796-17.858114.1825
CIE-Lab42.4631-24.342722.4108

#466e3e color RGB value is (70,110,62).

#466e3e hex color red value is 70, green value is 110 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #466e3e hue: 0.31 , saturation: 0.28 and the lightness value of 466e3e is 0.34.

The process color (four color CMYK) of #466e3e color hex is 0.36, 0.00, 0.44, 0.57. Web safe color of #466e3e is #336633. Color #466e3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101110 00111110
Octal 106 156 76
Decimal 70 110 62
Hex 46 6E 3E

RGB Percentages of Color #466e3e

%28.93
%45.45
%25.62

CMYK Percentages of Color #466e3e

%36
%0
%44
%57

Triadic Colors of #466e3e

#466e3e #3e466e #6e3e46

Analogous Colors of #466e3e

#466e3e #3e6e4e #5e6e3e

Monochromatic Colors of #466e3e

#466e3e

Complementary Color

#466e3e #663e6e

#466e3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466e3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#466e3e Color CSS Codes

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

#466e3e Text Font Color

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

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


#466e3e Background Color

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

This div background color is #466e3e


#466e3e Border Color

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

This div border color is #466e3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466e3e


Comments

No comments written yet.

Please login to write comment.