COLOR #95838D

HEX: #95838D RGB: (149,131,141)

Color info

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

RGB color model

#95838D color RGB value is (149,131,141).

RGB: (149,131,141) (58%, 51%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 141 of 255 = 55%

149
131
141

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

Portions of RGB colors in percentages

R + G + B = 149 + 131 + 141 = 421 (100%)
R 149 of 421 ~ 35.39%
G 131 of 421 ~ 31.12%
B 141 of 421 ~ 33.49'%

%35.39
%31.12
%33.49

CMYK color model

#95838D color CMYK value is (0,12,5,42).

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

CMYK: (0,12,5,42)
C0M12Y5K42 (0%, 12%, 5%, 42%)
(0.00 / 0.12 / 0.05 / 0.42)

CMYK percentages

%0
%12.08
%5.37
%41.57

Codes

Color #95838D in popluar color models

95 83 8D
RGB 149 131 141
HSL 327° 7.83% 54.90%
HSB/HSV 327° 12.08% 58.43%
CMYK 0.00% 12.08% 5.37%
41.57%

Color #95838D in popluar number systems.

HEX 95 83 8D
Decimal 149 131 141
Binary 10010101 10000011 10001101
Octal 225 203 215

Shades and tints

Shades of #95838D

#95838D
(149,131,141)
#887881
(136,120,129)
#7B6D75
(123,109,117)
#6E6269
(110,98,105)
#61575D
(97,87,93)
#544C51
(84,76,81)
#474145
(71,65,69)
#3A3639
(58,54,57)
#2D2B2D
(45,43,45)
#202021
(32,32,33)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #95838D

#95838D
(149,131,141)
#9E8E97
(158,142,151)
#A799A1
(167,153,161)
#B0A4AB
(176,164,171)
#B9AFB5
(185,175,181)
#C2BABF
(194,186,191)
#CBC5C9
(203,197,201)
#D4D0D3
(212,208,211)
#DDDBDD
(221,219,221)
#E6E6E7
(230,230,231)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95838D; }

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

This text font color is #95838D.

Background Color

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

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

This div background color is #95838D.

Border color

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

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

This div border color is #95838D.

Opacity

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

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

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

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

This text has shadow with #95838D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95838D.

Preview

Color preview on black background

This text has color #95838D on black background.


Color preview on white background

This text has color #95838D on white background.


Black color preview on #95838D background

This text has black color on #95838D background.


White color preview on #95838D background

This text has white color on #95838D background.


Related colors

Complementary color

Complementary color for #hex is #6A7C72.


I love getcolorcode.com

Triadic colors

1 #8D9583 and #838D95 with #95838D are triadic colors.

2 #8D8395 and #83958D with #95838D are triadic colors.