COLOR #8D927D

HEX: #8D927D
RGB: (141,146,125)

Color info

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

RGB color model

#8D927D color RGB value is (141,146,125).

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

RGB channels and saturation

R 141 of 255 = 55%
G 146 of 255 = 57%
B 125 of 255 = 49%

141
146
125

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

Portions of RGB colors in percentages

R + G + B =
141 + 146 + 125 = 412 (100%)
R 141 of 412 ~ 34.22%
G 146 of 412 ~ 35.44%
B 125 of 412 ~ 30.34%

%34.22
%35.44
%30.34

CMYK color model

#8D927D color CMYK value is (3,0,14,43).

  • cyan value is 3.42%
  • magenta value is 0.00%
  • yellow value is 14.38%
  • key color value is 42.75%
CMYK:
(3,0,14,43)
C3M0Y14K43 
(3%,0%,14%,43%)
(0.03/0.00/0.14/0.43)	

CMYK percentages

%3.42
%0
%14.38
%42.75

Codes

Color #8D927D in popluar color models

8D927D
RGB141146125
HSL74°8.79%53.14%
HSB/HSV74°14.38%57.25%
CMYK3.42%0.00%14.38%
42.75%

Color #8D927D in popluar number systems.

HEX8D927D
Decimal141146125
Binary10001101100100101111101
Octal215222175

Shades and tints

Shades of #8D927D

#8D927D
(141,146,125)
#818572
(129,133,114)
#757867
(117,120,103)
#696B5C
(105,107,92)
#5D5E51
(93,94,81)
#515146
(81,81,70)
#45443B
(69,68,59)
#393730
(57,55,48)
#2D2A25
(45,42,37)
#211D1A
(33,29,26)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #8D927D

#8D927D
(141,146,125)
#979B88
(151,155,136)
#A1A493
(161,164,147)
#ABAD9E
(171,173,158)
#B5B6A9
(181,182,169)
#BFBFB4
(191,191,180)
#C9C8BF
(201,200,191)
#D3D1CA
(211,209,202)
#DDDAD5
(221,218,213)
#E7E3E0
(231,227,224)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D927D; }

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

This text font color is #8D927D.


Background Color

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

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

This div background color is #8D927D.


Border color

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

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

This div border color is #8D927D.


Opacity

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

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

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

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

This text has shadow with #8D927D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D927D on black background.


Color preview on white background

This text has color #8D927D on white background.



Black color preview on #8D927D background

This text has black color on #8D927D background.


White color preview on #8D927D background

This text has white color on #8D927D background.