COLOR #95608A

HEX: #95608A
RGB: (149,96,138)

Color info

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

RGB color model

#95608A color RGB value is (149,96,138).

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

RGB channels and saturation

R 149 of 255 = 58%
G 96 of 255 = 38%
B 138 of 255 = 54%

149
96
138

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

Portions of RGB colors in percentages

R + G + B =
149 + 96 + 138 = 383 (100%)
R 149 of 383 ~ 38.9%
G 96 of 383 ~ 25.07%
B 138 of 383 ~ 36.03%

%38.9
%25.07
%36.03

CMYK color model

#95608A color CMYK value is (0,36,7,42).

  • cyan value is 0.00%
  • magenta value is 35.57%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(0,36,7,42)
C0M36Y7K42 
(0%,36%,7%,42%)
(0.00/0.36/0.07/0.42)	

CMYK percentages

%0
%35.57
%7.38
%41.57

Codes

Color #95608A in popluar color models

95608A
RGB14996138
HSL312°21.63%48.04%
HSB/HSV312°35.57%58.43%
CMYK0.00%35.57%7.38%
41.57%

Color #95608A in popluar number systems.

HEX95608A
Decimal14996138
Binary10010101110000010001010
Octal225140212

Shades and tints

Shades of #95608A

#95608A
(149,96,138)
#88587E
(136,88,126)
#7B5072
(123,80,114)
#6E4866
(110,72,102)
#61405A
(97,64,90)
#54384E
(84,56,78)
#473042
(71,48,66)
#3A2836
(58,40,54)
#2D202A
(45,32,42)
#20181E
(32,24,30)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #95608A

#95608A
(149,96,138)
#9E6E94
(158,110,148)
#A77C9E
(167,124,158)
#B08AA8
(176,138,168)
#B998B2
(185,152,178)
#C2A6BC
(194,166,188)
#CBB4C6
(203,180,198)
#D4C2D0
(212,194,208)
#DDD0DA
(221,208,218)
#E6DEE4
(230,222,228)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95608A; }

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

This text font color is #95608A.


Background Color

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

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

This div background color is #95608A.


Border color

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

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

This div border color is #95608A.


Opacity

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

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

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

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

This text has shadow with #95608A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95608A on black background.


Color preview on white background

This text has color #95608A on white background.



Black color preview on #95608A background

This text has black color on #95608A background.


White color preview on #95608A background

This text has white color on #95608A background.