COLOR #95828F

HEX: #95828F
RGB: (149,130,143)

Color info

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

RGB color model

#95828F color RGB value is (149,130,143).

  • red value is 149;
  • green value is 130;
  • blue value is 143.
RGB:
(149,130,143)
(58%,51%,56%)

RGB channels and saturation

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

149
130
143

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

Portions of RGB colors in percentages

R + G + B =
149 + 130 + 143 = 422 (100%)
R 149 of 422 ~ 35.31%
G 130 of 422 ~ 30.81%
B 143 of 422 ~ 33.89%

%35.31
%30.81
%33.89

CMYK color model

#95828F color CMYK value is (0,13,4,42).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK:
(0,13,4,42)
C0M13Y4K42 
(0%,13%,4%,42%)
(0.00/0.13/0.04/0.42)	

CMYK percentages

%0
%12.75
%4.03
%41.57

Codes

Color #95828F in popluar color models

95828F
RGB149130143
HSL319°8.23%54.71%
HSB/HSV319°12.75%58.43%
CMYK0.00%12.75%4.03%
41.57%

Color #95828F in popluar number systems.

HEX95828F
Decimal149130143
Binary100101011000001010001111
Octal225202217

Shades and tints

Shades of #95828F

#95828F
(149,130,143)
#887782
(136,119,130)
#7B6C75
(123,108,117)
#6E6168
(110,97,104)
#61565B
(97,86,91)
#544B4E
(84,75,78)
#474041
(71,64,65)
#3A3534
(58,53,52)
#2D2A27
(45,42,39)
#201F1A
(32,31,26)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #95828F

#95828F
(149,130,143)
#9E8D99
(158,141,153)
#A798A3
(167,152,163)
#B0A3AD
(176,163,173)
#B9AEB7
(185,174,183)
#C2B9C1
(194,185,193)
#CBC4CB
(203,196,203)
#D4CFD5
(212,207,213)
#DDDADF
(221,218,223)
#E6E5E9
(230,229,233)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95828F; }

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

This text font color is #95828F.


Background Color

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

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

This div background color is #95828F.


Border color

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

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

This div border color is #95828F.


Opacity

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

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

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

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

This text has shadow with #95828F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95828F on black background.


Color preview on white background

This text has color #95828F on white background.



Black color preview on #95828F background

This text has black color on #95828F background.


White color preview on #95828F background

This text has white color on #95828F background.