COLOR #95758A

HEX: #95758A
RGB: (149,117,138)

Color info

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

RGB color model

#95758A color RGB value is (149,117,138).

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

RGB channels and saturation

R 149 of 255 = 58%
G 117 of 255 = 46%
B 138 of 255 = 54%

149
117
138

R + G + B ~ 53%. #95758A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 117 + 138 = 404 (100%)
R 149 of 404 ~ 36.88%
G 117 of 404 ~ 28.96%
B 138 of 404 ~ 34.16%

%36.88
%28.96
%34.16

CMYK color model

#95758A color CMYK value is (0,21,7,42).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(0,21,7,42)
C0M21Y7K42 
(0%,21%,7%,42%)
(0.00/0.21/0.07/0.42)	

CMYK percentages

%0
%21.48
%7.38
%41.57

Codes

Color #95758A in popluar color models

95758A
RGB149117138
HSL321°13.11%52.16%
HSB/HSV321°21.48%58.43%
CMYK0.00%21.48%7.38%
41.57%

Color #95758A in popluar number systems.

HEX95758A
Decimal149117138
Binary10010101111010110001010
Octal225165212

Shades and tints

Shades of #95758A

#95758A
(149,117,138)
#886B7E
(136,107,126)
#7B6172
(123,97,114)
#6E5766
(110,87,102)
#614D5A
(97,77,90)
#54434E
(84,67,78)
#473942
(71,57,66)
#3A2F36
(58,47,54)
#2D252A
(45,37,42)
#201B1E
(32,27,30)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #95758A

#95758A
(149,117,138)
#9E8194
(158,129,148)
#A78D9E
(167,141,158)
#B099A8
(176,153,168)
#B9A5B2
(185,165,178)
#C2B1BC
(194,177,188)
#CBBDC6
(203,189,198)
#D4C9D0
(212,201,208)
#DDD5DA
(221,213,218)
#E6E1E4
(230,225,228)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95758A color. Also use rgb(149,117,138) instead hex code.

Text Font Color

.myTextColor { color: #95758A; }

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

This text font color is #95758A.


Background Color

.myBgColor { background-color: #95758A; }

<div style="background-color:#95758A">Inner text</div>

This div background color is #95758A.


Border color

.myBorderColor { border: 1px solid #95758A; }

<div style="border:3px solid #95758A">Div</div>

This div border color is #95758A.


Opacity

.myOpacity80 { color: #95758A; opacity: 0.8; }

<p style="color:#95758A;opacity:0.8;">80%</p>

Text with #95758A 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 #95758A;}

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

This text has shadow with #95758A color.

.textShadow {text-shadow: 3px 3px 1px #95758A, 3px 3px 1px red;}

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

This text has shadow with #95758A primary color and red secondary color.


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

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

This text has shadow with #95758A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95758A on black background.


Color preview on white background

This text has color #95758A on white background.



Black color preview on #95758A background

This text has black color on #95758A background.


White color preview on #95758A background

This text has white color on #95758A background.