COLOR #994C60

HEX: #994C60
RGB: (153,76,96)

Color info

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

RGB color model

#994C60 color RGB value is (153,76,96).

  • red value is 153;
  • green value is 76;
  • blue value is 96.
RGB:
(153,76,96)
(60%,30%,38%)

RGB channels and saturation

R 153 of 255 = 60%
G 76 of 255 = 30%
B 96 of 255 = 38%

153
76
96

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

Portions of RGB colors in percentages

R + G + B =
153 + 76 + 96 = 325 (100%)
R 153 of 325 ~ 47.08%
G 76 of 325 ~ 23.38%
B 96 of 325 ~ 29.54%

%47.08
%23.38
%29.54

CMYK color model

#994C60 color CMYK value is (0,50,37,40).

  • cyan value is 0.00%
  • magenta value is 50.33%
  • yellow value is 37.25%
  • key color value is 40.00%
CMYK:
(0,50,37,40)
C0M50Y37K40 
(0%,50%,37%,40%)
(0.00/0.50/0.37/0.40)	

CMYK percentages

%0
%50.33
%37.25
%40

Codes

Color #994C60 in popluar color models

994C60
RGB1537696
HSL344°33.62%44.90%
HSB/HSV344°50.33%60.00%
CMYK0.00%50.33%37.25%
40.00%

Color #994C60 in popluar number systems.

HEX994C60
Decimal1537696
Binary1001100110011001100000
Octal231114140

Shades and tints

Shades of #994C60

#994C60
(153,76,96)
#8C4658
(140,70,88)
#7F4050
(127,64,80)
#723A48
(114,58,72)
#653440
(101,52,64)
#582E38
(88,46,56)
#4B2830
(75,40,48)
#3E2228
(62,34,40)
#311C20
(49,28,32)
#241618
(36,22,24)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #994C60

#994C60
(153,76,96)
#A25C6E
(162,92,110)
#AB6C7C
(171,108,124)
#B47C8A
(180,124,138)
#BD8C98
(189,140,152)
#C69CA6
(198,156,166)
#CFACB4
(207,172,180)
#D8BCC2
(216,188,194)
#E1CCD0
(225,204,208)
#EADCDE
(234,220,222)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994C60 color. Also use rgb(153,76,96) instead hex code.

Text Font Color

.myTextColor { color: #994C60; }

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

This text font color is #994C60.


Background Color

.myBgColor { background-color: #994C60; }

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

This div background color is #994C60.


Border color

.myBorderColor { border: 1px solid #994C60; }

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

This div border color is #994C60.


Opacity

.myOpacity80 { color: #994C60; opacity: 0.8; }

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

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

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

This text has shadow with #994C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994C60 on black background.


Color preview on white background

This text has color #994C60 on white background.



Black color preview on #994C60 background

This text has black color on #994C60 background.


White color preview on #994C60 background

This text has white color on #994C60 background.