Color Hex Logo

#464309 Color Hex

#464309
(70,67,9)
0 Favorites   0 Comments

Color spaces of #464309

RGB 70679
HSL0.160.770.15
HSV57°87°27°
CMYK 0.000.040.87   0.73
XYZ4.58235.33611.0469
Yxy5.33610.41790.4866
Hunter Lab23.1000-5.016313.4830
CIE-Lab27.6716-6.262032.7676

#464309 color RGB value is (70,67,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000011 00001001
Octal 106 103 11
Decimal 70 67 9
Hex 46 43 9

RGB Percentages of Color #464309

%47.95
%45.89
%6.16

CMYK Percentages of Color #464309

%0
%4
%87
%73

Triadic Colors of #464309

#464309 #094643 #430946

Analogous Colors of #464309

#464309 #2b4609 #462509

Monochromatic Colors of #464309

#464309

Complementary Color

#464309 #090c46

#464309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464309 Color CSS Codes

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

#464309 Text Font Color

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

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


#464309 Background Color

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

This div background color is #464309


#464309 Border Color

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

This div border color is #464309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464309


Comments

No comments written yet.

Please login to write comment.