COLOR #95759E

HEX: #95759E
RGB: (149,117,158)

Color info

#95759E contains red, green and blue colors in about the same proportion. Web safe color of #95759E is #996699 (or #969).

RGB color model

#95759E color RGB value is (149,117,158).

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

RGB channels and saturation

R 149 of 255 = 58%
G 117 of 255 = 46%
B 158 of 255 = 62%

149
117
158

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

Portions of RGB colors in percentages

R + G + B =
149 + 117 + 158 = 424 (100%)
R 149 of 424 ~ 35.14%
G 117 of 424 ~ 27.59%
B 158 of 424 ~ 37.26%

%35.14
%27.59
%37.26

CMYK color model

#95759E color CMYK value is (6,26,0,38).

  • cyan value is 5.70%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(6,26,0,38)
C6M26Y0K38 
(6%,26%,0%,38%)
(0.06/0.26/0.00/0.38)	

CMYK percentages

%5.7
%25.95
%0
%38.04

Codes

Color #95759E in popluar color models

95759E
RGB149117158
HSL287°17.45%53.92%
HSB/HSV287°25.95%61.96%
CMYK5.70%25.95%0.00%
38.04%

Color #95759E in popluar number systems.

HEX95759E
Decimal149117158
Binary10010101111010110011110
Octal225165236

Shades and tints

Shades of #95759E

#95759E
(149,117,158)
#886B90
(136,107,144)
#7B6182
(123,97,130)
#6E5774
(110,87,116)
#614D66
(97,77,102)
#544358
(84,67,88)
#47394A
(71,57,74)
#3A2F3C
(58,47,60)
#2D252E
(45,37,46)
#201B20
(32,27,32)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #95759E

#95759E
(149,117,158)
#9E81A6
(158,129,166)
#A78DAE
(167,141,174)
#B099B6
(176,153,182)
#B9A5BE
(185,165,190)
#C2B1C6
(194,177,198)
#CBBDCE
(203,189,206)
#D4C9D6
(212,201,214)
#DDD5DE
(221,213,222)
#E6E1E6
(230,225,230)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95759E; }

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

This text font color is #95759E.


Background Color

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

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

This div background color is #95759E.


Border color

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

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

This div border color is #95759E.


Opacity

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

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

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

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

This text has shadow with #95759E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95759E on black background.


Color preview on white background

This text has color #95759E on white background.



Black color preview on #95759E background

This text has black color on #95759E background.


White color preview on #95759E background

This text has white color on #95759E background.