COLOR #955484

HEX: #955484
RGB: (149,84,132)

Color info

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

RGB color model

#955484 color RGB value is (149,84,132).

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

RGB channels and saturation

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

149
84
132

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

Portions of RGB colors in percentages

R + G + B =
149 + 84 + 132 = 365 (100%)
R 149 of 365 ~ 40.82%
G 84 of 365 ~ 23.01%
B 132 of 365 ~ 36.16%

%40.82
%23.01
%36.16

CMYK color model

#955484 color CMYK value is (0,44,11,42).

  • cyan value is 0.00%
  • magenta value is 43.62%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK:
(0,44,11,42)
C0M44Y11K42 
(0%,44%,11%,42%)
(0.00/0.44/0.11/0.42)	

CMYK percentages

%0
%43.62
%11.41
%41.57

Codes

Color #955484 in popluar color models

955484
RGB14984132
HSL316°27.90%45.69%
HSB/HSV316°43.62%58.43%
CMYK0.00%43.62%11.41%
41.57%

Color #955484 in popluar number systems.

HEX955484
Decimal14984132
Binary10010101101010010000100
Octal225124204

Shades and tints

Shades of #955484

#955484
(149,84,132)
#884D78
(136,77,120)
#7B466C
(123,70,108)
#6E3F60
(110,63,96)
#613854
(97,56,84)
#543148
(84,49,72)
#472A3C
(71,42,60)
#3A2330
(58,35,48)
#2D1C24
(45,28,36)
#201518
(32,21,24)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #955484

#955484
(149,84,132)
#9E638F
(158,99,143)
#A7729A
(167,114,154)
#B081A5
(176,129,165)
#B990B0
(185,144,176)
#C29FBB
(194,159,187)
#CBAEC6
(203,174,198)
#D4BDD1
(212,189,209)
#DDCCDC
(221,204,220)
#E6DBE7
(230,219,231)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955484; }

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

This text font color is #955484.


Background Color

.myBgColor { background-color: #955484; }

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

This div background color is #955484.


Border color

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

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

This div border color is #955484.


Opacity

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

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

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

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

This text has shadow with #955484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955484 on black background.


Color preview on white background

This text has color #955484 on white background.



Black color preview on #955484 background

This text has black color on #955484 background.


White color preview on #955484 background

This text has white color on #955484 background.