COLOR #994247

HEX: #994247
RGB: (153,66,71)

Color info

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

RGB color model

#994247 color RGB value is (153,66,71).

  • red value is 153;
  • green value is 66;
  • blue value is 71.
RGB:
(153,66,71)
(60%,26%,28%)

RGB channels and saturation

R 153 of 255 = 60%
G 66 of 255 = 26%
B 71 of 255 = 28%

153
66
71

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

Portions of RGB colors in percentages

R + G + B =
153 + 66 + 71 = 290 (100%)
R 153 of 290 ~ 52.76%
G 66 of 290 ~ 22.76%
B 71 of 290 ~ 24.48%

%52.76
%22.76
%24.48

CMYK color model

#994247 color CMYK value is (0,57,54,40).

  • cyan value is 0.00%
  • magenta value is 56.86%
  • yellow value is 53.59%
  • key color value is 40.00%
CMYK:
(0,57,54,40)
C0M57Y54K40 
(0%,57%,54%,40%)
(0.00/0.57/0.54/0.40)	

CMYK percentages

%0
%56.86
%53.59
%40

Codes

Color #994247 in popluar color models

994247
RGB1536671
HSL357°39.73%42.94%
HSB/HSV357°56.86%60.00%
CMYK0.00%56.86%53.59%
40.00%

Color #994247 in popluar number systems.

HEX994247
Decimal1536671
Binary1001100110000101000111
Octal231102107

Shades and tints

Shades of #994247

#994247
(153,66,71)
#8C3C41
(140,60,65)
#7F363B
(127,54,59)
#723035
(114,48,53)
#652A2F
(101,42,47)
#582429
(88,36,41)
#4B1E23
(75,30,35)
#3E181D
(62,24,29)
#311217
(49,18,23)
#240C11
(36,12,17)
#17060B
(23,6,11)
#000000
(0,0,0)

Tints of #994247

#994247
(153,66,71)
#A25357
(162,83,87)
#AB6467
(171,100,103)
#B47577
(180,117,119)
#BD8687
(189,134,135)
#C69797
(198,151,151)
#CFA8A7
(207,168,167)
#D8B9B7
(216,185,183)
#E1CAC7
(225,202,199)
#EADBD7
(234,219,215)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994247 color. Also use rgb(153,66,71) instead hex code.

Text Font Color

.myTextColor { color: #994247; }

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

This text font color is #994247.


Background Color

.myBgColor { background-color: #994247; }

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

This div background color is #994247.


Border color

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

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

This div border color is #994247.


Opacity

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

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

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

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

This text has shadow with #994247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994247 on black background.


Color preview on white background

This text has color #994247 on white background.



Black color preview on #994247 background

This text has black color on #994247 background.


White color preview on #994247 background

This text has white color on #994247 background.