COLOR #95759D

HEX: #95759D
RGB: (149,117,157)

Color info

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

RGB color model

#95759D color RGB value is (149,117,157).

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

RGB channels and saturation

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

149
117
157

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

Portions of RGB colors in percentages

R + G + B =
149 + 117 + 157 = 423 (100%)
R 149 of 423 ~ 35.22%
G 117 of 423 ~ 27.66%
B 157 of 423 ~ 37.12%

%35.22
%27.66
%37.12

CMYK color model

#95759D color CMYK value is (5,25,0,38).

  • cyan value is 5.10%
  • magenta value is 25.48%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (5,25,0,38) C5M25Y0K38 (5%,25%,0%,38%) (0.05/0.25/0.00/0.38)

CMYK percentages

%5.1
%25.48
%0
%38.43

Codes

Color #95759D in popluar color models

95759D
RGB149117157
HSL288°16.95%53.73%
HSB/HSV288°25.48%61.57%
CMYK5.10%25.48%0.00%
38.43%

Color #95759D in popluar number systems.

HEX95759D
Decimal149117157
Binary10010101111010110011101
Octal225165235

Shades and tints

Shades of #95759D

#95759D
(149,117,157)
#886B8F
(136,107,143)
#7B6181
(123,97,129)
#6E5773
(110,87,115)
#614D65
(97,77,101)
#544357
(84,67,87)
#473949
(71,57,73)
#3A2F3B
(58,47,59)
#2D252D
(45,37,45)
#201B1F
(32,27,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #95759D

#95759D
(149,117,157)
#9E81A5
(158,129,165)
#A78DAD
(167,141,173)
#B099B5
(176,153,181)
#B9A5BD
(185,165,189)
#C2B1C5
(194,177,197)
#CBBDCD
(203,189,205)
#D4C9D5
(212,201,213)
#DDD5DD
(221,213,221)
#E6E1E5
(230,225,229)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95759D; }

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

This text font color is #95759D.


Background Color

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

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

This div background color is #95759D.


Border color

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

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

This div border color is #95759D.


Opacity

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

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

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

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

This text has shadow with #95759D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #95759D on black background.


Color preview on white background

This text has color #95759D on white background.



Black color preview on #95759D background

This text has black color on #95759D background.


White color preview on #95759D background

This text has white color on #95759D background.