COLOR #815C5C

HEX: #815C5C
RGB: (129,92,92)

Color info

#815C5C contains red, green and blue colors in about the same proportion. Web safe color of #815C5C is #996666 (or #966).

RGB color model

#815C5C color RGB value is (129,92,92).

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

RGB channels and saturation

R 129 of 255 = 51%
G 92 of 255 = 36%
B 92 of 255 = 36%

129
92
92

R + G + B ~ 41%. #815C5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 92 + 92 = 313 (100%)
R 129 of 313 ~ 41.21%
G 92 of 313 ~ 29.39%
B 92 of 313 ~ 29.39%

%41.21
%29.39
%29.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.68%
  • yellow value is 28.68%
  • key color value is 49.41%
CMYK:
(0,29,29,49)
C0M29Y29K49 
(0%,29%,29%,49%)
(0.00/0.29/0.29/0.49)	

CMYK percentages

%0
%28.68
%28.68
%49.41

Codes

Color #815C5C in popluar color models

815C5C
RGB1299292
HSL16.74%43.33%
HSB/HSV28.68%50.59%
CMYK0.00%28.68%28.68%
49.41%

Color #815C5C in popluar number systems.

HEX815C5C
Decimal1299292
Binary1000000110111001011100
Octal201134134

Shades and tints

Shades of #815C5C

#815C5C
(129,92,92)
#765454
(118,84,84)
#6B4C4C
(107,76,76)
#604444
(96,68,68)
#553C3C
(85,60,60)
#4A3434
(74,52,52)
#3F2C2C
(63,44,44)
#342424
(52,36,36)
#291C1C
(41,28,28)
#1E1414
(30,20,20)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #815C5C

#815C5C
(129,92,92)
#8C6A6A
(140,106,106)
#977878
(151,120,120)
#A28686
(162,134,134)
#AD9494
(173,148,148)
#B8A2A2
(184,162,162)
#C3B0B0
(195,176,176)
#CEBEBE
(206,190,190)
#D9CCCC
(217,204,204)
#E4DADA
(228,218,218)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815C5C; }

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

This text font color is #815C5C.


Background Color

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

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

This div background color is #815C5C.


Border color

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

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

This div border color is #815C5C.


Opacity

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

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

Text with #815C5C 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 #815C5C;}

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

This text has shadow with #815C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815C5C on black background.


Color preview on white background

This text has color #815C5C on white background.



Black color preview on #815C5C background

This text has black color on #815C5C background.


White color preview on #815C5C background

This text has white color on #815C5C background.