COLOR #815875

HEX: #815875
RGB: (129,88,117)

Color info

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

RGB color model

#815875 color RGB value is (129,88,117).

  • red value is 129;
  • green value is 88;
  • blue value is 117.
RGB:
(129,88,117)
(51%,35%,46%)

RGB channels and saturation

R 129 of 255 = 51%
G 88 of 255 = 35%
B 117 of 255 = 46%

129
88
117

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

Portions of RGB colors in percentages

R + G + B =
129 + 88 + 117 = 334 (100%)
R 129 of 334 ~ 38.62%
G 88 of 334 ~ 26.35%
B 117 of 334 ~ 35.03%

%38.62
%26.35
%35.03

CMYK color model

#815875 color CMYK value is (0,32,9,49).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 9.30%
  • key color value is 49.41%
CMYK:
(0,32,9,49)
C0M32Y9K49 
(0%,32%,9%,49%)
(0.00/0.32/0.09/0.49)	

CMYK percentages

%0
%31.78
%9.3
%49.41

Codes

Color #815875 in popluar color models

815875
RGB12988117
HSL318°18.89%42.55%
HSB/HSV318°31.78%50.59%
CMYK0.00%31.78%9.30%
49.41%

Color #815875 in popluar number systems.

HEX815875
Decimal12988117
Binary1000000110110001110101
Octal201130165

Shades and tints

Shades of #815875

#815875
(129,88,117)
#76506B
(118,80,107)
#6B4861
(107,72,97)
#604057
(96,64,87)
#55384D
(85,56,77)
#4A3043
(74,48,67)
#3F2839
(63,40,57)
#34202F
(52,32,47)
#291825
(41,24,37)
#1E101B
(30,16,27)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #815875

#815875
(129,88,117)
#8C6781
(140,103,129)
#97768D
(151,118,141)
#A28599
(162,133,153)
#AD94A5
(173,148,165)
#B8A3B1
(184,163,177)
#C3B2BD
(195,178,189)
#CEC1C9
(206,193,201)
#D9D0D5
(217,208,213)
#E4DFE1
(228,223,225)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815875 color. Also use rgb(129,88,117) instead hex code.

Text Font Color

.myTextColor { color: #815875; }

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

This text font color is #815875.


Background Color

.myBgColor { background-color: #815875; }

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

This div background color is #815875.


Border color

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

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

This div border color is #815875.


Opacity

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

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

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

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

This text has shadow with #815875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815875 on black background.


Color preview on white background

This text has color #815875 on white background.



Black color preview on #815875 background

This text has black color on #815875 background.


White color preview on #815875 background

This text has white color on #815875 background.