COLOR #815F6F

HEX: #815F6F
RGB: (129,95,111)

Color info

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

RGB color model

#815F6F color RGB value is (129,95,111).

  • red value is 129;
  • green value is 95;
  • blue value is 111.
RGB:
(129,95,111)
(51%,37%,44%)

RGB channels and saturation

R 129 of 255 = 51%
G 95 of 255 = 37%
B 111 of 255 = 44%

129
95
111

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

Portions of RGB colors in percentages

R + G + B =
129 + 95 + 111 = 335 (100%)
R 129 of 335 ~ 38.51%
G 95 of 335 ~ 28.36%
B 111 of 335 ~ 33.13%

%38.51
%28.36
%33.13

CMYK color model

#815F6F color CMYK value is (0,26,14,49).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 13.95%
  • key color value is 49.41%
CMYK:
(0,26,14,49)
C0M26Y14K49 
(0%,26%,14%,49%)
(0.00/0.26/0.14/0.49)	

CMYK percentages

%0
%26.36
%13.95
%49.41

Codes

Color #815F6F in popluar color models

815F6F
RGB12995111
HSL332°15.18%43.92%
HSB/HSV332°26.36%50.59%
CMYK0.00%26.36%13.95%
49.41%

Color #815F6F in popluar number systems.

HEX815F6F
Decimal12995111
Binary1000000110111111101111
Octal201137157

Shades and tints

Shades of #815F6F

#815F6F
(129,95,111)
#765765
(118,87,101)
#6B4F5B
(107,79,91)
#604751
(96,71,81)
#553F47
(85,63,71)
#4A373D
(74,55,61)
#3F2F33
(63,47,51)
#342729
(52,39,41)
#291F1F
(41,31,31)
#1E1715
(30,23,21)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #815F6F

#815F6F
(129,95,111)
#8C6D7C
(140,109,124)
#977B89
(151,123,137)
#A28996
(162,137,150)
#AD97A3
(173,151,163)
#B8A5B0
(184,165,176)
#C3B3BD
(195,179,189)
#CEC1CA
(206,193,202)
#D9CFD7
(217,207,215)
#E4DDE4
(228,221,228)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815F6F color. Also use rgb(129,95,111) instead hex code.

Text Font Color

.myTextColor { color: #815F6F; }

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

This text font color is #815F6F.


Background Color

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

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

This div background color is #815F6F.


Border color

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

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

This div border color is #815F6F.


Opacity

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

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

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

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

This text has shadow with #815F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815F6F on black background.


Color preview on white background

This text has color #815F6F on white background.



Black color preview on #815F6F background

This text has black color on #815F6F background.


White color preview on #815F6F background

This text has white color on #815F6F background.