COLOR #954D60

HEX: #954D60
RGB: (149,77,96)

Color info

#954D60 contains mainly red and blue colors. Web safe color of #954D60 is #993366 (or #936).

RGB color model

#954D60 color RGB value is (149,77,96).

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

RGB channels and saturation

R 149 of 255 = 58%
G 77 of 255 = 30%
B 96 of 255 = 38%

149
77
96

R + G + B ~ 42%. #954D60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 77 + 96 = 322 (100%)
R 149 of 322 ~ 46.27%
G 77 of 322 ~ 23.91%
B 96 of 322 ~ 29.81%

%46.27
%23.91
%29.81

CMYK color model

#954D60 color CMYK value is (0,48,36,42).

  • cyan value is 0.00%
  • magenta value is 48.32%
  • yellow value is 35.57%
  • key color value is 41.57%
CMYK:
(0,48,36,42)
C0M48Y36K42 
(0%,48%,36%,42%)
(0.00/0.48/0.36/0.42)	

CMYK percentages

%0
%48.32
%35.57
%41.57

Codes

Color #954D60 in popluar color models

954D60
RGB1497796
HSL344°31.86%44.31%
HSB/HSV344°48.32%58.43%
CMYK0.00%48.32%35.57%
41.57%

Color #954D60 in popluar number systems.

HEX954D60
Decimal1497796
Binary1001010110011011100000
Octal225115140

Shades and tints

Shades of #954D60

#954D60
(149,77,96)
#884658
(136,70,88)
#7B3F50
(123,63,80)
#6E3848
(110,56,72)
#613140
(97,49,64)
#542A38
(84,42,56)
#472330
(71,35,48)
#3A1C28
(58,28,40)
#2D1520
(45,21,32)
#200E18
(32,14,24)
#130710
(19,7,16)
#000000
(0,0,0)

Tints of #954D60

#954D60
(149,77,96)
#9E5D6E
(158,93,110)
#A76D7C
(167,109,124)
#B07D8A
(176,125,138)
#B98D98
(185,141,152)
#C29DA6
(194,157,166)
#CBADB4
(203,173,180)
#D4BDC2
(212,189,194)
#DDCDD0
(221,205,208)
#E6DDDE
(230,221,222)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954D60; }

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

This text font color is #954D60.


Background Color

.myBgColor { background-color: #954D60; }

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

This div background color is #954D60.


Border color

.myBorderColor { border: 1px solid #954D60; }

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

This div border color is #954D60.


Opacity

.myOpacity80 { color: #954D60; opacity: 0.8; }

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

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

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

This text has shadow with #954D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954D60 on black background.


Color preview on white background

This text has color #954D60 on white background.



Black color preview on #954D60 background

This text has black color on #954D60 background.


White color preview on #954D60 background

This text has white color on #954D60 background.