COLOR #815A60

HEX: #815A60
RGB: (129,90,96)

Color info

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

RGB color model

#815A60 color RGB value is (129,90,96).

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

RGB channels and saturation

R 129 of 255 = 51%
G 90 of 255 = 35%
B 96 of 255 = 38%

129
90
96

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

Portions of RGB colors in percentages

R + G + B =
129 + 90 + 96 = 315 (100%)
R 129 of 315 ~ 40.95%
G 90 of 315 ~ 28.57%
B 96 of 315 ~ 30.48%

%40.95
%28.57
%30.48

CMYK color model

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

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

CMYK percentages

%0
%30.23
%25.58
%49.41

Codes

Color #815A60 in popluar color models

815A60
RGB1299096
HSL351°17.81%42.94%
HSB/HSV351°30.23%50.59%
CMYK0.00%30.23%25.58%
49.41%

Color #815A60 in popluar number systems.

HEX815A60
Decimal1299096
Binary1000000110110101100000
Octal201132140

Shades and tints

Shades of #815A60

#815A60
(129,90,96)
#765258
(118,82,88)
#6B4A50
(107,74,80)
#604248
(96,66,72)
#553A40
(85,58,64)
#4A3238
(74,50,56)
#3F2A30
(63,42,48)
#342228
(52,34,40)
#291A20
(41,26,32)
#1E1218
(30,18,24)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #815A60

#815A60
(129,90,96)
#8C696E
(140,105,110)
#97787C
(151,120,124)
#A2878A
(162,135,138)
#AD9698
(173,150,152)
#B8A5A6
(184,165,166)
#C3B4B4
(195,180,180)
#CEC3C2
(206,195,194)
#D9D2D0
(217,210,208)
#E4E1DE
(228,225,222)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815A60; }

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

This text font color is #815A60.


Background Color

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

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

This div background color is #815A60.


Border color

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

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

This div border color is #815A60.


Opacity

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

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

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

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

This text has shadow with #815A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815A60 on black background.


Color preview on white background

This text has color #815A60 on white background.



Black color preview on #815A60 background

This text has black color on #815A60 background.


White color preview on #815A60 background

This text has white color on #815A60 background.