COLOR #815E51

HEX: #815E51
RGB: (129,94,81)

Color info

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

RGB color model

#815E51 color RGB value is (129,94,81).

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

RGB channels and saturation

R 129 of 255 = 51%
G 94 of 255 = 37%
B 81 of 255 = 32%

129
94
81

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

Portions of RGB colors in percentages

R + G + B =
129 + 94 + 81 = 304 (100%)
R 129 of 304 ~ 42.43%
G 94 of 304 ~ 30.92%
B 81 of 304 ~ 26.64%

%42.43
%30.92
%26.64

CMYK color model

#815E51 color CMYK value is (0,27,37,49).

  • cyan value is 0.00%
  • magenta value is 27.13%
  • yellow value is 37.21%
  • key color value is 49.41%
CMYK:
(0,27,37,49)
C0M27Y37K49 
(0%,27%,37%,49%)
(0.00/0.27/0.37/0.49)	

CMYK percentages

%0
%27.13
%37.21
%49.41

Codes

Color #815E51 in popluar color models

815E51
RGB1299481
HSL16°22.86%41.18%
HSB/HSV16°37.21%50.59%
CMYK0.00%27.13%37.21%
49.41%

Color #815E51 in popluar number systems.

HEX815E51
Decimal1299481
Binary1000000110111101010001
Octal201136121

Shades and tints

Shades of #815E51

#815E51
(129,94,81)
#76564A
(118,86,74)
#6B4E43
(107,78,67)
#60463C
(96,70,60)
#553E35
(85,62,53)
#4A362E
(74,54,46)
#3F2E27
(63,46,39)
#342620
(52,38,32)
#291E19
(41,30,25)
#1E1612
(30,22,18)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #815E51

#815E51
(129,94,81)
#8C6C60
(140,108,96)
#977A6F
(151,122,111)
#A2887E
(162,136,126)
#AD968D
(173,150,141)
#B8A49C
(184,164,156)
#C3B2AB
(195,178,171)
#CEC0BA
(206,192,186)
#D9CEC9
(217,206,201)
#E4DCD8
(228,220,216)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815E51; }

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

This text font color is #815E51.


Background Color

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

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

This div background color is #815E51.


Border color

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

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

This div border color is #815E51.


Opacity

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

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

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

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

This text has shadow with #815E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815E51 on black background.


Color preview on white background

This text has color #815E51 on white background.



Black color preview on #815E51 background

This text has black color on #815E51 background.


White color preview on #815E51 background

This text has white color on #815E51 background.