COLOR #815473

HEX: #815473
RGB: (129,84,115)

Color info

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

RGB color model

#815473 color RGB value is (129,84,115).

  • red value is 129;
  • green value is 84;
  • blue value is 115.
RGB:
(129,84,115)
(51%,33%,45%)

RGB channels and saturation

R 129 of 255 = 51%
G 84 of 255 = 33%
B 115 of 255 = 45%

129
84
115

R + G + B ~ 43%. #815473 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 84 + 115 = 328 (100%)
R 129 of 328 ~ 39.33%
G 84 of 328 ~ 25.61%
B 115 of 328 ~ 35.06%

%39.33
%25.61
%35.06

CMYK color model

#815473 color CMYK value is (0,35,11,49).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 10.85%
  • key color value is 49.41%
CMYK:
(0,35,11,49)
C0M35Y11K49 
(0%,35%,11%,49%)
(0.00/0.35/0.11/0.49)	

CMYK percentages

%0
%34.88
%10.85
%49.41

Codes

Color #815473 in popluar color models

815473
RGB12984115
HSL319°21.13%41.76%
HSB/HSV319°34.88%50.59%
CMYK0.00%34.88%10.85%
49.41%

Color #815473 in popluar number systems.

HEX815473
Decimal12984115
Binary1000000110101001110011
Octal201124163

Shades and tints

Shades of #815473

#815473
(129,84,115)
#764D69
(118,77,105)
#6B465F
(107,70,95)
#603F55
(96,63,85)
#55384B
(85,56,75)
#4A3141
(74,49,65)
#3F2A37
(63,42,55)
#34232D
(52,35,45)
#291C23
(41,28,35)
#1E1519
(30,21,25)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #815473

#815473
(129,84,115)
#8C637F
(140,99,127)
#97728B
(151,114,139)
#A28197
(162,129,151)
#AD90A3
(173,144,163)
#B89FAF
(184,159,175)
#C3AEBB
(195,174,187)
#CEBDC7
(206,189,199)
#D9CCD3
(217,204,211)
#E4DBDF
(228,219,223)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815473 color. Also use rgb(129,84,115) instead hex code.

Text Font Color

.myTextColor { color: #815473; }

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

This text font color is #815473.


Background Color

.myBgColor { background-color: #815473; }

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

This div background color is #815473.


Border color

.myBorderColor { border: 1px solid #815473; }

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

This div border color is #815473.


Opacity

.myOpacity80 { color: #815473; opacity: 0.8; }

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

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

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

This text has shadow with #815473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815473 on black background.


Color preview on white background

This text has color #815473 on white background.



Black color preview on #815473 background

This text has black color on #815473 background.


White color preview on #815473 background

This text has white color on #815473 background.