COLOR #815A50

HEX: #815A50
RGB: (129,90,80)

Color info

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

RGB color model

#815A50 color RGB value is (129,90,80).

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

RGB channels and saturation

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

129
90
80

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

Portions of RGB colors in percentages

R + G + B =
129 + 90 + 80 = 299 (100%)
R 129 of 299 ~ 43.14%
G 90 of 299 ~ 30.1%
B 80 of 299 ~ 26.76%

%43.14
%30.1
%26.76

CMYK color model

#815A50 color CMYK value is (0,30,38,49).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 37.98%
  • key color value is 49.41%
CMYK:
(0,30,38,49)
C0M30Y38K49 
(0%,30%,38%,49%)
(0.00/0.30/0.38/0.49)	

CMYK percentages

%0
%30.23
%37.98
%49.41

Codes

Color #815A50 in popluar color models

815A50
RGB1299080
HSL12°23.44%40.98%
HSB/HSV12°37.98%50.59%
CMYK0.00%30.23%37.98%
49.41%

Color #815A50 in popluar number systems.

HEX815A50
Decimal1299080
Binary1000000110110101010000
Octal201132120

Shades and tints

Shades of #815A50

#815A50
(129,90,80)
#765249
(118,82,73)
#6B4A42
(107,74,66)
#60423B
(96,66,59)
#553A34
(85,58,52)
#4A322D
(74,50,45)
#3F2A26
(63,42,38)
#34221F
(52,34,31)
#291A18
(41,26,24)
#1E1211
(30,18,17)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #815A50

#815A50
(129,90,80)
#8C695F
(140,105,95)
#97786E
(151,120,110)
#A2877D
(162,135,125)
#AD968C
(173,150,140)
#B8A59B
(184,165,155)
#C3B4AA
(195,180,170)
#CEC3B9
(206,195,185)
#D9D2C8
(217,210,200)
#E4E1D7
(228,225,215)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815A50; }

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

This text font color is #815A50.


Background Color

.myBgColor { background-color: #815A50; }

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

This div background color is #815A50.


Border color

.myBorderColor { border: 1px solid #815A50; }

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

This div border color is #815A50.


Opacity

.myOpacity80 { color: #815A50; opacity: 0.8; }

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

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

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

This text has shadow with #815A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815A50 on black background.


Color preview on white background

This text has color #815A50 on white background.



Black color preview on #815A50 background

This text has black color on #815A50 background.


White color preview on #815A50 background

This text has white color on #815A50 background.