COLOR #8D8A7D

HEX: #8D8A7D
RGB: (141,138,125)

Color info

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

RGB color model

#8D8A7D color RGB value is (141,138,125).

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

RGB channels and saturation

R 141 of 255 = 55%
G 138 of 255 = 54%
B 125 of 255 = 49%

141
138
125

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

Portions of RGB colors in percentages

R + G + B =
141 + 138 + 125 = 404 (100%)
R 141 of 404 ~ 34.9%
G 138 of 404 ~ 34.16%
B 125 of 404 ~ 30.94%

%34.9
%34.16
%30.94

CMYK color model

#8D8A7D color CMYK value is (0,2,11,45).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 11.35%
  • key color value is 44.71%
CMYK:
(0,2,11,45)
C0M2Y11K45 
(0%,2%,11%,45%)
(0.00/0.02/0.11/0.45)	

CMYK percentages

%0
%2.13
%11.35
%44.71

Codes

Color #8D8A7D in popluar color models

8D8A7D
RGB141138125
HSL49°6.56%52.16%
HSB/HSV49°11.35%55.29%
CMYK0.00%2.13%11.35%
44.71%

Color #8D8A7D in popluar number systems.

HEX8D8A7D
Decimal141138125
Binary10001101100010101111101
Octal215212175

Shades and tints

Shades of #8D8A7D

#8D8A7D
(141,138,125)
#817E72
(129,126,114)
#757267
(117,114,103)
#69665C
(105,102,92)
#5D5A51
(93,90,81)
#514E46
(81,78,70)
#45423B
(69,66,59)
#393630
(57,54,48)
#2D2A25
(45,42,37)
#211E1A
(33,30,26)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #8D8A7D

#8D8A7D
(141,138,125)
#979488
(151,148,136)
#A19E93
(161,158,147)
#ABA89E
(171,168,158)
#B5B2A9
(181,178,169)
#BFBCB4
(191,188,180)
#C9C6BF
(201,198,191)
#D3D0CA
(211,208,202)
#DDDAD5
(221,218,213)
#E7E4E0
(231,228,224)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8A7D; }

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

This text font color is #8D8A7D.


Background Color

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

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

This div background color is #8D8A7D.


Border color

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

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

This div border color is #8D8A7D.


Opacity

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

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

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

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

This text has shadow with #8D8A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8A7D on black background.


Color preview on white background

This text has color #8D8A7D on white background.



Black color preview on #8D8A7D background

This text has black color on #8D8A7D background.


White color preview on #8D8A7D background

This text has white color on #8D8A7D background.