COLOR #815B4C

HEX: #815B4C
RGB: (129,91,76)

Color info

#815B4C contains red, green and blue colors in about the same proportion. Web safe color of #815B4C is #996633 (or #963).

RGB color model

#815B4C color RGB value is (129,91,76).

  • red value is 129;
  • green value is 91;
  • blue value is 76.
RGB:
(129,91,76)
(51%,36%,30%)

RGB channels and saturation

R 129 of 255 = 51%
G 91 of 255 = 36%
B 76 of 255 = 30%

129
91
76

R + G + B ~ 39%. #815B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 91 + 76 = 296 (100%)
R 129 of 296 ~ 43.58%
G 91 of 296 ~ 30.74%
B 76 of 296 ~ 25.68%

%43.58
%30.74
%25.68

CMYK color model

#815B4C color CMYK value is (0,29,41,49).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 41.09%
  • key color value is 49.41%
CMYK:
(0,29,41,49)
C0M29Y41K49 
(0%,29%,41%,49%)
(0.00/0.29/0.41/0.49)	

CMYK percentages

%0
%29.46
%41.09
%49.41

Codes

Color #815B4C in popluar color models

815B4C
RGB1299176
HSL17°25.85%40.20%
HSB/HSV17°41.09%50.59%
CMYK0.00%29.46%41.09%
49.41%

Color #815B4C in popluar number systems.

HEX815B4C
Decimal1299176
Binary1000000110110111001100
Octal201133114

Shades and tints

Shades of #815B4C

#815B4C
(129,91,76)
#765346
(118,83,70)
#6B4B40
(107,75,64)
#60433A
(96,67,58)
#553B34
(85,59,52)
#4A332E
(74,51,46)
#3F2B28
(63,43,40)
#342322
(52,35,34)
#291B1C
(41,27,28)
#1E1316
(30,19,22)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #815B4C

#815B4C
(129,91,76)
#8C695C
(140,105,92)
#97776C
(151,119,108)
#A2857C
(162,133,124)
#AD938C
(173,147,140)
#B8A19C
(184,161,156)
#C3AFAC
(195,175,172)
#CEBDBC
(206,189,188)
#D9CBCC
(217,203,204)
#E4D9DC
(228,217,220)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815B4C color. Also use rgb(129,91,76) instead hex code.

Text Font Color

.myTextColor { color: #815B4C; }

<p style="color:#815B4C">This sample text font color is #815B4C.</p>

This text font color is #815B4C.


Background Color

.myBgColor { background-color: #815B4C; }

<div style="background-color:#815B4C">Inner text</div>

This div background color is #815B4C.


Border color

.myBorderColor { border: 1px solid #815B4C; }

<div style="border:3px solid #815B4C">Div</div>

This div border color is #815B4C.


Opacity

.myOpacity80 { color: #815B4C; opacity: 0.8; }

<p style="color:#815B4C;opacity:0.8;">80%</p>

Text with #815B4C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #815B4C;}

<p style="text-shadow: 3px 3px 1px #815B4C">Text here.</p>

This text has shadow with #815B4C color.

.textShadow {text-shadow: 3px 3px 1px #815B4C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #815B4C, 5px 5px 20px red">Text here.</p>

This text has shadow with #815B4C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#815B4C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#815B4C, Direction=45, Strength=4)">Text</p>

This text has shadow with #815B4C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #815B4C;
  -webkit-box-shadow:	1px 1px 3px 2px #815B4C;
  box-shadow:		1px 1px 3px 2px #815B4C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #815B4C;
-webkit-box-shadow: 1px 1px 3px 2px #815B4C;
box-shadow:1px 1px 3px 2px #815B4C;">
Div content here</div>
This div box has shadow with color #815B4C.

Preview

Color preview on black background

This text has color #815B4C on black background.


Color preview on white background

This text has color #815B4C on white background.



Black color preview on #815B4C background

This text has black color on #815B4C background.


White color preview on #815B4C background

This text has white color on #815B4C background.