COLOR #8D877D

HEX: #8D877D
RGB: (141,135,125)

Color info

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

RGB color model

#8D877D color RGB value is (141,135,125).

  • red value is 141;
  • green value is 135;
  • blue value is 125.
RGB:
(141,135,125)
(55%,53%,49%)

RGB channels and saturation

R 141 of 255 = 55%
G 135 of 255 = 53%
B 125 of 255 = 49%

141
135
125

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

Portions of RGB colors in percentages

R + G + B =
141 + 135 + 125 = 401 (100%)
R 141 of 401 ~ 35.16%
G 135 of 401 ~ 33.67%
B 125 of 401 ~ 31.17%

%35.16
%33.67
%31.17

CMYK color model

#8D877D color CMYK value is (0,4,11,45).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 11.35%
  • key color value is 44.71%
CMYK:
(0,4,11,45)
C0M4Y11K45 
(0%,4%,11%,45%)
(0.00/0.04/0.11/0.45)	

CMYK percentages

%0
%4.26
%11.35
%44.71

Codes

Color #8D877D in popluar color models

8D877D
RGB141135125
HSL38°6.56%52.16%
HSB/HSV38°11.35%55.29%
CMYK0.00%4.26%11.35%
44.71%

Color #8D877D in popluar number systems.

HEX8D877D
Decimal141135125
Binary10001101100001111111101
Octal215207175

Shades and tints

Shades of #8D877D

#8D877D
(141,135,125)
#817B72
(129,123,114)
#756F67
(117,111,103)
#69635C
(105,99,92)
#5D5751
(93,87,81)
#514B46
(81,75,70)
#453F3B
(69,63,59)
#393330
(57,51,48)
#2D2725
(45,39,37)
#211B1A
(33,27,26)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #8D877D

#8D877D
(141,135,125)
#979188
(151,145,136)
#A19B93
(161,155,147)
#ABA59E
(171,165,158)
#B5AFA9
(181,175,169)
#BFB9B4
(191,185,180)
#C9C3BF
(201,195,191)
#D3CDCA
(211,205,202)
#DDD7D5
(221,215,213)
#E7E1E0
(231,225,224)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D877D color. Also use rgb(141,135,125) instead hex code.

Text Font Color

.myTextColor { color: #8D877D; }

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

This text font color is #8D877D.


Background Color

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

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

This div background color is #8D877D.


Border color

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

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

This div border color is #8D877D.


Opacity

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

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

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

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

This text has shadow with #8D877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D877D on black background.


Color preview on white background

This text has color #8D877D on white background.



Black color preview on #8D877D background

This text has black color on #8D877D background.


White color preview on #8D877D background

This text has white color on #8D877D background.