COLOR #815850

HEX: #815850
RGB: (129,88,80)

Color info

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

RGB color model

#815850 color RGB value is (129,88,80).

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

RGB channels and saturation

R 129 of 255 = 51%
G 88 of 255 = 35%
B 80 of 255 = 31%

129
88
80

R + G + B ~ 39%. #815850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 88 + 80 = 297 (100%)
R 129 of 297 ~ 43.43%
G 88 of 297 ~ 29.63%
B 80 of 297 ~ 26.94%

%43.43
%29.63
%26.94

CMYK color model

#815850 color CMYK value is (0,32,38,49).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 37.98%
  • key color value is 49.41%
CMYK:
(0,32,38,49)
C0M32Y38K49 
(0%,32%,38%,49%)
(0.00/0.32/0.38/0.49)	

CMYK percentages

%0
%31.78
%37.98
%49.41

Codes

Color #815850 in popluar color models

815850
RGB1298880
HSL10°23.44%40.98%
HSB/HSV10°37.98%50.59%
CMYK0.00%31.78%37.98%
49.41%

Color #815850 in popluar number systems.

HEX815850
Decimal1298880
Binary1000000110110001010000
Octal201130120

Shades and tints

Shades of #815850

#815850
(129,88,80)
#765049
(118,80,73)
#6B4842
(107,72,66)
#60403B
(96,64,59)
#553834
(85,56,52)
#4A302D
(74,48,45)
#3F2826
(63,40,38)
#34201F
(52,32,31)
#291818
(41,24,24)
#1E1011
(30,16,17)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #815850

#815850
(129,88,80)
#8C675F
(140,103,95)
#97766E
(151,118,110)
#A2857D
(162,133,125)
#AD948C
(173,148,140)
#B8A39B
(184,163,155)
#C3B2AA
(195,178,170)
#CEC1B9
(206,193,185)
#D9D0C8
(217,208,200)
#E4DFD7
(228,223,215)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815850; }

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

This text font color is #815850.


Background Color

.myBgColor { background-color: #815850; }

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

This div background color is #815850.


Border color

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

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

This div border color is #815850.


Opacity

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

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

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

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

This text has shadow with #815850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815850 on black background.


Color preview on white background

This text has color #815850 on white background.



Black color preview on #815850 background

This text has black color on #815850 background.


White color preview on #815850 background

This text has white color on #815850 background.