COLOR #95828E

HEX: #95828E RGB: (149,130,142)

Color info

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

RGB color model

#95828E color RGB value is (149,130,142).

RGB: (149,130,142) (58%, 51%, 56%)

RGB channels and saturation

R 149 of 255 = 58%
G 130 of 255 = 51%
B 142 of 255 = 56%

149
130
142

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

Portions of RGB colors in percentages

R + G + B = 149 + 130 + 142 = 421 (100%)
R 149 of 421 ~ 35.39%
G 130 of 421 ~ 30.88%
B 142 of 421 ~ 33.73'%

%35.39
%30.88
%33.73

CMYK color model

#95828E color CMYK value is (0,13,5,42).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 4.70%
  • key color value is 41.57%

CMYK: (0,13,5,42)
C0M13Y5K42 (0%, 13%, 5%, 42%)
(0.00 / 0.13 / 0.05 / 0.42)

CMYK percentages

%0
%12.75
%4.7
%41.57

Codes

Color #95828E in popluar color models

95 82 8E
RGB 149 130 142
HSL 322° 8.23% 54.71%
HSB/HSV 322° 12.75% 58.43%
CMYK 0.00% 12.75% 4.70%
41.57%

Color #95828E in popluar number systems.

HEX 95 82 8E
Decimal 149 130 142
Binary 10010101 10000010 10001110
Octal 225 202 216

Shades and tints

Shades of #95828E

#95828E
(149,130,142)
#887782
(136,119,130)
#7B6C76
(123,108,118)
#6E616A
(110,97,106)
#61565E
(97,86,94)
#544B52
(84,75,82)
#474046
(71,64,70)
#3A353A
(58,53,58)
#2D2A2E
(45,42,46)
#201F22
(32,31,34)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #95828E

#95828E
(149,130,142)
#9E8D98
(158,141,152)
#A798A2
(167,152,162)
#B0A3AC
(176,163,172)
#B9AEB6
(185,174,182)
#C2B9C0
(194,185,192)
#CBC4CA
(203,196,202)
#D4CFD4
(212,207,212)
#DDDADE
(221,218,222)
#E6E5E8
(230,229,232)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95828E color. Also use rgb(149,130,142) instead hex code.

Text Font Color

.myTextColor { color: #95828E; }

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

This text font color is #95828E.

Background Color

.myBgColor { background-color: #95828E; }

<div style="background-color:#95828E">Inner text</div>

This div background color is #95828E.

Border color

.myBorderColor { border: 1px solid #95828E; }

<div style="border:3px solid #95828E">Div</div>

This div border color is #95828E.

Opacity

.myOpacity80 { color: #95828E; opacity: 0.8; }

<p style="color:#95828E;opacity:0.8;">80%</p>

Text with #95828E 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 #95828E;}

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

This text has shadow with #95828E color.


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

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

This text has shadow with #95828E primary color and red secondary color.


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

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

This text has shadow with #95828E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95828E.

Preview

Color preview on black background

This text has color #95828E on black background.


Color preview on white background

This text has color #95828E on white background.


Black color preview on #95828E background

This text has black color on #95828E background.


White color preview on #95828E background

This text has white color on #95828E background.


Related colors

Complementary color

Complementary color for #hex is #6A7D71.


I love getcolorcode.com

Triadic colors

1 #8E9582 and #828E95 with #95828E are triadic colors.

2 #8E8295 and #82958E with #95828E are triadic colors.