Color Hex Logo

#466440 Color Hex

#466440
(70,100,64)
0 Favorites   0 Comments

Color spaces of #466440

RGB 7010064
HSL0.310.220.32
HSV110°36°39°
CMYK 0.300.000.36   0.61
XYZ8.008410.78666.5104
Yxy10.78660.31650.4263
Hunter Lab32.8430-13.949911.2371
CIE-Lab39.2187-18.812416.9976

#466440 color RGB value is (70,100,64).

#466440 hex color red value is 70, green value is 100 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #466440 hue: 0.31 , saturation: 0.22 and the lightness value of 466440 is 0.32.

The process color (four color CMYK) of #466440 color hex is 0.30, 0.00, 0.36, 0.61. Web safe color of #466440 is #336633. Color #466440 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100100 01000000
Octal 106 144 100
Decimal 70 100 64
Hex 46 64 40

RGB Percentages of Color #466440

%29.91
%42.74
%27.35

CMYK Percentages of Color #466440

%30
%0
%36
%61

Triadic Colors of #466440

#466440 #404664 #644046

Analogous Colors of #466440

#466440 #40644c #586440

Monochromatic Colors of #466440

#466440

Complementary Color

#466440 #5e4064

#466440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466440 Color CSS Codes

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

#466440 Text Font Color

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

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


#466440 Background Color

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

This div background color is #466440


#466440 Border Color

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

This div border color is #466440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466440


Comments

No comments written yet.

Please login to write comment.