COLOR #815859

HEX: #815859
RGB: (129,88,89)

Color info

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

RGB color model

#815859 color RGB value is (129,88,89).

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

RGB channels and saturation

R 129 of 255 = 51%
G 88 of 255 = 35%
B 89 of 255 = 35%

129
88
89

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

Portions of RGB colors in percentages

R + G + B =
129 + 88 + 89 = 306 (100%)
R 129 of 306 ~ 42.16%
G 88 of 306 ~ 28.76%
B 89 of 306 ~ 29.08%

%42.16
%28.76
%29.08

CMYK color model

#815859 color CMYK value is (0,32,31,49).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 31.01%
  • key color value is 49.41%
CMYK:
(0,32,31,49)
C0M32Y31K49 
(0%,32%,31%,49%)
(0.00/0.32/0.31/0.49)	

CMYK percentages

%0
%31.78
%31.01
%49.41

Codes

Color #815859 in popluar color models

815859
RGB1298889
HSL359°18.89%42.55%
HSB/HSV359°31.78%50.59%
CMYK0.00%31.78%31.01%
49.41%

Color #815859 in popluar number systems.

HEX815859
Decimal1298889
Binary1000000110110001011001
Octal201130131

Shades and tints

Shades of #815859

#815859
(129,88,89)
#765051
(118,80,81)
#6B4849
(107,72,73)
#604041
(96,64,65)
#553839
(85,56,57)
#4A3031
(74,48,49)
#3F2829
(63,40,41)
#342021
(52,32,33)
#291819
(41,24,25)
#1E1011
(30,16,17)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #815859

#815859
(129,88,89)
#8C6768
(140,103,104)
#977677
(151,118,119)
#A28586
(162,133,134)
#AD9495
(173,148,149)
#B8A3A4
(184,163,164)
#C3B2B3
(195,178,179)
#CEC1C2
(206,193,194)
#D9D0D1
(217,208,209)
#E4DFE0
(228,223,224)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815859; }

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

This text font color is #815859.


Background Color

.myBgColor { background-color: #815859; }

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

This div background color is #815859.


Border color

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

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

This div border color is #815859.


Opacity

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

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

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

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

This text has shadow with #815859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815859 on black background.


Color preview on white background

This text has color #815859 on white background.



Black color preview on #815859 background

This text has black color on #815859 background.


White color preview on #815859 background

This text has white color on #815859 background.