COLOR #815B6C

HEX: #815B6C RGB: (129,91,108)

Color info

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

RGB color model

#815B6C color RGB value is (129,91,108).

RGB: (129,91,108) (51%, 36%, 42%)

RGB channels and saturation

R 129 of 255 = 51%
G 91 of 255 = 36%
B 108 of 255 = 42%

129
91
108

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

Portions of RGB colors in percentages

R + G + B = 129 + 91 + 108 = 328 (100%)
R 129 of 328 ~ 39.33%
G 91 of 328 ~ 27.74%
B 108 of 328 ~ 32.93'%

%39.33
%27.74
%32.93

CMYK color model

#815B6C color CMYK value is (0,29,16,49).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 16.28%
  • key color value is 49.41%

CMYK: (0,29,16,49)
C0M29Y16K49 (0%, 29%, 16%, 49%)
(0.00 / 0.29 / 0.16 / 0.49)

CMYK percentages

%0
%29.46
%16.28
%49.41

Codes

Color #815B6C in popluar color models

81 5B 6C
RGB 129 91 108
HSL 333° 17.27% 43.14%
HSB/HSV 333° 29.46% 50.59%
CMYK 0.00% 29.46% 16.28%
49.41%

Color #815B6C in popluar number systems.

HEX 81 5B 6C
Decimal 129 91 108
Binary 10000001 1011011 1101100
Octal 201 133 154

Shades and tints

Shades of #815B6C

#815B6C
(129,91,108)
#765363
(118,83,99)
#6B4B5A
(107,75,90)
#604351
(96,67,81)
#553B48
(85,59,72)
#4A333F
(74,51,63)
#3F2B36
(63,43,54)
#34232D
(52,35,45)
#291B24
(41,27,36)
#1E131B
(30,19,27)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #815B6C

#815B6C
(129,91,108)
#8C6979
(140,105,121)
#977786
(151,119,134)
#A28593
(162,133,147)
#AD93A0
(173,147,160)
#B8A1AD
(184,161,173)
#C3AFBA
(195,175,186)
#CEBDC7
(206,189,199)
#D9CBD4
(217,203,212)
#E4D9E1
(228,217,225)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815B6C color. Also use rgb(129,91,108) instead hex code.

Text Font Color

.myTextColor { color: #815B6C; }

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

This text font color is #815B6C.

Background Color

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

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

This div background color is #815B6C.

Border color

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

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

This div border color is #815B6C.

Opacity

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

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

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

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

This text has shadow with #815B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #815B6C.

Preview

Color preview on black background

This text has color #815B6C on black background.


Color preview on white background

This text has color #815B6C on white background.


Black color preview on #815B6C background

This text has black color on #815B6C background.


White color preview on #815B6C background

This text has white color on #815B6C background.


Related colors

Complementary color

Complementary color for #hex is #7EA493.


I love getcolorcode.com

Triadic colors

1 #6C815B and #5B6C81 with #815B6C are triadic colors.

2 #6C5B81 and #5B816C with #815B6C are triadic colors.