COLOR #95829E

HEX: #95829E
RGB: (149,130,158)

Color info

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

RGB color model

#95829E color RGB value is (149,130,158).

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

RGB channels and saturation

R 149 of 255 = 58%
G 130 of 255 = 51%
B 158 of 255 = 62%

149
130
158

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

Portions of RGB colors in percentages

R + G + B =
149 + 130 + 158 = 437 (100%)
R 149 of 437 ~ 34.1%
G 130 of 437 ~ 29.75%
B 158 of 437 ~ 36.16%

%34.1
%29.75
%36.16

CMYK color model

#95829E color CMYK value is (6,18,0,38).

  • cyan value is 5.70%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (6,18,0,38) C6M18Y0K38 (6%,18%,0%,38%) (0.06/0.18/0.00/0.38)

CMYK percentages

%5.7
%17.72
%0
%38.04

Codes

Color #95829E in popluar color models

95829E
RGB149130158
HSL281°12.61%56.47%
HSB/HSV281°17.72%61.96%
CMYK5.70%17.72%0.00%
38.04%

Color #95829E in popluar number systems.

HEX95829E
Decimal149130158
Binary100101011000001010011110
Octal225202236

Shades and tints

Shades of #95829E

#95829E
(149,130,158)
#887790
(136,119,144)
#7B6C82
(123,108,130)
#6E6174
(110,97,116)
#615666
(97,86,102)
#544B58
(84,75,88)
#47404A
(71,64,74)
#3A353C
(58,53,60)
#2D2A2E
(45,42,46)
#201F20
(32,31,32)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #95829E

#95829E
(149,130,158)
#9E8DA6
(158,141,166)
#A798AE
(167,152,174)
#B0A3B6
(176,163,182)
#B9AEBE
(185,174,190)
#C2B9C6
(194,185,198)
#CBC4CE
(203,196,206)
#D4CFD6
(212,207,214)
#DDDADE
(221,218,222)
#E6E5E6
(230,229,230)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95829E; }

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

This text font color is #95829E.


Background Color

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

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

This div background color is #95829E.


Border color

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

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

This div border color is #95829E.


Opacity

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

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

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

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

This text has shadow with #95829E color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #95829E; -webkit-box-shadow:	1px 1px 3px 2px #95829E; box-shadow:	1px 1px 3px 2px #95829E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #95829E; -webkit-box-shadow: 1px 1px 3px 2px #95829E; box-shadow:1px 1px 3px 2px #95829E;">
Div content here</div>
This div box has shadow with color #95829E.

Preview

Color preview on black background

This text has color #95829E on black background.


Color preview on white background

This text has color #95829E on white background.



Black color preview on #95829E background

This text has black color on #95829E background.


White color preview on #95829E background

This text has white color on #95829E background.