COLOR #815D63

HEX: #815D63
RGB: (129,93,99)

Color info

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

RGB color model

#815D63 color RGB value is (129,93,99).

  • red value is 129;
  • green value is 93;
  • blue value is 99.
RGB:
(129,93,99)
(51%,36%,39%)

RGB channels and saturation

R 129 of 255 = 51%
G 93 of 255 = 36%
B 99 of 255 = 39%

129
93
99

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

Portions of RGB colors in percentages

R + G + B =
129 + 93 + 99 = 321 (100%)
R 129 of 321 ~ 40.19%
G 93 of 321 ~ 28.97%
B 99 of 321 ~ 30.84%

%40.19
%28.97
%30.84

CMYK color model

#815D63 color CMYK value is (0,28,23,49).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 23.26%
  • key color value is 49.41%
CMYK:
(0,28,23,49)
C0M28Y23K49 
(0%,28%,23%,49%)
(0.00/0.28/0.23/0.49)	

CMYK percentages

%0
%27.91
%23.26
%49.41

Codes

Color #815D63 in popluar color models

815D63
RGB1299399
HSL350°16.22%43.53%
HSB/HSV350°27.91%50.59%
CMYK0.00%27.91%23.26%
49.41%

Color #815D63 in popluar number systems.

HEX815D63
Decimal1299399
Binary1000000110111011100011
Octal201135143

Shades and tints

Shades of #815D63

#815D63
(129,93,99)
#76555A
(118,85,90)
#6B4D51
(107,77,81)
#604548
(96,69,72)
#553D3F
(85,61,63)
#4A3536
(74,53,54)
#3F2D2D
(63,45,45)
#342524
(52,37,36)
#291D1B
(41,29,27)
#1E1512
(30,21,18)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #815D63

#815D63
(129,93,99)
#8C6B71
(140,107,113)
#97797F
(151,121,127)
#A2878D
(162,135,141)
#AD959B
(173,149,155)
#B8A3A9
(184,163,169)
#C3B1B7
(195,177,183)
#CEBFC5
(206,191,197)
#D9CDD3
(217,205,211)
#E4DBE1
(228,219,225)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815D63 color. Also use rgb(129,93,99) instead hex code.

Text Font Color

.myTextColor { color: #815D63; }

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

This text font color is #815D63.


Background Color

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

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

This div background color is #815D63.


Border color

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

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

This div border color is #815D63.


Opacity

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

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

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

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

This text has shadow with #815D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815D63 on black background.


Color preview on white background

This text has color #815D63 on white background.



Black color preview on #815D63 background

This text has black color on #815D63 background.


White color preview on #815D63 background

This text has white color on #815D63 background.