COLOR #815A80

HEX: #815A80
RGB: (129,90,128)

Color info

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

RGB color model

#815A80 color RGB value is (129,90,128).

  • red value is 129;
  • green value is 90;
  • blue value is 128.
RGB:
(129,90,128)
(51%,35%,50%)

RGB channels and saturation

R 129 of 255 = 51%
G 90 of 255 = 35%
B 128 of 255 = 50%

129
90
128

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

Portions of RGB colors in percentages

R + G + B =
129 + 90 + 128 = 347 (100%)
R 129 of 347 ~ 37.18%
G 90 of 347 ~ 25.94%
B 128 of 347 ~ 36.89%

%37.18
%25.94
%36.89

CMYK color model

#815A80 color CMYK value is (0,30,1,49).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(0,30,1,49)
C0M30Y1K49 
(0%,30%,1%,49%)
(0.00/0.30/0.01/0.49)	

CMYK percentages

%0
%30.23
%0.78
%49.41

Codes

Color #815A80 in popluar color models

815A80
RGB12990128
HSL302°17.81%42.94%
HSB/HSV302°30.23%50.59%
CMYK0.00%30.23%0.78%
49.41%

Color #815A80 in popluar number systems.

HEX815A80
Decimal12990128
Binary10000001101101010000000
Octal201132200

Shades and tints

Shades of #815A80

#815A80
(129,90,128)
#765275
(118,82,117)
#6B4A6A
(107,74,106)
#60425F
(96,66,95)
#553A54
(85,58,84)
#4A3249
(74,50,73)
#3F2A3E
(63,42,62)
#342233
(52,34,51)
#291A28
(41,26,40)
#1E121D
(30,18,29)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #815A80

#815A80
(129,90,128)
#8C698B
(140,105,139)
#977896
(151,120,150)
#A287A1
(162,135,161)
#AD96AC
(173,150,172)
#B8A5B7
(184,165,183)
#C3B4C2
(195,180,194)
#CEC3CD
(206,195,205)
#D9D2D8
(217,210,216)
#E4E1E3
(228,225,227)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815A80 color. Also use rgb(129,90,128) instead hex code.

Text Font Color

.myTextColor { color: #815A80; }

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

This text font color is #815A80.


Background Color

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

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

This div background color is #815A80.


Border color

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

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

This div border color is #815A80.


Opacity

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

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

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

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

This text has shadow with #815A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815A80 on black background.


Color preview on white background

This text has color #815A80 on white background.



Black color preview on #815A80 background

This text has black color on #815A80 background.


White color preview on #815A80 background

This text has white color on #815A80 background.