COLOR #958F80

HEX: #958F80 RGB: (149,143,128)

Color info

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

RGB color model

#958F80 color RGB value is (149,143,128).

RGB: (149,143,128) (58%, 56%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 128 of 255 = 50%

149
143
128

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

Portions of RGB colors in percentages

R + G + B = 149 + 143 + 128 = 420 (100%)
R 149 of 420 ~ 35.48%
G 143 of 420 ~ 34.05%
B 128 of 420 ~ 30.48'%

%35.48
%34.05
%30.48

CMYK color model

#958F80 color CMYK value is (0,4,14,42).

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

CMYK: (0,4,14,42)
C0M4Y14K42 (0%, 4%, 14%, 42%)
(0.00 / 0.04 / 0.14 / 0.42)

CMYK percentages

%0
%4.03
%14.09
%41.57

Codes

Color #958F80 in popluar color models

95 8F 80
RGB 149 143 128
HSL 43° 9.01% 54.31%
HSB/HSV 43° 14.09% 58.43%
CMYK 0.00% 4.03% 14.09%
41.57%

Color #958F80 in popluar number systems.

HEX 95 8F 80
Decimal 149 143 128
Binary 10010101 10001111 10000000
Octal 225 217 200

Shades and tints

Shades of #958F80

#958F80
(149,143,128)
#888275
(136,130,117)
#7B756A
(123,117,106)
#6E685F
(110,104,95)
#615B54
(97,91,84)
#544E49
(84,78,73)
#47413E
(71,65,62)
#3A3433
(58,52,51)
#2D2728
(45,39,40)
#201A1D
(32,26,29)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #958F80

#958F80
(149,143,128)
#9E998B
(158,153,139)
#A7A396
(167,163,150)
#B0ADA1
(176,173,161)
#B9B7AC
(185,183,172)
#C2C1B7
(194,193,183)
#CBCBC2
(203,203,194)
#D4D5CD
(212,213,205)
#DDDFD8
(221,223,216)
#E6E9E3
(230,233,227)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958F80; }

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

This text font color is #958F80.

Background Color

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

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

This div background color is #958F80.

Border color

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

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

This div border color is #958F80.

Opacity

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

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

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

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

This text has shadow with #958F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958F80.

Preview

Color preview on black background

This text has color #958F80 on black background.


Color preview on white background

This text has color #958F80 on white background.


Black color preview on #958F80 background

This text has black color on #958F80 background.


White color preview on #958F80 background

This text has white color on #958F80 background.


Related colors

Complementary color

Complementary color for #hex is #6A707F.


I love getcolorcode.com

Triadic colors

1 #80958F and #8F8095 with #958F80 are triadic colors.

2 #808F95 and #8F9580 with #958F80 are triadic colors.