COLOR #955460

HEX: #955460
RGB: (149,84,96)

Color info

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

RGB color model

#955460 color RGB value is (149,84,96).

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

RGB channels and saturation

R 149 of 255 = 58%
G 84 of 255 = 33%
B 96 of 255 = 38%

149
84
96

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

Portions of RGB colors in percentages

R + G + B =
149 + 84 + 96 = 329 (100%)
R 149 of 329 ~ 45.29%
G 84 of 329 ~ 25.53%
B 96 of 329 ~ 29.18%

%45.29
%25.53
%29.18

CMYK color model

#955460 color CMYK value is (0,44,36,42).

  • cyan value is 0.00%
  • magenta value is 43.62%
  • yellow value is 35.57%
  • key color value is 41.57%
CMYK:
(0,44,36,42)
C0M44Y36K42 
(0%,44%,36%,42%)
(0.00/0.44/0.36/0.42)	

CMYK percentages

%0
%43.62
%35.57
%41.57

Codes

Color #955460 in popluar color models

955460
RGB1498496
HSL349°27.90%45.69%
HSB/HSV349°43.62%58.43%
CMYK0.00%43.62%35.57%
41.57%

Color #955460 in popluar number systems.

HEX955460
Decimal1498496
Binary1001010110101001100000
Octal225124140

Shades and tints

Shades of #955460

#955460
(149,84,96)
#884D58
(136,77,88)
#7B4650
(123,70,80)
#6E3F48
(110,63,72)
#613840
(97,56,64)
#543138
(84,49,56)
#472A30
(71,42,48)
#3A2328
(58,35,40)
#2D1C20
(45,28,32)
#201518
(32,21,24)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #955460

#955460
(149,84,96)
#9E636E
(158,99,110)
#A7727C
(167,114,124)
#B0818A
(176,129,138)
#B99098
(185,144,152)
#C29FA6
(194,159,166)
#CBAEB4
(203,174,180)
#D4BDC2
(212,189,194)
#DDCCD0
(221,204,208)
#E6DBDE
(230,219,222)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955460; }

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

This text font color is #955460.


Background Color

.myBgColor { background-color: #955460; }

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

This div background color is #955460.


Border color

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

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

This div border color is #955460.


Opacity

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

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

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

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

This text has shadow with #955460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955460 on black background.


Color preview on white background

This text has color #955460 on white background.



Black color preview on #955460 background

This text has black color on #955460 background.


White color preview on #955460 background

This text has white color on #955460 background.