COLOR #958C7B

HEX: #958C7B RGB: (149,140,123)

Color info

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

RGB color model

#958C7B color RGB value is (149,140,123).

RGB: (149,140,123) (58%, 55%, 48%)

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 123 of 255 = 48%

149
140
123

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

Portions of RGB colors in percentages

R + G + B = 149 + 140 + 123 = 412 (100%)
R 149 of 412 ~ 36.17%
G 140 of 412 ~ 33.98%
B 123 of 412 ~ 29.85'%

%36.17
%33.98
%29.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 17.45%
  • 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
%17.45
%41.57

Codes

Color #958C7B in popluar color models

95 8C 7B
RGB 149 140 123
HSL 39° 10.92% 53.33%
HSB/HSV 39° 17.45% 58.43%
CMYK 0.00% 6.04% 17.45%
41.57%

Color #958C7B in popluar number systems.

HEX 95 8C 7B
Decimal 149 140 123
Binary 10010101 10001100 1111011
Octal 225 214 173

Shades and tints

Shades of #958C7B

#958C7B
(149,140,123)
#888070
(136,128,112)
#7B7465
(123,116,101)
#6E685A
(110,104,90)
#615C4F
(97,92,79)
#545044
(84,80,68)
#474439
(71,68,57)
#3A382E
(58,56,46)
#2D2C23
(45,44,35)
#202018
(32,32,24)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #958C7B

#958C7B
(149,140,123)
#9E9687
(158,150,135)
#A7A093
(167,160,147)
#B0AA9F
(176,170,159)
#B9B4AB
(185,180,171)
#C2BEB7
(194,190,183)
#CBC8C3
(203,200,195)
#D4D2CF
(212,210,207)
#DDDCDB
(221,220,219)
#E6E6E7
(230,230,231)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958C7B; }

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

This text font color is #958C7B.

Background Color

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

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

This div background color is #958C7B.

Border color

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

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

This div border color is #958C7B.

Opacity

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

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

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

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

This text has shadow with #958C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958C7B.

Preview

Color preview on black background

This text has color #958C7B on black background.


Color preview on white background

This text has color #958C7B on white background.


Black color preview on #958C7B background

This text has black color on #958C7B background.


White color preview on #958C7B background

This text has white color on #958C7B background.


Related colors

Complementary color

Complementary color for #hex is #6A7384.


I love getcolorcode.com

Triadic colors

1 #7B958C and #8C7B95 with #958C7B are triadic colors.

2 #7B8C95 and #8C957B with #958C7B are triadic colors.