COLOR #955584

HEX: #955584
RGB: (149,85,132)

Color info

#955584 contains mainly red and blue colors. Web safe color of #955584 is #996699 (or #969).

RGB color model

#955584 color RGB value is (149,85,132).

  • red value is 149;
  • green value is 85;
  • blue value is 132.
RGB:
(149,85,132)
(58%,33%,52%)

RGB channels and saturation

R 149 of 255 = 58%
G 85 of 255 = 33%
B 132 of 255 = 52%

149
85
132

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

Portions of RGB colors in percentages

R + G + B =
149 + 85 + 132 = 366 (100%)
R 149 of 366 ~ 40.71%
G 85 of 366 ~ 23.22%
B 132 of 366 ~ 36.07%

%40.71
%23.22
%36.07

CMYK color model

#955584 color CMYK value is (0,43,11,42).

  • cyan value is 0.00%
  • magenta value is 42.95%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK:
(0,43,11,42)
C0M43Y11K42 
(0%,43%,11%,42%)
(0.00/0.43/0.11/0.42)	

CMYK percentages

%0
%42.95
%11.41
%41.57

Codes

Color #955584 in popluar color models

955584
RGB14985132
HSL316°27.35%45.88%
HSB/HSV316°42.95%58.43%
CMYK0.00%42.95%11.41%
41.57%

Color #955584 in popluar number systems.

HEX955584
Decimal14985132
Binary10010101101010110000100
Octal225125204

Shades and tints

Shades of #955584

#955584
(149,85,132)
#884E78
(136,78,120)
#7B476C
(123,71,108)
#6E4060
(110,64,96)
#613954
(97,57,84)
#543248
(84,50,72)
#472B3C
(71,43,60)
#3A2430
(58,36,48)
#2D1D24
(45,29,36)
#201618
(32,22,24)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #955584

#955584
(149,85,132)
#9E648F
(158,100,143)
#A7739A
(167,115,154)
#B082A5
(176,130,165)
#B991B0
(185,145,176)
#C2A0BB
(194,160,187)
#CBAFC6
(203,175,198)
#D4BED1
(212,190,209)
#DDCDDC
(221,205,220)
#E6DCE7
(230,220,231)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955584 color. Also use rgb(149,85,132) instead hex code.

Text Font Color

.myTextColor { color: #955584; }

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

This text font color is #955584.


Background Color

.myBgColor { background-color: #955584; }

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

This div background color is #955584.


Border color

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

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

This div border color is #955584.


Opacity

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

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

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

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

This text has shadow with #955584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955584 on black background.


Color preview on white background

This text has color #955584 on white background.



Black color preview on #955584 background

This text has black color on #955584 background.


White color preview on #955584 background

This text has white color on #955584 background.