COLOR #994B55

HEX: #994B55
RGB: (153,75,85)

Color info

#994B55 contains mainly red color. Web safe color of #994B55 is #993366 (or #936).

RGB color model

#994B55 color RGB value is (153,75,85).

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

RGB channels and saturation

R 153 of 255 = 60%
G 75 of 255 = 29%
B 85 of 255 = 33%

153
75
85

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

Portions of RGB colors in percentages

R + G + B =
153 + 75 + 85 = 313 (100%)
R 153 of 313 ~ 48.88%
G 75 of 313 ~ 23.96%
B 85 of 313 ~ 27.16%

%48.88
%23.96
%27.16

CMYK color model

#994B55 color CMYK value is (0,51,44,40).

  • cyan value is 0.00%
  • magenta value is 50.98%
  • yellow value is 44.44%
  • key color value is 40.00%
CMYK:
(0,51,44,40)
C0M51Y44K40 
(0%,51%,44%,40%)
(0.00/0.51/0.44/0.40)	

CMYK percentages

%0
%50.98
%44.44
%40

Codes

Color #994B55 in popluar color models

994B55
RGB1537585
HSL352°34.21%44.71%
HSB/HSV352°50.98%60.00%
CMYK0.00%50.98%44.44%
40.00%

Color #994B55 in popluar number systems.

HEX994B55
Decimal1537585
Binary1001100110010111010101
Octal231113125

Shades and tints

Shades of #994B55

#994B55
(153,75,85)
#8C454E
(140,69,78)
#7F3F47
(127,63,71)
#723940
(114,57,64)
#653339
(101,51,57)
#582D32
(88,45,50)
#4B272B
(75,39,43)
#3E2124
(62,33,36)
#311B1D
(49,27,29)
#241516
(36,21,22)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #994B55

#994B55
(153,75,85)
#A25B64
(162,91,100)
#AB6B73
(171,107,115)
#B47B82
(180,123,130)
#BD8B91
(189,139,145)
#C69BA0
(198,155,160)
#CFABAF
(207,171,175)
#D8BBBE
(216,187,190)
#E1CBCD
(225,203,205)
#EADBDC
(234,219,220)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #994B55; }

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

This text font color is #994B55.


Background Color

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

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

This div background color is #994B55.


Border color

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

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

This div border color is #994B55.


Opacity

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

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

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

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

This text has shadow with #994B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994B55 on black background.


Color preview on white background

This text has color #994B55 on white background.



Black color preview on #994B55 background

This text has black color on #994B55 background.


White color preview on #994B55 background

This text has white color on #994B55 background.