Color Hex Logo

#81520f Color Hex

#81520F
(129,82,15)
0 Favorites   0 Comments

Color spaces of #81520f

RGB 1298215
HSL0.100.790.28
HSV35°88°51°
CMYK 0.000.360.88   0.49
XYZ12.156810.73621.8835
Yxy10.73620.49070.4333
Hunter Lab32.76618.885819.5281
CIE-Lab39.132614.280243.3314

#81520f color RGB value is (129,82,15).

#81520f hex color red value is 129, green value is 82 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #81520f hue: 0.10 , saturation: 0.79 and the lightness value of 81520f is 0.28.

The process color (four color CMYK) of #81520f color hex is 0.00, 0.36, 0.88, 0.49. Web safe color of #81520f is #996600. Color #81520f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010010 00001111
Octal 201 122 17
Decimal 129 82 15
Hex 81 52 F

RGB Percentages of Color #81520f

%57.08
%36.28
%6.64

CMYK Percentages of Color #81520f

%0
%36
%88
%49

Triadic Colors of #81520f

#81520f #0f8152 #520f81

Analogous Colors of #81520f

#81520f #77810f #81190f

Monochromatic Colors of #81520f

#81520f

Complementary Color

#81520f #0f3e81

#81520f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81520f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81520f Color CSS Codes

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

#81520f Text Font Color

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

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


#81520f Background Color

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

This div background color is #81520f


#81520f Border Color

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

This div border color is #81520f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81520f


Comments

No comments written yet.

Please login to write comment.