COLOR #8D857B

HEX: #8D857B RGB: (141,133,123)

Color info

#8D857B contains red, green and blue colors in about the same proportion. Web safe color of #8D857B is #999966 (or #996).

RGB color model

#8D857B color RGB value is (141,133,123).

RGB: (141,133,123) (55%, 52%, 48%)

RGB channels and saturation

R 141 of 255 = 55%
G 133 of 255 = 52%
B 123 of 255 = 48%

141
133
123

R + G + B ~ 52%. #8D857B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 133 + 123 = 397 (100%)
R 141 of 397 ~ 35.52%
G 133 of 397 ~ 33.5%
B 123 of 397 ~ 30.98'%

%35.52
%33.5
%30.98

CMYK color model

#8D857B color CMYK value is (0,6,13,45).

  • cyan value is 0.00%
  • magenta value is 5.67%
  • yellow value is 12.77%
  • key color value is 44.71%

CMYK: (0,6,13,45)
C0M6Y13K45 (0%, 6%, 13%, 45%)
(0.00 / 0.06 / 0.13 / 0.45)

CMYK percentages

%0
%5.67
%12.77
%44.71

Codes

Color #8D857B in popluar color models

8D 85 7B
RGB 141 133 123
HSL 33° 7.32% 51.76%
HSB/HSV 33° 12.77% 55.29%
CMYK 0.00% 5.67% 12.77%
44.71%

Color #8D857B in popluar number systems.

HEX 8D 85 7B
Decimal 141 133 123
Binary 10001101 10000101 1111011
Octal 215 205 173

Shades and tints

Shades of #8D857B

#8D857B
(141,133,123)
#817970
(129,121,112)
#756D65
(117,109,101)
#69615A
(105,97,90)
#5D554F
(93,85,79)
#514944
(81,73,68)
#453D39
(69,61,57)
#39312E
(57,49,46)
#2D2523
(45,37,35)
#211918
(33,25,24)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #8D857B

#8D857B
(141,133,123)
#979087
(151,144,135)
#A19B93
(161,155,147)
#ABA69F
(171,166,159)
#B5B1AB
(181,177,171)
#BFBCB7
(191,188,183)
#C9C7C3
(201,199,195)
#D3D2CF
(211,210,207)
#DDDDDB
(221,221,219)
#E7E8E7
(231,232,231)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D857B color. Also use rgb(141,133,123) instead hex code.

Text Font Color

.myTextColor { color: #8D857B; }

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

This text font color is #8D857B.

Background Color

.myBgColor { background-color: #8D857B; }

<div style="background-color:#8D857B">Inner text</div>

This div background color is #8D857B.

Border color

.myBorderColor { border: 1px solid #8D857B; }

<div style="border:3px solid #8D857B">Div</div>

This div border color is #8D857B.

Opacity

.myOpacity80 { color: #8D857B; opacity: 0.8; }

<p style="color:#8D857B;opacity:0.8;">80%</p>

Text with #8D857B 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 #8D857B;}

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

This text has shadow with #8D857B color.


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

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

This text has shadow with #8D857B primary color and red secondary color.


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

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

This text has shadow with #8D857B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8D857B.

Preview

Color preview on black background

This text has color #8D857B on black background.


Color preview on white background

This text has color #8D857B on white background.


Black color preview on #8D857B background

This text has black color on #8D857B background.


White color preview on #8D857B background

This text has white color on #8D857B background.


Related colors

Complementary color

Complementary color for #hex is #727A84.


I love getcolorcode.com

Triadic colors

1 #7B8D85 and #857B8D with #8D857B are triadic colors.

2 #7B858D and #858D7B with #8D857B are triadic colors.