Color Hex Logo

#466c2e Color Hex

#466C2E
(70,108,46)
0 Favorites   0 Comments

Color spaces of #466c2e

RGB 7010846
HSL0.270.400.30
HSV97°57°42°
CMYK 0.350.000.57   0.58
XYZ8.381512.22454.5026
Yxy12.22450.33380.4869
Hunter Lab34.9636-18.396016.8391
CIE-Lab41.5707-25.597930.0984

#466c2e color RGB value is (70,108,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101100 00101110
Octal 106 154 56
Decimal 70 108 46
Hex 46 6C 2E

RGB Percentages of Color #466c2e

%31.25
%48.21
%20.54

CMYK Percentages of Color #466c2e

%35
%0
%57
%58

Triadic Colors of #466c2e

#466c2e #2e466c #6c2e46

Analogous Colors of #466c2e

#466c2e #2e6c35 #656c2e

Monochromatic Colors of #466c2e

#466c2e

Complementary Color

#466c2e #542e6c

#466c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#466c2e Color CSS Codes

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

#466c2e Text Font Color

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

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


#466c2e Background Color

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

This div background color is #466c2e


#466c2e Border Color

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

This div border color is #466c2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,108,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 #466c2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466c2e


Comments

No comments written yet.

Please login to write comment.