COLOR #8D958F

HEX: #8D958F RGB: (141,149,143)

Color info

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

RGB color model

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

RGB: (141,149,143) (55%, 58%, 56%)

RGB channels and saturation

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

141
149
143

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

Portions of RGB colors in percentages

R + G + B = 141 + 149 + 143 = 433 (100%)
R 141 of 433 ~ 32.56%
G 149 of 433 ~ 34.41%
B 143 of 433 ~ 33.03'%

%32.56
%34.41
%33.03

CMYK color model

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

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 41.57%

CMYK: (5,0,4,42)
C5M0Y4K42 (5%, 0%, 4%, 42%)
(0.05 / 0.00 / 0.04 / 0.42)

CMYK percentages

%5.37
%0
%4.03
%41.57

Codes

Color #8D958F in popluar color models

8D 95 8F
RGB 141 149 143
HSL 135° 3.64% 56.86%
HSB/HSV 135° 5.37% 58.43%
CMYK 5.37% 0.00% 4.03%
41.57%

Color #8D958F in popluar number systems.

HEX 8D 95 8F
Decimal 141 149 143
Binary 10001101 10010101 10001111
Octal 215 225 217

Shades and tints

Shades of #8D958F

#8D958F
(141,149,143)
#818882
(129,136,130)
#757B75
(117,123,117)
#696E68
(105,110,104)
#5D615B
(93,97,91)
#51544E
(81,84,78)
#454741
(69,71,65)
#393A34
(57,58,52)
#2D2D27
(45,45,39)
#21201A
(33,32,26)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #8D958F

#8D958F
(141,149,143)
#979E99
(151,158,153)
#A1A7A3
(161,167,163)
#ABB0AD
(171,176,173)
#B5B9B7
(181,185,183)
#BFC2C1
(191,194,193)
#C9CBCB
(201,203,203)
#D3D4D5
(211,212,213)
#DDDDDF
(221,221,223)
#E7E6E9
(231,230,233)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D958F; }

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

This text font color is #8D958F.

Background Color

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

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

This div background color is #8D958F.

Border color

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

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

This div border color is #8D958F.

Opacity

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

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

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

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

This text has shadow with #8D958F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D958F.

Preview

Color preview on black background

This text has color #8D958F on black background.


Color preview on white background

This text has color #8D958F on white background.


Black color preview on #8D958F background

This text has black color on #8D958F background.


White color preview on #8D958F background

This text has white color on #8D958F background.


Related colors

Complementary color

Complementary color for #hex is #726A70.


I love getcolorcode.com

Triadic colors

1 #8F8D95 and #958F8D with #8D958F are triadic colors.

2 #8F958D and #958D8F with #8D958F are triadic colors.