COLOR #815E63

HEX: #815E63
RGB: (129,94,99)

Color info

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

RGB color model

#815E63 color RGB value is (129,94,99).

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

RGB channels and saturation

R 129 of 255 = 51%
G 94 of 255 = 37%
B 99 of 255 = 39%

129
94
99

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

Portions of RGB colors in percentages

R + G + B =
129 + 94 + 99 = 322 (100%)
R 129 of 322 ~ 40.06%
G 94 of 322 ~ 29.19%
B 99 of 322 ~ 30.75%

%40.06
%29.19
%30.75

CMYK color model

#815E63 color CMYK value is (0,27,23,49).

  • cyan value is 0.00%
  • magenta value is 27.13%
  • yellow value is 23.26%
  • key color value is 49.41%
CMYK:
(0,27,23,49)
C0M27Y23K49 
(0%,27%,23%,49%)
(0.00/0.27/0.23/0.49)	

CMYK percentages

%0
%27.13
%23.26
%49.41

Codes

Color #815E63 in popluar color models

815E63
RGB1299499
HSL351°15.70%43.73%
HSB/HSV351°27.13%50.59%
CMYK0.00%27.13%23.26%
49.41%

Color #815E63 in popluar number systems.

HEX815E63
Decimal1299499
Binary1000000110111101100011
Octal201136143

Shades and tints

Shades of #815E63

#815E63
(129,94,99)
#76565A
(118,86,90)
#6B4E51
(107,78,81)
#604648
(96,70,72)
#553E3F
(85,62,63)
#4A3636
(74,54,54)
#3F2E2D
(63,46,45)
#342624
(52,38,36)
#291E1B
(41,30,27)
#1E1612
(30,22,18)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #815E63

#815E63
(129,94,99)
#8C6C71
(140,108,113)
#977A7F
(151,122,127)
#A2888D
(162,136,141)
#AD969B
(173,150,155)
#B8A4A9
(184,164,169)
#C3B2B7
(195,178,183)
#CEC0C5
(206,192,197)
#D9CED3
(217,206,211)
#E4DCE1
(228,220,225)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815E63; }

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

This text font color is #815E63.


Background Color

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

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

This div background color is #815E63.


Border color

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

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

This div border color is #815E63.


Opacity

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

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

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

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

This text has shadow with #815E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815E63 on black background.


Color preview on white background

This text has color #815E63 on white background.



Black color preview on #815E63 background

This text has black color on #815E63 background.


White color preview on #815E63 background

This text has white color on #815E63 background.