Color Hex Logo

#464519 Color Hex

#464519
(70,69,25)
0 Favorites   0 Comments

Color spaces of #464519

RGB 706925
HSL0.160.470.19
HSV59°64°27°
CMYK 0.000.010.64   0.73
XYZ4.82945.62851.7516
Yxy5.62850.39550.4610
Hunter Lab23.7245-5.182012.2297
CIE-Lab28.4552-6.425426.1588

#464519 color RGB value is (70,69,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000101 00011001
Octal 106 105 31
Decimal 70 69 25
Hex 46 45 19

RGB Percentages of Color #464519

%42.68
%42.07
%15.24

CMYK Percentages of Color #464519

%0
%1
%64
%73

Triadic Colors of #464519

#464519 #194645 #451946

Analogous Colors of #464519

#464519 #314619 #462f19

Monochromatic Colors of #464519

#464519

Complementary Color

#464519 #191a46

#464519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464519 Color CSS Codes

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

#464519 Text Font Color

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

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


#464519 Background Color

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

This div background color is #464519


#464519 Border Color

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

This div border color is #464519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464519


Comments

No comments written yet.

Please login to write comment.