COLOR #95618A

HEX: #95618A
RGB: (149,97,138)

Color info

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

RGB color model

#95618A color RGB value is (149,97,138).

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

RGB channels and saturation

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

149
97
138

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

Portions of RGB colors in percentages

R + G + B =
149 + 97 + 138 = 384 (100%)
R 149 of 384 ~ 38.8%
G 97 of 384 ~ 25.26%
B 138 of 384 ~ 35.94%

%38.8
%25.26
%35.94

CMYK color model

#95618A color CMYK value is (0,35,7,42).

  • cyan value is 0.00%
  • magenta value is 34.90%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(0,35,7,42)
C0M35Y7K42 
(0%,35%,7%,42%)
(0.00/0.35/0.07/0.42)	

CMYK percentages

%0
%34.9
%7.38
%41.57

Codes

Color #95618A in popluar color models

95618A
RGB14997138
HSL313°21.14%48.24%
HSB/HSV313°34.90%58.43%
CMYK0.00%34.90%7.38%
41.57%

Color #95618A in popluar number systems.

HEX95618A
Decimal14997138
Binary10010101110000110001010
Octal225141212

Shades and tints

Shades of #95618A

#95618A
(149,97,138)
#88597E
(136,89,126)
#7B5172
(123,81,114)
#6E4966
(110,73,102)
#61415A
(97,65,90)
#54394E
(84,57,78)
#473142
(71,49,66)
#3A2936
(58,41,54)
#2D212A
(45,33,42)
#20191E
(32,25,30)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #95618A

#95618A
(149,97,138)
#9E6F94
(158,111,148)
#A77D9E
(167,125,158)
#B08BA8
(176,139,168)
#B999B2
(185,153,178)
#C2A7BC
(194,167,188)
#CBB5C6
(203,181,198)
#D4C3D0
(212,195,208)
#DDD1DA
(221,209,218)
#E6DFE4
(230,223,228)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95618A; }

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

This text font color is #95618A.


Background Color

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

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

This div background color is #95618A.


Border color

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

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

This div border color is #95618A.


Opacity

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

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

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

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

This text has shadow with #95618A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95618A on black background.


Color preview on white background

This text has color #95618A on white background.



Black color preview on #95618A background

This text has black color on #95618A background.


White color preview on #95618A background

This text has white color on #95618A background.