Color Hex Logo

#466649 Color Hex

#466649
(70,102,73)
0 Favorites   0 Comments

Color spaces of #466649

RGB 7010273
HSL0.350.190.34
HSV126°31°40°
CMYK 0.310.000.28   0.60
XYZ8.479811.28598.0348
Yxy11.28590.30500.4060
Hunter Lab33.5945-13.73409.3357
CIE-Lab40.0579-18.210412.7632

#466649 color RGB value is (70,102,73).

#466649 hex color red value is 70, green value is 102 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #466649 hue: 0.35 , saturation: 0.19 and the lightness value of 466649 is 0.34.

The process color (four color CMYK) of #466649 color hex is 0.31, 0.00, 0.28, 0.60. Web safe color of #466649 is #336633. Color #466649 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100110 01001001
Octal 106 146 111
Decimal 70 102 73
Hex 46 66 49

RGB Percentages of Color #466649

%28.57
%41.63
%29.80

CMYK Percentages of Color #466649

%31
%0
%28
%60

Triadic Colors of #466649

#466649 #494666 #664946

Analogous Colors of #466649

#466649 #466659 #536646

Monochromatic Colors of #466649

#466649

Complementary Color

#466649 #664663

#466649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466649 Color CSS Codes

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

#466649 Text Font Color

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

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


#466649 Background Color

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

This div background color is #466649


#466649 Border Color

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

This div border color is #466649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466649


Comments

No comments written yet.

Please login to write comment.