COLOR #815F73

HEX: #815F73
RGB: (129,95,115)

Color info

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

RGB color model

#815F73 color RGB value is (129,95,115).

  • red value is 129;
  • green value is 95;
  • blue value is 115.
RGB:
(129,95,115)
(51%,37%,45%)

RGB channels and saturation

R 129 of 255 = 51%
G 95 of 255 = 37%
B 115 of 255 = 45%

129
95
115

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

Portions of RGB colors in percentages

R + G + B =
129 + 95 + 115 = 339 (100%)
R 129 of 339 ~ 38.05%
G 95 of 339 ~ 28.02%
B 115 of 339 ~ 33.92%

%38.05
%28.02
%33.92

CMYK color model

#815F73 color CMYK value is (0,26,11,49).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 10.85%
  • key color value is 49.41%
CMYK:
(0,26,11,49)
C0M26Y11K49 
(0%,26%,11%,49%)
(0.00/0.26/0.11/0.49)	

CMYK percentages

%0
%26.36
%10.85
%49.41

Codes

Color #815F73 in popluar color models

815F73
RGB12995115
HSL325°15.18%43.92%
HSB/HSV325°26.36%50.59%
CMYK0.00%26.36%10.85%
49.41%

Color #815F73 in popluar number systems.

HEX815F73
Decimal12995115
Binary1000000110111111110011
Octal201137163

Shades and tints

Shades of #815F73

#815F73
(129,95,115)
#765769
(118,87,105)
#6B4F5F
(107,79,95)
#604755
(96,71,85)
#553F4B
(85,63,75)
#4A3741
(74,55,65)
#3F2F37
(63,47,55)
#34272D
(52,39,45)
#291F23
(41,31,35)
#1E1719
(30,23,25)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #815F73

#815F73
(129,95,115)
#8C6D7F
(140,109,127)
#977B8B
(151,123,139)
#A28997
(162,137,151)
#AD97A3
(173,151,163)
#B8A5AF
(184,165,175)
#C3B3BB
(195,179,187)
#CEC1C7
(206,193,199)
#D9CFD3
(217,207,211)
#E4DDDF
(228,221,223)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815F73; }

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

This text font color is #815F73.


Background Color

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

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

This div background color is #815F73.


Border color

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

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

This div border color is #815F73.


Opacity

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

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

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

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

This text has shadow with #815F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815F73 on black background.


Color preview on white background

This text has color #815F73 on white background.



Black color preview on #815F73 background

This text has black color on #815F73 background.


White color preview on #815F73 background

This text has white color on #815F73 background.