COLOR #815376

HEX: #815376
RGB: (129,83,118)

Color info

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

RGB color model

#815376 color RGB value is (129,83,118).

  • red value is 129;
  • green value is 83;
  • blue value is 118.
RGB:
(129,83,118)
(51%,33%,46%)

RGB channels and saturation

R 129 of 255 = 51%
G 83 of 255 = 33%
B 118 of 255 = 46%

129
83
118

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

Portions of RGB colors in percentages

R + G + B =
129 + 83 + 118 = 330 (100%)
R 129 of 330 ~ 39.09%
G 83 of 330 ~ 25.15%
B 118 of 330 ~ 35.76%

%39.09
%25.15
%35.76

CMYK color model

#815376 color CMYK value is (0,36,9,49).

  • cyan value is 0.00%
  • magenta value is 35.66%
  • yellow value is 8.53%
  • key color value is 49.41%
CMYK:
(0,36,9,49)
C0M36Y9K49 
(0%,36%,9%,49%)
(0.00/0.36/0.09/0.49)	

CMYK percentages

%0
%35.66
%8.53
%49.41

Codes

Color #815376 in popluar color models

815376
RGB12983118
HSL314°21.70%41.57%
HSB/HSV314°35.66%50.59%
CMYK0.00%35.66%8.53%
49.41%

Color #815376 in popluar number systems.

HEX815376
Decimal12983118
Binary1000000110100111110110
Octal201123166

Shades and tints

Shades of #815376

#815376
(129,83,118)
#764C6C
(118,76,108)
#6B4562
(107,69,98)
#603E58
(96,62,88)
#55374E
(85,55,78)
#4A3044
(74,48,68)
#3F293A
(63,41,58)
#342230
(52,34,48)
#291B26
(41,27,38)
#1E141C
(30,20,28)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #815376

#815376
(129,83,118)
#8C6282
(140,98,130)
#97718E
(151,113,142)
#A2809A
(162,128,154)
#AD8FA6
(173,143,166)
#B89EB2
(184,158,178)
#C3ADBE
(195,173,190)
#CEBCCA
(206,188,202)
#D9CBD6
(217,203,214)
#E4DAE2
(228,218,226)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815376 color. Also use rgb(129,83,118) instead hex code.

Text Font Color

.myTextColor { color: #815376; }

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

This text font color is #815376.


Background Color

.myBgColor { background-color: #815376; }

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

This div background color is #815376.


Border color

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

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

This div border color is #815376.


Opacity

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

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

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

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

This text has shadow with #815376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815376 on black background.


Color preview on white background

This text has color #815376 on white background.



Black color preview on #815376 background

This text has black color on #815376 background.


White color preview on #815376 background

This text has white color on #815376 background.