Color Hex Logo

#814604 Color Hex

#814604
(129,70,4)
0 Favorites   0 Comments

Color spaces of #814604

RGB 129704
HSL0.090.940.26
HSV32°97°51°
CMYK 0.000.460.97   0.49
XYZ11.26539.05621.2691
Yxy9.05620.52180.4195
Hunter Lab30.093514.156618.5651
CIE-Lab36.092321.069944.4680

#814604 color RGB value is (129,70,4).

#814604 hex color red value is 129, green value is 70 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #814604 hue: 0.09 , saturation: 0.94 and the lightness value of 814604 is 0.26.

The process color (four color CMYK) of #814604 color hex is 0.00, 0.46, 0.97, 0.49. Web safe color of #814604 is #993300. Color #814604 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000110 00000100
Octal 201 106 4
Decimal 129 70 4
Hex 81 46 4

RGB Percentages of Color #814604

%63.55
%34.48
%1.97

CMYK Percentages of Color #814604

%0
%46
%97
%49

Triadic Colors of #814604

#814604 #048146 #460481

Analogous Colors of #814604

#814604 #7e8104 #810804

Monochromatic Colors of #814604

#814604

Complementary Color

#814604 #043f81

#814604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814604 Color CSS Codes

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

#814604 Text Font Color

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

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


#814604 Background Color

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

This div background color is #814604


#814604 Border Color

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

This div border color is #814604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814604


Comments

No comments written yet.

Please login to write comment.