COLOR #815953

HEX: #815953
RGB: (129,89,83)

Color info

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

RGB color model

#815953 color RGB value is (129,89,83).

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

RGB channels and saturation

R 129 of 255 = 51%
G 89 of 255 = 35%
B 83 of 255 = 33%

129
89
83

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

Portions of RGB colors in percentages

R + G + B =
129 + 89 + 83 = 301 (100%)
R 129 of 301 ~ 42.86%
G 89 of 301 ~ 29.57%
B 83 of 301 ~ 27.57%

%42.86
%29.57
%27.57

CMYK color model

#815953 color CMYK value is (0,31,36,49).

  • cyan value is 0.00%
  • magenta value is 31.01%
  • yellow value is 35.66%
  • key color value is 49.41%
CMYK:
(0,31,36,49)
C0M31Y36K49 
(0%,31%,36%,49%)
(0.00/0.31/0.36/0.49)	

CMYK percentages

%0
%31.01
%35.66
%49.41

Codes

Color #815953 in popluar color models

815953
RGB1298983
HSL21.70%41.57%
HSB/HSV35.66%50.59%
CMYK0.00%31.01%35.66%
49.41%

Color #815953 in popluar number systems.

HEX815953
Decimal1298983
Binary1000000110110011010011
Octal201131123

Shades and tints

Shades of #815953

#815953
(129,89,83)
#76514C
(118,81,76)
#6B4945
(107,73,69)
#60413E
(96,65,62)
#553937
(85,57,55)
#4A3130
(74,49,48)
#3F2929
(63,41,41)
#342122
(52,33,34)
#29191B
(41,25,27)
#1E1114
(30,17,20)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #815953

#815953
(129,89,83)
#8C6862
(140,104,98)
#977771
(151,119,113)
#A28680
(162,134,128)
#AD958F
(173,149,143)
#B8A49E
(184,164,158)
#C3B3AD
(195,179,173)
#CEC2BC
(206,194,188)
#D9D1CB
(217,209,203)
#E4E0DA
(228,224,218)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815953; }

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

This text font color is #815953.


Background Color

.myBgColor { background-color: #815953; }

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

This div background color is #815953.


Border color

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

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

This div border color is #815953.


Opacity

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

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

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

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

This text has shadow with #815953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815953 on black background.


Color preview on white background

This text has color #815953 on white background.



Black color preview on #815953 background

This text has black color on #815953 background.


White color preview on #815953 background

This text has white color on #815953 background.