COLOR #95948D

HEX: #95948D RGB: (149,148,141)

Color info

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

RGB color model

#95948D color RGB value is (149,148,141).

RGB: (149,148,141) (58%, 58%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 148 of 255 = 58%
B 141 of 255 = 55%

149
148
141

R + G + B ~ 57%. #95948D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 148 + 141 = 438 (100%)
R 149 of 438 ~ 34.02%
G 148 of 438 ~ 33.79%
B 141 of 438 ~ 32.19'%

%34.02
%33.79
%32.19

CMYK color model

#95948D color CMYK value is (0,1,5,42).

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 5.37%
  • key color value is 41.57%

CMYK: (0,1,5,42)
C0M1Y5K42 (0%, 1%, 5%, 42%)
(0.00 / 0.01 / 0.05 / 0.42)

CMYK percentages

%0
%0.67
%5.37
%41.57

Codes

Color #95948D in popluar color models

95 94 8D
RGB 149 148 141
HSL 53° 3.64% 56.86%
HSB/HSV 53° 5.37% 58.43%
CMYK 0.00% 0.67% 5.37%
41.57%

Color #95948D in popluar number systems.

HEX 95 94 8D
Decimal 149 148 141
Binary 10010101 10010100 10001101
Octal 225 224 215

Shades and tints

Shades of #95948D

#95948D
(149,148,141)
#888781
(136,135,129)
#7B7A75
(123,122,117)
#6E6D69
(110,109,105)
#61605D
(97,96,93)
#545351
(84,83,81)
#474645
(71,70,69)
#3A3939
(58,57,57)
#2D2C2D
(45,44,45)
#201F21
(32,31,33)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #95948D

#95948D
(149,148,141)
#9E9D97
(158,157,151)
#A7A6A1
(167,166,161)
#B0AFAB
(176,175,171)
#B9B8B5
(185,184,181)
#C2C1BF
(194,193,191)
#CBCAC9
(203,202,201)
#D4D3D3
(212,211,211)
#DDDCDD
(221,220,221)
#E6E5E7
(230,229,231)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95948D color. Also use rgb(149,148,141) instead hex code.

Text Font Color

.myTextColor { color: #95948D; }

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

This text font color is #95948D.

Background Color

.myBgColor { background-color: #95948D; }

<div style="background-color:#95948D">Inner text</div>

This div background color is #95948D.

Border color

.myBorderColor { border: 1px solid #95948D; }

<div style="border:3px solid #95948D">Div</div>

This div border color is #95948D.

Opacity

.myOpacity80 { color: #95948D; opacity: 0.8; }

<p style="color:#95948D;opacity:0.8;">80%</p>

Text with #95948D 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 #95948D;}

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

This text has shadow with #95948D color.


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

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

This text has shadow with #95948D primary color and red secondary color.


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

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

This text has shadow with #95948D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95948D.

Preview

Color preview on black background

This text has color #95948D on black background.


Color preview on white background

This text has color #95948D on white background.


Black color preview on #95948D background

This text has black color on #95948D background.


White color preview on #95948D background

This text has white color on #95948D background.


Related colors

Complementary color

Complementary color for #hex is #6A6B72.


I love getcolorcode.com

Triadic colors

1 #8D9594 and #948D95 with #95948D are triadic colors.

2 #8D9495 and #94958D with #95948D are triadic colors.