COLOR #8B958F

HEX: #8B958F RGB: (139,149,143)

Color info

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

RGB color model

#8B958F color RGB value is (139,149,143).

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

RGB channels and saturation

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

139
149
143

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

Portions of RGB colors in percentages

R + G + B = 139 + 149 + 143 = 431 (100%)
R 139 of 431 ~ 32.25%
G 149 of 431 ~ 34.57%
B 143 of 431 ~ 33.18'%

%32.25
%34.57
%33.18

CMYK color model

#8B958F color CMYK value is (7,0,4,42).

  • cyan value is 6.71%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK: (7,0,4,42) C7M0Y4K42 (7%,0%,4%,42%) (0.07/0.00/0.04/0.42) 

CMYK percentages

%6.71
%0
%4.03
%41.57

Codes

Color #8B958F in popluar color models

8B 95 8F
RGB 139 149 143
HSL 144° 4.50% 56.47%
HSB/HSV 144° 6.71% 58.43%
CMYK 6.71% 0.00% 4.03%
41.57%

Color #8B958F in popluar number systems.

HEX 8B 95 8F
Decimal 139 149 143
Binary 10001011 10010101 10001111
Octal 213 225 217

Shades and tints

Shades of #8B958F

#8B958F
(139,149,143)
#7F8882
(127,136,130)
#737B75
(115,123,117)
#676E68
(103,110,104)
#5B615B
(91,97,91)
#4F544E
(79,84,78)
#434741
(67,71,65)
#373A34
(55,58,52)
#2B2D27
(43,45,39)
#1F201A
(31,32,26)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #8B958F

#8B958F
(139,149,143)
#959E99
(149,158,153)
#9FA7A3
(159,167,163)
#A9B0AD
(169,176,173)
#B3B9B7
(179,185,183)
#BDC2C1
(189,194,193)
#C7CBCB
(199,203,203)
#D1D4D5
(209,212,213)
#DBDDDF
(219,221,223)
#E5E6E9
(229,230,233)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B958F; }

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

This text font color is #8B958F.

Background Color

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

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

This div background color is #8B958F.

Border color

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

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

This div border color is #8B958F.

Opacity

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

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

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

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

This text has shadow with #8B958F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B958F.

Preview

Color preview on black background

This text has color #8B958F on black background.


Color preview on white background

This text has color #8B958F on white background.


Black color preview on #8B958F background

This text has black color on #8B958F background.


White color preview on #8B958F background

This text has white color on #8B958F background.


Related colors

Complementary color

Complementary color for #hex is #746A70.


I love getcolorcode.com

Triadic colors

1 #8F8B95 and #958F8B with #8B958F are triadic colors.

2 #8F958B and #958B8F with #8B958F are triadic colors.