COLOR #994B66

HEX: #994B66
RGB: (153,75,102)

Color info

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

RGB color model

#994B66 color RGB value is (153,75,102).

  • red value is 153;
  • green value is 75;
  • blue value is 102.
RGB:
(153,75,102)
(60%,29%,40%)

RGB channels and saturation

R 153 of 255 = 60%
G 75 of 255 = 29%
B 102 of 255 = 40%

153
75
102

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

Portions of RGB colors in percentages

R + G + B =
153 + 75 + 102 = 330 (100%)
R 153 of 330 ~ 46.36%
G 75 of 330 ~ 22.73%
B 102 of 330 ~ 30.91%

%46.36
%22.73
%30.91

CMYK color model

#994B66 color CMYK value is (0,51,33,40).

  • cyan value is 0.00%
  • magenta value is 50.98%
  • yellow value is 33.33%
  • key color value is 40.00%
CMYK:
(0,51,33,40)
C0M51Y33K40 
(0%,51%,33%,40%)
(0.00/0.51/0.33/0.40)	

CMYK percentages

%0
%50.98
%33.33
%40

Codes

Color #994B66 in popluar color models

994B66
RGB15375102
HSL339°34.21%44.71%
HSB/HSV339°50.98%60.00%
CMYK0.00%50.98%33.33%
40.00%

Color #994B66 in popluar number systems.

HEX994B66
Decimal15375102
Binary1001100110010111100110
Octal231113146

Shades and tints

Shades of #994B66

#994B66
(153,75,102)
#8C455D
(140,69,93)
#7F3F54
(127,63,84)
#72394B
(114,57,75)
#653342
(101,51,66)
#582D39
(88,45,57)
#4B2730
(75,39,48)
#3E2127
(62,33,39)
#311B1E
(49,27,30)
#241515
(36,21,21)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #994B66

#994B66
(153,75,102)
#A25B73
(162,91,115)
#AB6B80
(171,107,128)
#B47B8D
(180,123,141)
#BD8B9A
(189,139,154)
#C69BA7
(198,155,167)
#CFABB4
(207,171,180)
#D8BBC1
(216,187,193)
#E1CBCE
(225,203,206)
#EADBDB
(234,219,219)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994B66 color. Also use rgb(153,75,102) instead hex code.

Text Font Color

.myTextColor { color: #994B66; }

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

This text font color is #994B66.


Background Color

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

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

This div background color is #994B66.


Border color

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

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

This div border color is #994B66.


Opacity

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

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

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

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

This text has shadow with #994B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994B66 on black background.


Color preview on white background

This text has color #994B66 on white background.



Black color preview on #994B66 background

This text has black color on #994B66 background.


White color preview on #994B66 background

This text has white color on #994B66 background.