COLOR #958B81

HEX: #958B81
RGB: (149,139,129)

Color info

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

RGB color model

#958B81 color RGB value is (149,139,129).

  • red value is 149;
  • green value is 139;
  • blue value is 129.
RGB:
(149,139,129)
(58%,55%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 139 of 255 = 55%
B 129 of 255 = 51%

149
139
129

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

Portions of RGB colors in percentages

R + G + B =
149 + 139 + 129 = 417 (100%)
R 149 of 417 ~ 35.73%
G 139 of 417 ~ 33.33%
B 129 of 417 ~ 30.94%

%35.73
%33.33
%30.94

CMYK color model

#958B81 color CMYK value is (0,7,13,42).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 13.42%
  • key color value is 41.57%
CMYK:
(0,7,13,42)
C0M7Y13K42 
(0%,7%,13%,42%)
(0.00/0.07/0.13/0.42)	

CMYK percentages

%0
%6.71
%13.42
%41.57

Codes

Color #958B81 in popluar color models

958B81
RGB149139129
HSL30°8.62%54.51%
HSB/HSV30°13.42%58.43%
CMYK0.00%6.71%13.42%
41.57%

Color #958B81 in popluar number systems.

HEX958B81
Decimal149139129
Binary100101011000101110000001
Octal225213201

Shades and tints

Shades of #958B81

#958B81
(149,139,129)
#887F76
(136,127,118)
#7B736B
(123,115,107)
#6E6760
(110,103,96)
#615B55
(97,91,85)
#544F4A
(84,79,74)
#47433F
(71,67,63)
#3A3734
(58,55,52)
#2D2B29
(45,43,41)
#201F1E
(32,31,30)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #958B81

#958B81
(149,139,129)
#9E958C
(158,149,140)
#A79F97
(167,159,151)
#B0A9A2
(176,169,162)
#B9B3AD
(185,179,173)
#C2BDB8
(194,189,184)
#CBC7C3
(203,199,195)
#D4D1CE
(212,209,206)
#DDDBD9
(221,219,217)
#E6E5E4
(230,229,228)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958B81; }

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

This text font color is #958B81.


Background Color

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

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

This div background color is #958B81.


Border color

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

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

This div border color is #958B81.


Opacity

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

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

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

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

This text has shadow with #958B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958B81 on black background.


Color preview on white background

This text has color #958B81 on white background.



Black color preview on #958B81 background

This text has black color on #958B81 background.


White color preview on #958B81 background

This text has white color on #958B81 background.