Color Hex Logo

#464600 Color Hex

#464600
(70,70,0)
2 Favorites   0 Comments

Color spaces of #464600

RGB 70700
HSL0.171.000.14
HSV60°100°27°
CMYK 0.000.001.00   0.73
XYZ4.71595.68240.8483
Yxy5.68240.41930.5053
Hunter Lab23.8378-6.402914.5765
CIE-Lab28.5966-8.497437.1709

#464600 color RGB value is (70,70,0).

#464600 hex color red value is 70, green value is 70 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #464600 hue: 0.17 , saturation: 1.00 and the lightness value of 464600 is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000110 00000000
Octal 106 106 0
Decimal 70 70 0
Hex 46 46 0

RGB Percentages of Color #464600

%50.00
%50.00
%0.00

CMYK Percentages of Color #464600

%0
%0
%100
%73

Triadic Colors of #464600

#464600 #004646 #460046

Analogous Colors of #464600

#464600 #234600 #462300

Monochromatic Colors of #464600

#464600

Complementary Color

#464600 #000046

#464600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464600 Color CSS Codes

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

#464600 Text Font Color

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

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


#464600 Background Color

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

This div background color is #464600


#464600 Border Color

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

This div border color is #464600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464600

#464600 Color Palettes


Comments

No comments written yet.

Please login to write comment.