Color Hex Logo

#466d2e Color Hex

#466D2E
(70,109,46)
0 Favorites   0 Comments

Color spaces of #466d2e

RGB 7010946
HSL0.270.410.30
HSV97°58°43°
CMYK 0.360.000.58   0.57
XYZ8.487612.43664.5379
Yxy12.43660.33330.4884
Hunter Lab35.2656-18.753917.0566
CIE-Lab41.9018-26.089730.4889

#466d2e color RGB value is (70,109,46).

#466d2e hex color red value is 70, green value is 109 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #466d2e hue: 0.27 , saturation: 0.41 and the lightness value of 466d2e is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101101 00101110
Octal 106 155 56
Decimal 70 109 46
Hex 46 6D 2E

RGB Percentages of Color #466d2e

%31.11
%48.44
%20.44

CMYK Percentages of Color #466d2e

%36
%0
%58
%57

Triadic Colors of #466d2e

#466d2e #2e466d #6d2e46

Analogous Colors of #466d2e

#466d2e #2e6d36 #666d2e

Monochromatic Colors of #466d2e

#466d2e

Complementary Color

#466d2e #552e6d

#466d2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466d2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#466d2e Color CSS Codes

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

#466d2e Text Font Color

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

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


#466d2e Background Color

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

This div background color is #466d2e


#466d2e Border Color

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

This div border color is #466d2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466d2e


Comments

No comments written yet.

Please login to write comment.