COLOR #958C7C

HEX: #958C7C
RGB: (149,140,124)

Color info

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

RGB color model

#958C7C color RGB value is (149,140,124).

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

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 124 of 255 = 49%

149
140
124

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

Portions of RGB colors in percentages

R + G + B =
149 + 140 + 124 = 413 (100%)
R 149 of 413 ~ 36.08%
G 140 of 413 ~ 33.9%
B 124 of 413 ~ 30.02%

%36.08
%33.9
%30.02

CMYK color model

#958C7C color CMYK value is (0,6,17,42).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 16.78%
  • key color value is 41.57%
CMYK:
(0,6,17,42)
C0M6Y17K42 
(0%,6%,17%,42%)
(0.00/0.06/0.17/0.42)	

CMYK percentages

%0
%6.04
%16.78
%41.57

Codes

Color #958C7C in popluar color models

958C7C
RGB149140124
HSL38°10.55%53.53%
HSB/HSV38°16.78%58.43%
CMYK0.00%6.04%16.78%
41.57%

Color #958C7C in popluar number systems.

HEX958C7C
Decimal149140124
Binary10010101100011001111100
Octal225214174

Shades and tints

Shades of #958C7C

#958C7C
(149,140,124)
#888071
(136,128,113)
#7B7466
(123,116,102)
#6E685B
(110,104,91)
#615C50
(97,92,80)
#545045
(84,80,69)
#47443A
(71,68,58)
#3A382F
(58,56,47)
#2D2C24
(45,44,36)
#202019
(32,32,25)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #958C7C

#958C7C
(149,140,124)
#9E9687
(158,150,135)
#A7A092
(167,160,146)
#B0AA9D
(176,170,157)
#B9B4A8
(185,180,168)
#C2BEB3
(194,190,179)
#CBC8BE
(203,200,190)
#D4D2C9
(212,210,201)
#DDDCD4
(221,220,212)
#E6E6DF
(230,230,223)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958C7C; }

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

This text font color is #958C7C.


Background Color

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

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

This div background color is #958C7C.


Border color

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

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

This div border color is #958C7C.


Opacity

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

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

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

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

This text has shadow with #958C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958C7C on black background.


Color preview on white background

This text has color #958C7C on white background.



Black color preview on #958C7C background

This text has black color on #958C7C background.


White color preview on #958C7C background

This text has white color on #958C7C background.