Color Hex Logo

#464608 Color Hex

#464608
(70,70,8)
1 Favorites   0 Comments

Color spaces of #464608

RGB 70708
HSL0.170.790.15
HSV60°89°27°
CMYK 0.000.000.89   0.73
XYZ4.75985.69991.0791
Yxy5.69990.41250.4940
Hunter Lab23.8745-6.193214.0323
CIE-Lab28.6424-8.126234.0096

#464608 color RGB value is (70,70,8).

#464608 hex color red value is 70, green value is 70 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #464608 hue: 0.17 , saturation: 0.79 and the lightness value of 464608 is 0.15.

The process color (four color CMYK) of #464608 color hex is 0.00, 0.00, 0.89, 0.73. Web safe color of #464608 is #333300. Color #464608 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000110 00001000
Octal 106 106 10
Decimal 70 70 8
Hex 46 46 8

RGB Percentages of Color #464608

%47.30
%47.30
%5.41

CMYK Percentages of Color #464608

%0
%0
%89
%73

Triadic Colors of #464608

#464608 #084646 #460846

Analogous Colors of #464608

#464608 #274608 #462708

Monochromatic Colors of #464608

#464608

Complementary Color

#464608 #080846

#464608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464608 Color CSS Codes

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

#464608 Text Font Color

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

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


#464608 Background Color

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

This div background color is #464608


#464608 Border Color

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

This div border color is #464608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464608

#464608 Color Palettes


Comments

No comments written yet.

Please login to write comment.