Color Hex Logo

#815249 Color Hex

#815249
(129,82,73)
0 Favorites   0 Comments

Color spaces of #815249

RGB 1298273
HSL0.030.280.40
HSV10°43°51°
CMYK 0.000.360.43   0.49
XYZ13.273211.18287.7622
Yxy11.18280.41200.3471
Hunter Lab33.440712.32869.6462
CIE-Lab39.886718.516613.4276

#815249 color RGB value is (129,82,73).

#815249 hex color red value is 129, green value is 82 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #815249 hue: 0.03 , saturation: 0.28 and the lightness value of 815249 is 0.40.

The process color (four color CMYK) of #815249 color hex is 0.00, 0.36, 0.43, 0.49. Web safe color of #815249 is #996633. Color #815249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010010 01001001
Octal 201 122 111
Decimal 129 82 73
Hex 81 52 49

RGB Percentages of Color #815249

%45.42
%28.87
%25.70

CMYK Percentages of Color #815249

%0
%36
%43
%49

Triadic Colors of #815249

#815249 #498152 #524981

Analogous Colors of #815249

#815249 #816e49 #81495c

Monochromatic Colors of #815249

#815249

Complementary Color

#815249 #497881

#815249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815249 Color CSS Codes

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

#815249 Text Font Color

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

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


#815249 Background Color

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

This div background color is #815249


#815249 Border Color

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

This div border color is #815249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815249


Comments

No comments written yet.

Please login to write comment.