COLOR #815E6D

HEX: #815E6D
RGB: (129,94,109)

Color info

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

RGB color model

#815E6D color RGB value is (129,94,109).

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

RGB channels and saturation

R 129 of 255 = 51%
G 94 of 255 = 37%
B 109 of 255 = 43%

129
94
109

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

Portions of RGB colors in percentages

R + G + B =
129 + 94 + 109 = 332 (100%)
R 129 of 332 ~ 38.86%
G 94 of 332 ~ 28.31%
B 109 of 332 ~ 32.83%

%38.86
%28.31
%32.83

CMYK color model

#815E6D color CMYK value is (0,27,16,49).

  • cyan value is 0.00%
  • magenta value is 27.13%
  • yellow value is 15.50%
  • key color value is 49.41%
CMYK:
(0,27,16,49)
C0M27Y16K49 
(0%,27%,16%,49%)
(0.00/0.27/0.16/0.49)	

CMYK percentages

%0
%27.13
%15.5
%49.41

Codes

Color #815E6D in popluar color models

815E6D
RGB12994109
HSL334°15.70%43.73%
HSB/HSV334°27.13%50.59%
CMYK0.00%27.13%15.50%
49.41%

Color #815E6D in popluar number systems.

HEX815E6D
Decimal12994109
Binary1000000110111101101101
Octal201136155

Shades and tints

Shades of #815E6D

#815E6D
(129,94,109)
#765664
(118,86,100)
#6B4E5B
(107,78,91)
#604652
(96,70,82)
#553E49
(85,62,73)
#4A3640
(74,54,64)
#3F2E37
(63,46,55)
#34262E
(52,38,46)
#291E25
(41,30,37)
#1E161C
(30,22,28)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #815E6D

#815E6D
(129,94,109)
#8C6C7A
(140,108,122)
#977A87
(151,122,135)
#A28894
(162,136,148)
#AD96A1
(173,150,161)
#B8A4AE
(184,164,174)
#C3B2BB
(195,178,187)
#CEC0C8
(206,192,200)
#D9CED5
(217,206,213)
#E4DCE2
(228,220,226)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815E6D; }

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

This text font color is #815E6D.


Background Color

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

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

This div background color is #815E6D.


Border color

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

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

This div border color is #815E6D.


Opacity

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

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

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

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

This text has shadow with #815E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815E6D on black background.


Color preview on white background

This text has color #815E6D on white background.



Black color preview on #815E6D background

This text has black color on #815E6D background.


White color preview on #815E6D background

This text has white color on #815E6D background.