Color Hex Logo

#464020 Color Hex

#464020
(70,64,32)
0 Favorites   0 Comments

Color spaces of #464020

RGB 706432
HSL0.140.370.20
HSV51°54°27°
CMYK 0.000.090.54   0.73
XYZ4.61995.07322.1022
Yxy5.07320.39170.4301
Hunter Lab22.5238-2.804110.2329
CIE-Lab26.9423-2.622020.3845

#464020 color RGB value is (70,64,32).

#464020 hex color red value is 70, green value is 64 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #464020 hue: 0.14 , saturation: 0.37 and the lightness value of 464020 is 0.20.

The process color (four color CMYK) of #464020 color hex is 0.00, 0.09, 0.54, 0.73. Web safe color of #464020 is #333333. Color #464020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000000 00100000
Octal 106 100 40
Decimal 70 64 32
Hex 46 40 20

RGB Percentages of Color #464020

%42.17
%38.55
%19.28

CMYK Percentages of Color #464020

%0
%9
%54
%73

Triadic Colors of #464020

#464020 #204640 #402046

Analogous Colors of #464020

#464020 #394620 #462d20

Monochromatic Colors of #464020

#464020

Complementary Color

#464020 #202646

#464020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464020 Color CSS Codes

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

#464020 Text Font Color

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

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


#464020 Background Color

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

This div background color is #464020


#464020 Border Color

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

This div border color is #464020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464020


Comments

No comments written yet.

Please login to write comment.