COLOR #995475

HEX: #995475
RGB: (153,84,117)

Color info

#995475 contains mainly red and blue colors. Web safe color of #995475 is #996666 (or #966).

RGB color model

#995475 color RGB value is (153,84,117).

  • red value is 153;
  • green value is 84;
  • blue value is 117.
RGB:
(153,84,117)
(60%,33%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 84 of 255 = 33%
B 117 of 255 = 46%

153
84
117

R + G + B ~ 46%. #995475 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 84 + 117 = 354 (100%)
R 153 of 354 ~ 43.22%
G 84 of 354 ~ 23.73%
B 117 of 354 ~ 33.05%

%43.22
%23.73
%33.05

CMYK color model

#995475 color CMYK value is (0,45,24,40).

  • cyan value is 0.00%
  • magenta value is 45.10%
  • yellow value is 23.53%
  • key color value is 40.00%
CMYK:
(0,45,24,40)
C0M45Y24K40 
(0%,45%,24%,40%)
(0.00/0.45/0.24/0.40)	

CMYK percentages

%0
%45.1
%23.53
%40

Codes

Color #995475 in popluar color models

995475
RGB15384117
HSL331°29.11%46.47%
HSB/HSV331°45.10%60.00%
CMYK0.00%45.10%23.53%
40.00%

Color #995475 in popluar number systems.

HEX995475
Decimal15384117
Binary1001100110101001110101
Octal231124165

Shades and tints

Shades of #995475

#995475
(153,84,117)
#8C4D6B
(140,77,107)
#7F4661
(127,70,97)
#723F57
(114,63,87)
#65384D
(101,56,77)
#583143
(88,49,67)
#4B2A39
(75,42,57)
#3E232F
(62,35,47)
#311C25
(49,28,37)
#24151B
(36,21,27)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #995475

#995475
(153,84,117)
#A26381
(162,99,129)
#AB728D
(171,114,141)
#B48199
(180,129,153)
#BD90A5
(189,144,165)
#C69FB1
(198,159,177)
#CFAEBD
(207,174,189)
#D8BDC9
(216,189,201)
#E1CCD5
(225,204,213)
#EADBE1
(234,219,225)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995475 color. Also use rgb(153,84,117) instead hex code.

Text Font Color

.myTextColor { color: #995475; }

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

This text font color is #995475.


Background Color

.myBgColor { background-color: #995475; }

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

This div background color is #995475.


Border color

.myBorderColor { border: 1px solid #995475; }

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

This div border color is #995475.


Opacity

.myOpacity80 { color: #995475; opacity: 0.8; }

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

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

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

This text has shadow with #995475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995475 on black background.


Color preview on white background

This text has color #995475 on white background.



Black color preview on #995475 background

This text has black color on #995475 background.


White color preview on #995475 background

This text has white color on #995475 background.