COLOR #815E83

HEX: #815E83 RGB: (129,94,131)

Color info

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

RGB color model

#815E83 color RGB value is (129,94,131).

RGB: (129,94,131) (51%, 37%, 51%)

RGB channels and saturation

R 129 of 255 = 51%
G 94 of 255 = 37%
B 131 of 255 = 51%

129
94
131

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

Portions of RGB colors in percentages

R + G + B = 129 + 94 + 131 = 354 (100%)
R 129 of 354 ~ 36.44%
G 94 of 354 ~ 26.55%
B 131 of 354 ~ 37.01'%

%36.44
%26.55
%37.01

CMYK color model

#815E83 color CMYK value is (2,28,0,49).

  • cyan value is 1.53%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (2,28,0,49)
C2M28Y0K49 (2%, 28%, 0%, 49%)
(0.02 / 0.28 / 0.00 / 0.49)

CMYK percentages

%1.53
%28.24
%0
%48.63

Codes

Color #815E83 in popluar color models

81 5E 83
RGB 129 94 131
HSL 297° 16.44% 44.12%
HSB/HSV 297° 28.24% 51.37%
CMYK 1.53% 28.24% 0.00%
48.63%

Color #815E83 in popluar number systems.

HEX 81 5E 83
Decimal 129 94 131
Binary 10000001 1011110 10000011
Octal 201 136 203

Shades and tints

Shades of #815E83

#815E83
(129,94,131)
#765678
(118,86,120)
#6B4E6D
(107,78,109)
#604662
(96,70,98)
#553E57
(85,62,87)
#4A364C
(74,54,76)
#3F2E41
(63,46,65)
#342636
(52,38,54)
#291E2B
(41,30,43)
#1E1620
(30,22,32)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #815E83

#815E83
(129,94,131)
#8C6C8E
(140,108,142)
#977A99
(151,122,153)
#A288A4
(162,136,164)
#AD96AF
(173,150,175)
#B8A4BA
(184,164,186)
#C3B2C5
(195,178,197)
#CEC0D0
(206,192,208)
#D9CEDB
(217,206,219)
#E4DCE6
(228,220,230)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815E83; }

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

This text font color is #815E83.

Background Color

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

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

This div background color is #815E83.

Border color

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

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

This div border color is #815E83.

Opacity

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

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

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

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

This text has shadow with #815E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #815E83.

Preview

Color preview on black background

This text has color #815E83 on black background.


Color preview on white background

This text has color #815E83 on white background.


Black color preview on #815E83 background

This text has black color on #815E83 background.


White color preview on #815E83 background

This text has white color on #815E83 background.


Related colors

Complementary color

Complementary color for #hex is #7EA17C.


I love getcolorcode.com

Triadic colors

1 #83815E and #5E8381 with #815E83 are triadic colors.

2 #835E81 and #5E8183 with #815E83 are triadic colors.