COLOR #815B7B

HEX: #815B7B
RGB: (129,91,123)

Color info

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

RGB color model

#815B7B color RGB value is (129,91,123).

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

RGB channels and saturation

R 129 of 255 = 51%
G 91 of 255 = 36%
B 123 of 255 = 48%

129
91
123

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

Portions of RGB colors in percentages

R + G + B =
129 + 91 + 123 = 343 (100%)
R 129 of 343 ~ 37.61%
G 91 of 343 ~ 26.53%
B 123 of 343 ~ 35.86%

%37.61
%26.53
%35.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 4.65%
  • key color value is 49.41%
CMYK:
(0,29,5,49)
C0M29Y5K49 
(0%,29%,5%,49%)
(0.00/0.29/0.05/0.49)	

CMYK percentages

%0
%29.46
%4.65
%49.41

Codes

Color #815B7B in popluar color models

815B7B
RGB12991123
HSL309°17.27%43.14%
HSB/HSV309°29.46%50.59%
CMYK0.00%29.46%4.65%
49.41%

Color #815B7B in popluar number systems.

HEX815B7B
Decimal12991123
Binary1000000110110111111011
Octal201133173

Shades and tints

Shades of #815B7B

#815B7B
(129,91,123)
#765370
(118,83,112)
#6B4B65
(107,75,101)
#60435A
(96,67,90)
#553B4F
(85,59,79)
#4A3344
(74,51,68)
#3F2B39
(63,43,57)
#34232E
(52,35,46)
#291B23
(41,27,35)
#1E1318
(30,19,24)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #815B7B

#815B7B
(129,91,123)
#8C6987
(140,105,135)
#977793
(151,119,147)
#A2859F
(162,133,159)
#AD93AB
(173,147,171)
#B8A1B7
(184,161,183)
#C3AFC3
(195,175,195)
#CEBDCF
(206,189,207)
#D9CBDB
(217,203,219)
#E4D9E7
(228,217,231)
#EFE7F3
(239,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815B7B; }

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

This text font color is #815B7B.


Background Color

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

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

This div background color is #815B7B.


Border color

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

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

This div border color is #815B7B.


Opacity

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

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

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

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

This text has shadow with #815B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815B7B on black background.


Color preview on white background

This text has color #815B7B on white background.



Black color preview on #815B7B background

This text has black color on #815B7B background.


White color preview on #815B7B background

This text has white color on #815B7B background.