COLOR #994A54

HEX: #994A54
RGB: (153,74,84)

Color info

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

RGB color model

#994A54 color RGB value is (153,74,84).

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

RGB channels and saturation

R 153 of 255 = 60%
G 74 of 255 = 29%
B 84 of 255 = 33%

153
74
84

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

Portions of RGB colors in percentages

R + G + B =
153 + 74 + 84 = 311 (100%)
R 153 of 311 ~ 49.2%
G 74 of 311 ~ 23.79%
B 84 of 311 ~ 27.01%

%49.2
%23.79
%27.01

CMYK color model

#994A54 color CMYK value is (0,52,45,40).

  • cyan value is 0.00%
  • magenta value is 51.63%
  • yellow value is 45.10%
  • key color value is 40.00%
CMYK:
(0,52,45,40)
C0M52Y45K40 
(0%,52%,45%,40%)
(0.00/0.52/0.45/0.40)	

CMYK percentages

%0
%51.63
%45.1
%40

Codes

Color #994A54 in popluar color models

994A54
RGB1537484
HSL352°34.80%44.51%
HSB/HSV352°51.63%60.00%
CMYK0.00%51.63%45.10%
40.00%

Color #994A54 in popluar number systems.

HEX994A54
Decimal1537484
Binary1001100110010101010100
Octal231112124

Shades and tints

Shades of #994A54

#994A54
(153,74,84)
#8C444D
(140,68,77)
#7F3E46
(127,62,70)
#72383F
(114,56,63)
#653238
(101,50,56)
#582C31
(88,44,49)
#4B262A
(75,38,42)
#3E2023
(62,32,35)
#311A1C
(49,26,28)
#241415
(36,20,21)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #994A54

#994A54
(153,74,84)
#A25A63
(162,90,99)
#AB6A72
(171,106,114)
#B47A81
(180,122,129)
#BD8A90
(189,138,144)
#C69A9F
(198,154,159)
#CFAAAE
(207,170,174)
#D8BABD
(216,186,189)
#E1CACC
(225,202,204)
#EADADB
(234,218,219)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994A54 color. Also use rgb(153,74,84) instead hex code.

Text Font Color

.myTextColor { color: #994A54; }

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

This text font color is #994A54.


Background Color

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

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

This div background color is #994A54.


Border color

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

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

This div border color is #994A54.


Opacity

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

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

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

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

This text has shadow with #994A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994A54 on black background.


Color preview on white background

This text has color #994A54 on white background.



Black color preview on #994A54 background

This text has black color on #994A54 background.


White color preview on #994A54 background

This text has white color on #994A54 background.