Color Hex Logo

#464514 Color Hex

#464514
(70,69,20)
0 Favorites   0 Comments

Color spaces of #464514

RGB 706920
HSL0.160.560.18
HSV59°71°27°
CMYK 0.000.010.71   0.73
XYZ4.78025.60881.4925
Yxy5.60880.40230.4721
Hunter Lab23.6829-5.416312.8416
CIE-Lab28.4032-6.832628.6927

#464514 color RGB value is (70,69,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000101 00010100
Octal 106 105 24
Decimal 70 69 20
Hex 46 45 14

RGB Percentages of Color #464514

%44.03
%43.40
%12.58

CMYK Percentages of Color #464514

%0
%1
%71
%73

Triadic Colors of #464514

#464514 #144645 #451446

Analogous Colors of #464514

#464514 #2e4614 #462c14

Monochromatic Colors of #464514

#464514

Complementary Color

#464514 #141546

#464514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464514 Color CSS Codes

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

#464514 Text Font Color

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

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


#464514 Background Color

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

This div background color is #464514


#464514 Border Color

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

This div border color is #464514


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,69,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 #464514">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464514


Comments

No comments written yet.

Please login to write comment.