COLOR #8D958D

HEX: #8D958D
RGB: (141,149,141)

Color info

#8D958D contains red, green and blue colors in about the same proportion. Web safe color of #8D958D is #999999 (or #999).

RGB color model

#8D958D color RGB value is (141,149,141).

  • red value is 141;
  • green value is 149;
  • blue value is 141.
RGB:
(141,149,141)
(55%,58%,55%)

RGB channels and saturation

R 141 of 255 = 55%
G 149 of 255 = 58%
B 141 of 255 = 55%

141
149
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 149 + 141 = 431 (100%)
R 141 of 431 ~ 32.71%
G 149 of 431 ~ 34.57%
B 141 of 431 ~ 32.71%

%32.71
%34.57
%32.71

CMYK color model

#8D958D color CMYK value is (5,0,5,42).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 5.37%
  • key color value is 41.57%
CMYK:
(5,0,5,42)
C5M0Y5K42 
(5%,0%,5%,42%)
(0.05/0.00/0.05/0.42)	

CMYK percentages

%5.37
%0
%5.37
%41.57

Codes

Color #8D958D in popluar color models

8D958D
RGB141149141
HSL120°3.64%56.86%
HSB/HSV120°5.37%58.43%
CMYK5.37%0.00%5.37%
41.57%

Color #8D958D in popluar number systems.

HEX8D958D
Decimal141149141
Binary100011011001010110001101
Octal215225215

Shades and tints

Shades of #8D958D

#8D958D
(141,149,141)
#818881
(129,136,129)
#757B75
(117,123,117)
#696E69
(105,110,105)
#5D615D
(93,97,93)
#515451
(81,84,81)
#454745
(69,71,69)
#393A39
(57,58,57)
#2D2D2D
(45,45,45)
#212021
(33,32,33)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #8D958D

#8D958D
(141,149,141)
#979E97
(151,158,151)
#A1A7A1
(161,167,161)
#ABB0AB
(171,176,171)
#B5B9B5
(181,185,181)
#BFC2BF
(191,194,191)
#C9CBC9
(201,203,201)
#D3D4D3
(211,212,211)
#DDDDDD
(221,221,221)
#E7E6E7
(231,230,231)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D958D; }

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

This text font color is #8D958D.


Background Color

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

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

This div background color is #8D958D.


Border color

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

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

This div border color is #8D958D.


Opacity

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

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

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

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

This text has shadow with #8D958D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D958D on black background.


Color preview on white background

This text has color #8D958D on white background.



Black color preview on #8D958D background

This text has black color on #8D958D background.


White color preview on #8D958D background

This text has white color on #8D958D background.