Color Hex Logo

#466344 Color Hex

#466344
(70,99,68)
0 Favorites   0 Comments

Color spaces of #466344

RGB 709968
HSL0.320.190.33
HSV116°31°39°
CMYK 0.290.000.31   0.61
XYZ8.031010.64317.0999
Yxy10.64310.31160.4129
Hunter Lab32.6238-13.15029.9334
CIE-Lab38.9727-17.546214.2809

#466344 color RGB value is (70,99,68).

#466344 hex color red value is 70, green value is 99 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #466344 hue: 0.32 , saturation: 0.19 and the lightness value of 466344 is 0.33.

The process color (four color CMYK) of #466344 color hex is 0.29, 0.00, 0.31, 0.61. Web safe color of #466344 is #336633. Color #466344 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100011 01000100
Octal 106 143 104
Decimal 70 99 68
Hex 46 63 44

RGB Percentages of Color #466344

%29.54
%41.77
%28.69

CMYK Percentages of Color #466344

%29
%0
%31
%61

Triadic Colors of #466344

#466344 #444663 #634446

Analogous Colors of #466344

#466344 #446352 #566344

Monochromatic Colors of #466344

#466344

Complementary Color

#466344 #614463

#466344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466344 Color CSS Codes

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

#466344 Text Font Color

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

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


#466344 Background Color

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

This div background color is #466344


#466344 Border Color

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

This div border color is #466344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466344


Comments

No comments written yet.

Please login to write comment.