COLOR #815F5A

HEX: #815F5A
RGB: (129,95,90)

Color info

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

RGB color model

#815F5A color RGB value is (129,95,90).

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

RGB channels and saturation

R 129 of 255 = 51%
G 95 of 255 = 37%
B 90 of 255 = 35%

129
95
90

R + G + B ~ 41%. #815F5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 95 + 90 = 314 (100%)
R 129 of 314 ~ 41.08%
G 95 of 314 ~ 30.25%
B 90 of 314 ~ 28.66%

%41.08
%30.25
%28.66

CMYK color model

#815F5A color CMYK value is (0,26,30,49).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 30.23%
  • key color value is 49.41%
CMYK:
(0,26,30,49)
C0M26Y30K49 
(0%,26%,30%,49%)
(0.00/0.26/0.30/0.49)	

CMYK percentages

%0
%26.36
%30.23
%49.41

Codes

Color #815F5A in popluar color models

815F5A
RGB1299590
HSL17.81%42.94%
HSB/HSV30.23%50.59%
CMYK0.00%26.36%30.23%
49.41%

Color #815F5A in popluar number systems.

HEX815F5A
Decimal1299590
Binary1000000110111111011010
Octal201137132

Shades and tints

Shades of #815F5A

#815F5A
(129,95,90)
#765752
(118,87,82)
#6B4F4A
(107,79,74)
#604742
(96,71,66)
#553F3A
(85,63,58)
#4A3732
(74,55,50)
#3F2F2A
(63,47,42)
#342722
(52,39,34)
#291F1A
(41,31,26)
#1E1712
(30,23,18)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #815F5A

#815F5A
(129,95,90)
#8C6D69
(140,109,105)
#977B78
(151,123,120)
#A28987
(162,137,135)
#AD9796
(173,151,150)
#B8A5A5
(184,165,165)
#C3B3B4
(195,179,180)
#CEC1C3
(206,193,195)
#D9CFD2
(217,207,210)
#E4DDE1
(228,221,225)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815F5A; }

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

This text font color is #815F5A.


Background Color

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

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

This div background color is #815F5A.


Border color

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

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

This div border color is #815F5A.


Opacity

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

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

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

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

This text has shadow with #815F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815F5A on black background.


Color preview on white background

This text has color #815F5A on white background.



Black color preview on #815F5A background

This text has black color on #815F5A background.


White color preview on #815F5A background

This text has white color on #815F5A background.