COLOR #815864

HEX: #815864
RGB: (129,88,100)

Color info

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

RGB color model

#815864 color RGB value is (129,88,100).

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

RGB channels and saturation

R 129 of 255 = 51%
G 88 of 255 = 35%
B 100 of 255 = 39%

129
88
100

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

Portions of RGB colors in percentages

R + G + B =
129 + 88 + 100 = 317 (100%)
R 129 of 317 ~ 40.69%
G 88 of 317 ~ 27.76%
B 100 of 317 ~ 31.55%

%40.69
%27.76
%31.55

CMYK color model

#815864 color CMYK value is (0,32,22,49).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 22.48%
  • key color value is 49.41%
CMYK:
(0,32,22,49)
C0M32Y22K49 
(0%,32%,22%,49%)
(0.00/0.32/0.22/0.49)	

CMYK percentages

%0
%31.78
%22.48
%49.41

Codes

Color #815864 in popluar color models

815864
RGB12988100
HSL342°18.89%42.55%
HSB/HSV342°31.78%50.59%
CMYK0.00%31.78%22.48%
49.41%

Color #815864 in popluar number systems.

HEX815864
Decimal12988100
Binary1000000110110001100100
Octal201130144

Shades and tints

Shades of #815864

#815864
(129,88,100)
#76505B
(118,80,91)
#6B4852
(107,72,82)
#604049
(96,64,73)
#553840
(85,56,64)
#4A3037
(74,48,55)
#3F282E
(63,40,46)
#342025
(52,32,37)
#29181C
(41,24,28)
#1E1013
(30,16,19)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #815864

#815864
(129,88,100)
#8C6772
(140,103,114)
#977680
(151,118,128)
#A2858E
(162,133,142)
#AD949C
(173,148,156)
#B8A3AA
(184,163,170)
#C3B2B8
(195,178,184)
#CEC1C6
(206,193,198)
#D9D0D4
(217,208,212)
#E4DFE2
(228,223,226)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815864; }

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

This text font color is #815864.


Background Color

.myBgColor { background-color: #815864; }

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

This div background color is #815864.


Border color

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

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

This div border color is #815864.


Opacity

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

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

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

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

This text has shadow with #815864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815864 on black background.


Color preview on white background

This text has color #815864 on white background.



Black color preview on #815864 background

This text has black color on #815864 background.


White color preview on #815864 background

This text has white color on #815864 background.