COLOR #994A44

HEX: #994A44 RGB: (153,74,68)

Color info

#994A44 contains mainly red color. Web safe color of #994A44 is #993333 (or #933).

RGB color model

#994A44 color RGB value is (153,74,68).

RGB: (153,74,68) (60%, 29%, 27%)

RGB channels and saturation

R 153 of 255 = 60%
G 74 of 255 = 29%
B 68 of 255 = 27%

153
74
68

R + G + B ~ 39%. #994A44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 153 + 74 + 68 = 295 (100%)
R 153 of 295 ~ 51.86%
G 74 of 295 ~ 25.08%
B 68 of 295 ~ 23.05'%

%51.86
%25.08
%23.05

CMYK color model

#994A44 color CMYK value is (0,52,56,40).

  • cyan value is 0.00%
  • magenta value is 51.63%
  • yellow value is 55.56%
  • key color value is 40.00%

CMYK: (0,52,56,40)
C0M52Y56K40 (0%, 52%, 56%, 40%)
(0.00 / 0.52 / 0.56 / 0.40)

CMYK percentages

%0
%51.63
%55.56
%40

Codes

Color #994A44 in popluar color models

99 4A 44
RGB 153 74 68
HSL 38.46% 43.33%
HSB/HSV 55.56% 60.00%
CMYK 0.00% 51.63% 55.56%
40.00%

Color #994A44 in popluar number systems.

HEX 99 4A 44
Decimal 153 74 68
Binary 10011001 1001010 1000100
Octal 231 112 104

Shades and tints

Shades of #994A44

#994A44
(153,74,68)
#8C443E
(140,68,62)
#7F3E38
(127,62,56)
#723832
(114,56,50)
#65322C
(101,50,44)
#582C26
(88,44,38)
#4B2620
(75,38,32)
#3E201A
(62,32,26)
#311A14
(49,26,20)
#24140E
(36,20,14)
#170E08
(23,14,8)
#000000
(0,0,0)

Tints of #994A44

#994A44
(153,74,68)
#A25A55
(162,90,85)
#AB6A66
(171,106,102)
#B47A77
(180,122,119)
#BD8A88
(189,138,136)
#C69A99
(198,154,153)
#CFAAAA
(207,170,170)
#D8BABB
(216,186,187)
#E1CACC
(225,202,204)
#EADADD
(234,218,221)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #994A44; }

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

This text font color is #994A44.

Background Color

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

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

This div background color is #994A44.

Border color

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

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

This div border color is #994A44.

Opacity

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

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

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

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

This text has shadow with #994A44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #994A44.

Preview

Color preview on black background

This text has color #994A44 on black background.


Color preview on white background

This text has color #994A44 on white background.


Black color preview on #994A44 background

This text has black color on #994A44 background.


White color preview on #994A44 background

This text has white color on #994A44 background.


Related colors

Complementary color

Complementary color for #hex is #66B5BB.


I love getcolorcode.com

Triadic colors

1 #44994A and #4A4499 with #994A44 are triadic colors.

2 #444A99 and #4A9944 with #994A44 are triadic colors.