COLOR #815B75

HEX: #815B75
RGB: (129,91,117)

Color info

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

RGB color model

#815B75 color RGB value is (129,91,117).

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

RGB channels and saturation

R 129 of 255 = 51%
G 91 of 255 = 36%
B 117 of 255 = 46%

129
91
117

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

Portions of RGB colors in percentages

R + G + B =
129 + 91 + 117 = 337 (100%)
R 129 of 337 ~ 38.28%
G 91 of 337 ~ 27%
B 117 of 337 ~ 34.72%

%38.28
%27
%34.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 9.30%
  • key color value is 49.41%
CMYK:
(0,29,9,49)
C0M29Y9K49 
(0%,29%,9%,49%)
(0.00/0.29/0.09/0.49)	

CMYK percentages

%0
%29.46
%9.3
%49.41

Codes

Color #815B75 in popluar color models

815B75
RGB12991117
HSL319°17.27%43.14%
HSB/HSV319°29.46%50.59%
CMYK0.00%29.46%9.30%
49.41%

Color #815B75 in popluar number systems.

HEX815B75
Decimal12991117
Binary1000000110110111110101
Octal201133165

Shades and tints

Shades of #815B75

#815B75
(129,91,117)
#76536B
(118,83,107)
#6B4B61
(107,75,97)
#604357
(96,67,87)
#553B4D
(85,59,77)
#4A3343
(74,51,67)
#3F2B39
(63,43,57)
#34232F
(52,35,47)
#291B25
(41,27,37)
#1E131B
(30,19,27)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #815B75

#815B75
(129,91,117)
#8C6981
(140,105,129)
#97778D
(151,119,141)
#A28599
(162,133,153)
#AD93A5
(173,147,165)
#B8A1B1
(184,161,177)
#C3AFBD
(195,175,189)
#CEBDC9
(206,189,201)
#D9CBD5
(217,203,213)
#E4D9E1
(228,217,225)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815B75; }

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

This text font color is #815B75.


Background Color

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

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

This div background color is #815B75.


Border color

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

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

This div border color is #815B75.


Opacity

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

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

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

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

This text has shadow with #815B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815B75 on black background.


Color preview on white background

This text has color #815B75 on white background.



Black color preview on #815B75 background

This text has black color on #815B75 background.


White color preview on #815B75 background

This text has white color on #815B75 background.