COLOR #958B7B

HEX: #958B7B RGB: (149,139,123)

Color info

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

RGB color model

#958B7B color RGB value is (149,139,123).

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

RGB channels and saturation

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

149
139
123

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

Portions of RGB colors in percentages

R + G + B = 149 + 139 + 123 = 411 (100%)
R 149 of 411 ~ 36.25%
G 139 of 411 ~ 33.82%
B 123 of 411 ~ 29.93'%

%36.25
%33.82
%29.93

CMYK color model

#958B7B color CMYK value is (0,7,17,42).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 17.45%
  • key color value is 41.57%

CMYK: (0,7,17,42)
C0M7Y17K42 (0%, 7%, 17%, 42%)
(0.00 / 0.07 / 0.17 / 0.42)

CMYK percentages

%0
%6.71
%17.45
%41.57

Codes

Color #958B7B in popluar color models

95 8B 7B
RGB 149 139 123
HSL 37° 10.92% 53.33%
HSB/HSV 37° 17.45% 58.43%
CMYK 0.00% 6.71% 17.45%
41.57%

Color #958B7B in popluar number systems.

HEX 95 8B 7B
Decimal 149 139 123
Binary 10010101 10001011 1111011
Octal 225 213 173

Shades and tints

Shades of #958B7B

#958B7B
(149,139,123)
#887F70
(136,127,112)
#7B7365
(123,115,101)
#6E675A
(110,103,90)
#615B4F
(97,91,79)
#544F44
(84,79,68)
#474339
(71,67,57)
#3A372E
(58,55,46)
#2D2B23
(45,43,35)
#201F18
(32,31,24)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #958B7B

#958B7B
(149,139,123)
#9E9587
(158,149,135)
#A79F93
(167,159,147)
#B0A99F
(176,169,159)
#B9B3AB
(185,179,171)
#C2BDB7
(194,189,183)
#CBC7C3
(203,199,195)
#D4D1CF
(212,209,207)
#DDDBDB
(221,219,219)
#E6E5E7
(230,229,231)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958B7B; }

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

This text font color is #958B7B.

Background Color

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

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

This div background color is #958B7B.

Border color

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

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

This div border color is #958B7B.

Opacity

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

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

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

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

This text has shadow with #958B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958B7B.

Preview

Color preview on black background

This text has color #958B7B on black background.


Color preview on white background

This text has color #958B7B on white background.


Black color preview on #958B7B background

This text has black color on #958B7B background.


White color preview on #958B7B background

This text has white color on #958B7B background.


Related colors

Complementary color

Complementary color for #hex is #6A7484.


I love getcolorcode.com

Triadic colors

1 #7B958B and #8B7B95 with #958B7B are triadic colors.

2 #7B8B95 and #8B957B with #958B7B are triadic colors.