COLOR #958A81

HEX: #958A81
RGB: (149,138,129)

Color info

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

RGB color model

#958A81 color RGB value is (149,138,129).

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

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 129 of 255 = 51%

149
138
129

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

Portions of RGB colors in percentages

R + G + B =
149 + 138 + 129 = 416 (100%)
R 149 of 416 ~ 35.82%
G 138 of 416 ~ 33.17%
B 129 of 416 ~ 31.01%

%35.82
%33.17
%31.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.38%
  • 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
%7.38
%13.42
%41.57

Codes

Color #958A81 in popluar color models

958A81
RGB149138129
HSL27°8.62%54.51%
HSB/HSV27°13.42%58.43%
CMYK0.00%7.38%13.42%
41.57%

Color #958A81 in popluar number systems.

HEX958A81
Decimal149138129
Binary100101011000101010000001
Octal225212201

Shades and tints

Shades of #958A81

#958A81
(149,138,129)
#887E76
(136,126,118)
#7B726B
(123,114,107)
#6E6660
(110,102,96)
#615A55
(97,90,85)
#544E4A
(84,78,74)
#47423F
(71,66,63)
#3A3634
(58,54,52)
#2D2A29
(45,42,41)
#201E1E
(32,30,30)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #958A81

#958A81
(149,138,129)
#9E948C
(158,148,140)
#A79E97
(167,158,151)
#B0A8A2
(176,168,162)
#B9B2AD
(185,178,173)
#C2BCB8
(194,188,184)
#CBC6C3
(203,198,195)
#D4D0CE
(212,208,206)
#DDDAD9
(221,218,217)
#E6E4E4
(230,228,228)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958A81; }

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

This text font color is #958A81.


Background Color

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

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

This div background color is #958A81.


Border color

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

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

This div border color is #958A81.


Opacity

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

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

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

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

This text has shadow with #958A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958A81 on black background.


Color preview on white background

This text has color #958A81 on white background.



Black color preview on #958A81 background

This text has black color on #958A81 background.


White color preview on #958A81 background

This text has white color on #958A81 background.