COLOR #958C8A

HEX: #958C8A RGB: (149,140,138)

Color info

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

RGB color model

#958C8A color RGB value is (149,140,138).

RGB: (149,140,138) (58%, 55%, 54%)

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 138 of 255 = 54%

149
140
138

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

Portions of RGB colors in percentages

R + G + B = 149 + 140 + 138 = 427 (100%)
R 149 of 427 ~ 34.89%
G 140 of 427 ~ 32.79%
B 138 of 427 ~ 32.32'%

%34.89
%32.79
%32.32

CMYK color model

#958C8A color CMYK value is (0,6,7,42).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 7.38%
  • key color value is 41.57%

CMYK: (0,6,7,42)
C0M6Y7K42 (0%, 6%, 7%, 42%)
(0.00 / 0.06 / 0.07 / 0.42)

CMYK percentages

%0
%6.04
%7.38
%41.57

Codes

Color #958C8A in popluar color models

95 8C 8A
RGB 149 140 138
HSL 11° 4.93% 56.27%
HSB/HSV 11° 7.38% 58.43%
CMYK 0.00% 6.04% 7.38%
41.57%

Color #958C8A in popluar number systems.

HEX 95 8C 8A
Decimal 149 140 138
Binary 10010101 10001100 10001010
Octal 225 214 212

Shades and tints

Shades of #958C8A

#958C8A
(149,140,138)
#88807E
(136,128,126)
#7B7472
(123,116,114)
#6E6866
(110,104,102)
#615C5A
(97,92,90)
#54504E
(84,80,78)
#474442
(71,68,66)
#3A3836
(58,56,54)
#2D2C2A
(45,44,42)
#20201E
(32,32,30)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #958C8A

#958C8A
(149,140,138)
#9E9694
(158,150,148)
#A7A09E
(167,160,158)
#B0AAA8
(176,170,168)
#B9B4B2
(185,180,178)
#C2BEBC
(194,190,188)
#CBC8C6
(203,200,198)
#D4D2D0
(212,210,208)
#DDDCDA
(221,220,218)
#E6E6E4
(230,230,228)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958C8A color. Also use rgb(149,140,138) instead hex code.

Text Font Color

.myTextColor { color: #958C8A; }

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

This text font color is #958C8A.

Background Color

.myBgColor { background-color: #958C8A; }

<div style="background-color:#958C8A">Inner text</div>

This div background color is #958C8A.

Border color

.myBorderColor { border: 1px solid #958C8A; }

<div style="border:3px solid #958C8A">Div</div>

This div border color is #958C8A.

Opacity

.myOpacity80 { color: #958C8A; opacity: 0.8; }

<p style="color:#958C8A;opacity:0.8;">80%</p>

Text with #958C8A 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 #958C8A;}

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

This text has shadow with #958C8A color.


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

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

This text has shadow with #958C8A primary color and red secondary color.


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

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

This text has shadow with #958C8A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #958C8A.

Preview

Color preview on black background

This text has color #958C8A on black background.


Color preview on white background

This text has color #958C8A on white background.


Black color preview on #958C8A background

This text has black color on #958C8A background.


White color preview on #958C8A background

This text has white color on #958C8A background.


Related colors

Complementary color

Complementary color for #hex is #6A7375.


I love getcolorcode.com

Triadic colors

1 #8A958C and #8C8A95 with #958C8A are triadic colors.

2 #8A8C95 and #8C958A with #958C8A are triadic colors.