COLOR #958A80

HEX: #958A80 RGB: (149,138,128)

Color info

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

RGB color model

#958A80 color RGB value is (149,138,128).

RGB: (149,138,128) (58%, 54%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 128 of 255 = 50%

149
138
128

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

Portions of RGB colors in percentages

R + G + B = 149 + 138 + 128 = 415 (100%)
R 149 of 415 ~ 35.9%
G 138 of 415 ~ 33.25%
B 128 of 415 ~ 30.84'%

%35.9
%33.25
%30.84

CMYK color model

#958A80 color CMYK value is (0,7,14,42).

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 14.09%
  • key color value is 41.57%
CMYK: (0,7,14,42) C0M7Y14K42 (0%,7%,14%,42%) (0.00/0.07/0.14/0.42) 

CMYK percentages

%0
%7.38
%14.09
%41.57

Codes

Color #958A80 in popluar color models

95 8A 80
RGB 149 138 128
HSL 29° 9.01% 54.31%
HSB/HSV 29° 14.09% 58.43%
CMYK 0.00% 7.38% 14.09%
41.57%

Color #958A80 in popluar number systems.

HEX 95 8A 80
Decimal 149 138 128
Binary 10010101 10001010 10000000
Octal 225 212 200

Shades and tints

Shades of #958A80

#958A80
(149,138,128)
#887E75
(136,126,117)
#7B726A
(123,114,106)
#6E665F
(110,102,95)
#615A54
(97,90,84)
#544E49
(84,78,73)
#47423E
(71,66,62)
#3A3633
(58,54,51)
#2D2A28
(45,42,40)
#201E1D
(32,30,29)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #958A80

#958A80
(149,138,128)
#9E948B
(158,148,139)
#A79E96
(167,158,150)
#B0A8A1
(176,168,161)
#B9B2AC
(185,178,172)
#C2BCB7
(194,188,183)
#CBC6C2
(203,198,194)
#D4D0CD
(212,208,205)
#DDDAD8
(221,218,216)
#E6E4E3
(230,228,227)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958A80; }

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

This text font color is #958A80.

Background Color

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

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

This div background color is #958A80.

Border color

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

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

This div border color is #958A80.

Opacity

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

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

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

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

This text has shadow with #958A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958A80.

Preview

Color preview on black background

This text has color #958A80 on black background.


Color preview on white background

This text has color #958A80 on white background.


Black color preview on #958A80 background

This text has black color on #958A80 background.


White color preview on #958A80 background

This text has white color on #958A80 background.


Related colors

Complementary color

Complementary color for #hex is #6A757F.


I love getcolorcode.com

Triadic colors

1 #80958A and #8A8095 with #958A80 are triadic colors.

2 #808A95 and #8A9580 with #958A80 are triadic colors.