COLOR #95849E

HEX: #95849E RGB: (149,132,158)

Color info

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

RGB color model

#95849E color RGB value is (149,132,158).

RGB: (149,132,158) (58%, 52%, 62%)

RGB channels and saturation

R 149 of 255 = 58%
G 132 of 255 = 52%
B 158 of 255 = 62%

149
132
158

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

Portions of RGB colors in percentages

R + G + B = 149 + 132 + 158 = 439 (100%)
R 149 of 439 ~ 33.94%
G 132 of 439 ~ 30.07%
B 158 of 439 ~ 35.99'%

%33.94
%30.07
%35.99

CMYK color model

#95849E color CMYK value is (6,16,0,38).

  • cyan value is 5.70%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (6,16,0,38)
C6M16Y0K38 (6%, 16%, 0%, 38%)
(0.06 / 0.16 / 0.00 / 0.38)

CMYK percentages

%5.7
%16.46
%0
%38.04

Codes

Color #95849E in popluar color models

95 84 9E
RGB 149 132 158
HSL 279° 11.82% 56.86%
HSB/HSV 279° 16.46% 61.96%
CMYK 5.70% 16.46% 0.00%
38.04%

Color #95849E in popluar number systems.

HEX 95 84 9E
Decimal 149 132 158
Binary 10010101 10000100 10011110
Octal 225 204 236

Shades and tints

Shades of #95849E

#95849E
(149,132,158)
#887890
(136,120,144)
#7B6C82
(123,108,130)
#6E6074
(110,96,116)
#615466
(97,84,102)
#544858
(84,72,88)
#473C4A
(71,60,74)
#3A303C
(58,48,60)
#2D242E
(45,36,46)
#201820
(32,24,32)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #95849E

#95849E
(149,132,158)
#9E8FA6
(158,143,166)
#A79AAE
(167,154,174)
#B0A5B6
(176,165,182)
#B9B0BE
(185,176,190)
#C2BBC6
(194,187,198)
#CBC6CE
(203,198,206)
#D4D1D6
(212,209,214)
#DDDCDE
(221,220,222)
#E6E7E6
(230,231,230)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95849E; }

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

This text font color is #95849E.

Background Color

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

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

This div background color is #95849E.

Border color

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

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

This div border color is #95849E.

Opacity

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

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

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

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

This text has shadow with #95849E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95849E.

Preview

Color preview on black background

This text has color #95849E on black background.


Color preview on white background

This text has color #95849E on white background.


Black color preview on #95849E background

This text has black color on #95849E background.


White color preview on #95849E background

This text has white color on #95849E background.


Related colors

Complementary color

Complementary color for #hex is #6A7B61.


I love getcolorcode.com

Triadic colors

1 #9E9584 and #849E95 with #95849E are triadic colors.

2 #9E8495 and #84959E with #95849E are triadic colors.