Color Hex Logo

#814707 Color Hex

#814707
(129,71,7)
0 Favorites   0 Comments

Color spaces of #814707

RGB 129717
HSL0.090.900.27
HSV31°95°51°
CMYK 0.000.450.95   0.49
XYZ11.34489.18891.3767
Yxy9.18890.51780.4194
Hunter Lab30.313213.756018.5265
CIE-Lab36.345520.554943.6576

#814707 color RGB value is (129,71,7).

#814707 hex color red value is 129, green value is 71 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #814707 hue: 0.09 , saturation: 0.90 and the lightness value of 814707 is 0.27.

The process color (four color CMYK) of #814707 color hex is 0.00, 0.45, 0.95, 0.49. Web safe color of #814707 is #993300. Color #814707 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000111 00000111
Octal 201 107 7
Decimal 129 71 7
Hex 81 47 7

RGB Percentages of Color #814707

%62.32
%34.30
%3.38

CMYK Percentages of Color #814707

%0
%45
%95
%49

Triadic Colors of #814707

#814707 #078147 #470781

Analogous Colors of #814707

#814707 #7e8107 #810a07

Monochromatic Colors of #814707

#814707

Complementary Color

#814707 #074181

#814707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814707 Color CSS Codes

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

#814707 Text Font Color

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

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


#814707 Background Color

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

This div background color is #814707


#814707 Border Color

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

This div border color is #814707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814707


Comments

No comments written yet.

Please login to write comment.