Color Hex Logo

#464313 Color Hex

#464313
(70,67,19)
0 Favorites   0 Comments

Color spaces of #464313

RGB 706719
HSL0.160.570.17
HSV56°73°27°
CMYK 0.000.040.73   0.73
XYZ4.65055.36341.4062
Yxy5.36340.40720.4696
Hunter Lab23.1590-4.684212.6113
CIE-Lab27.7460-5.684128.5004

#464313 color RGB value is (70,67,19).

#464313 hex color red value is 70, green value is 67 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #464313 hue: 0.16 , saturation: 0.57 and the lightness value of 464313 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000011 00010011
Octal 106 103 23
Decimal 70 67 19
Hex 46 43 13

RGB Percentages of Color #464313

%44.87
%42.95
%12.18

CMYK Percentages of Color #464313

%0
%4
%73
%73

Triadic Colors of #464313

#464313 #134643 #431346

Analogous Colors of #464313

#464313 #304613 #462a13

Monochromatic Colors of #464313

#464313

Complementary Color

#464313 #131646

#464313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464313 Color CSS Codes

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

#464313 Text Font Color

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

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


#464313 Background Color

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

This div background color is #464313


#464313 Border Color

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

This div border color is #464313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464313


Comments

No comments written yet.

Please login to write comment.