COLOR #994544

HEX: #994544
RGB: (153,69,68)

Color info

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

RGB color model

#994544 color RGB value is (153,69,68).

  • red value is 153;
  • green value is 69;
  • blue value is 68.
RGB:
(153,69,68)
(60%,27%,27%)

RGB channels and saturation

R 153 of 255 = 60%
G 69 of 255 = 27%
B 68 of 255 = 27%

153
69
68

R + G + B ~ 38%. #994544 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 69 + 68 = 290 (100%)
R 153 of 290 ~ 52.76%
G 69 of 290 ~ 23.79%
B 68 of 290 ~ 23.45%

%52.76
%23.79
%23.45

CMYK color model

#994544 color CMYK value is (0,55,56,40).

  • cyan value is 0.00%
  • magenta value is 54.90%
  • yellow value is 55.56%
  • key color value is 40.00%
CMYK:
(0,55,56,40)
C0M55Y56K40 
(0%,55%,56%,40%)
(0.00/0.55/0.56/0.40)	

CMYK percentages

%0
%54.9
%55.56
%40

Codes

Color #994544 in popluar color models

994544
RGB1536968
HSL38.46%43.33%
HSB/HSV55.56%60.00%
CMYK0.00%54.90%55.56%
40.00%

Color #994544 in popluar number systems.

HEX994544
Decimal1536968
Binary1001100110001011000100
Octal231105104

Shades and tints

Shades of #994544

#994544
(153,69,68)
#8C3F3E
(140,63,62)
#7F3938
(127,57,56)
#723332
(114,51,50)
#652D2C
(101,45,44)
#582726
(88,39,38)
#4B2120
(75,33,32)
#3E1B1A
(62,27,26)
#311514
(49,21,20)
#240F0E
(36,15,14)
#170908
(23,9,8)
#000000
(0,0,0)

Tints of #994544

#994544
(153,69,68)
#A25555
(162,85,85)
#AB6566
(171,101,102)
#B47577
(180,117,119)
#BD8588
(189,133,136)
#C69599
(198,149,153)
#CFA5AA
(207,165,170)
#D8B5BB
(216,181,187)
#E1C5CC
(225,197,204)
#EAD5DD
(234,213,221)
#F3E5EE
(243,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #994544; }

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

This text font color is #994544.


Background Color

.myBgColor { background-color: #994544; }

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

This div background color is #994544.


Border color

.myBorderColor { border: 1px solid #994544; }

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

This div border color is #994544.


Opacity

.myOpacity80 { color: #994544; opacity: 0.8; }

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

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

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

This text has shadow with #994544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994544 on black background.


Color preview on white background

This text has color #994544 on white background.



Black color preview on #994544 background

This text has black color on #994544 background.


White color preview on #994544 background

This text has white color on #994544 background.