Color Hex Logo

#464014 Color Hex

#464014
(70,64,20)
0 Favorites   0 Comments

Color spaces of #464014

RGB 706420
HSL0.150.560.18
HSV53°71°27°
CMYK 0.000.090.71   0.73
XYZ4.48555.01941.3943
Yxy5.01940.41150.4605
Hunter Lab22.4040-3.469611.9929
CIE-Lab26.7900-3.752326.9848

#464014 color RGB value is (70,64,20).

#464014 hex color red value is 70, green value is 64 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #464014 hue: 0.15 , saturation: 0.56 and the lightness value of 464014 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000000 00010100
Octal 106 100 24
Decimal 70 64 20
Hex 46 40 14

RGB Percentages of Color #464014

%45.45
%41.56
%12.99

CMYK Percentages of Color #464014

%0
%9
%71
%73

Triadic Colors of #464014

#464014 #144640 #401446

Analogous Colors of #464014

#464014 #334614 #462714

Monochromatic Colors of #464014

#464014

Complementary Color

#464014 #141a46

#464014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464014 Color CSS Codes

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

#464014 Text Font Color

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

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


#464014 Background Color

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

This div background color is #464014


#464014 Border Color

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

This div border color is #464014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464014


Comments

No comments written yet.

Please login to write comment.