COLOR #958F81

HEX: #958F81 RGB: (149,143,129)

Color info

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

RGB color model

#958F81 color RGB value is (149,143,129).

RGB: (149,143,129) (58%, 56%, 51%)

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 129 of 255 = 51%

149
143
129

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

Portions of RGB colors in percentages

R + G + B = 149 + 143 + 129 = 421 (100%)
R 149 of 421 ~ 35.39%
G 143 of 421 ~ 33.97%
B 129 of 421 ~ 30.64'%

%35.39
%33.97
%30.64

CMYK color model

#958F81 color CMYK value is (0,4,13,42).

  • cyan value is 0.00%
  • magenta value is 4.03%
  • yellow value is 13.42%
  • key color value is 41.57%

CMYK: (0,4,13,42)
C0M4Y13K42 (0%, 4%, 13%, 42%)
(0.00 / 0.04 / 0.13 / 0.42)

CMYK percentages

%0
%4.03
%13.42
%41.57

Codes

Color #958F81 in popluar color models

95 8F 81
RGB 149 143 129
HSL 42° 8.62% 54.51%
HSB/HSV 42° 13.42% 58.43%
CMYK 0.00% 4.03% 13.42%
41.57%

Color #958F81 in popluar number systems.

HEX 95 8F 81
Decimal 149 143 129
Binary 10010101 10001111 10000001
Octal 225 217 201

Shades and tints

Shades of #958F81

#958F81
(149,143,129)
#888276
(136,130,118)
#7B756B
(123,117,107)
#6E6860
(110,104,96)
#615B55
(97,91,85)
#544E4A
(84,78,74)
#47413F
(71,65,63)
#3A3434
(58,52,52)
#2D2729
(45,39,41)
#201A1E
(32,26,30)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #958F81

#958F81
(149,143,129)
#9E998C
(158,153,140)
#A7A397
(167,163,151)
#B0ADA2
(176,173,162)
#B9B7AD
(185,183,173)
#C2C1B8
(194,193,184)
#CBCBC3
(203,203,195)
#D4D5CE
(212,213,206)
#DDDFD9
(221,223,217)
#E6E9E4
(230,233,228)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958F81; }

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

This text font color is #958F81.

Background Color

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

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

This div background color is #958F81.

Border color

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

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

This div border color is #958F81.

Opacity

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

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

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

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

This text has shadow with #958F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958F81.

Preview

Color preview on black background

This text has color #958F81 on black background.


Color preview on white background

This text has color #958F81 on white background.


Black color preview on #958F81 background

This text has black color on #958F81 background.


White color preview on #958F81 background

This text has white color on #958F81 background.


Related colors

Complementary color

Complementary color for #hex is #6A707E.


I love getcolorcode.com

Triadic colors

1 #81958F and #8F8195 with #958F81 are triadic colors.

2 #818F95 and #8F9581 with #958F81 are triadic colors.