COLOR #815D83

HEX: #815D83
RGB: (129,93,131)

Color info

#815D83 contains red, green and blue colors in about the same proportion. Web safe color of #815D83 is #996699 (or #969).

RGB color model

#815D83 color RGB value is (129,93,131).

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

RGB channels and saturation

R 129 of 255 = 51%
G 93 of 255 = 36%
B 131 of 255 = 51%

129
93
131

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

Portions of RGB colors in percentages

R + G + B =
129 + 93 + 131 = 353 (100%)
R 129 of 353 ~ 36.54%
G 93 of 353 ~ 26.35%
B 131 of 353 ~ 37.11%

%36.54
%26.35
%37.11

CMYK color model

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

  • cyan value is 1.53%
  • magenta value is 29.01%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(2,29,0,49)
C2M29Y0K49 
(2%,29%,0%,49%)
(0.02/0.29/0.00/0.49)	

CMYK percentages

%1.53
%29.01
%0
%48.63

Codes

Color #815D83 in popluar color models

815D83
RGB12993131
HSL297°16.96%43.92%
HSB/HSV297°29.01%51.37%
CMYK1.53%29.01%0.00%
48.63%

Color #815D83 in popluar number systems.

HEX815D83
Decimal12993131
Binary10000001101110110000011
Octal201135203

Shades and tints

Shades of #815D83

#815D83
(129,93,131)
#765578
(118,85,120)
#6B4D6D
(107,77,109)
#604562
(96,69,98)
#553D57
(85,61,87)
#4A354C
(74,53,76)
#3F2D41
(63,45,65)
#342536
(52,37,54)
#291D2B
(41,29,43)
#1E1520
(30,21,32)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #815D83

#815D83
(129,93,131)
#8C6B8E
(140,107,142)
#977999
(151,121,153)
#A287A4
(162,135,164)
#AD95AF
(173,149,175)
#B8A3BA
(184,163,186)
#C3B1C5
(195,177,197)
#CEBFD0
(206,191,208)
#D9CDDB
(217,205,219)
#E4DBE6
(228,219,230)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815D83; }

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

This text font color is #815D83.


Background Color

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

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

This div background color is #815D83.


Border color

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

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

This div border color is #815D83.


Opacity

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

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

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

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

This text has shadow with #815D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815D83 on black background.


Color preview on white background

This text has color #815D83 on white background.



Black color preview on #815D83 background

This text has black color on #815D83 background.


White color preview on #815D83 background

This text has white color on #815D83 background.