COLOR #990E47

HEX: #990E47
RGB: (153,14,71)

Color info

#990E47 contains mainly red color. Web safe color of #990E47 is #990033 (or #903).

RGB color model

#990E47 color RGB value is (153,14,71).

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

RGB channels and saturation

R 153 of 255 = 60%
G 14 of 255 = 5%
B 71 of 255 = 28%

153
14
71

R + G + B ~ 31%. #990E47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 14 + 71 = 238 (100%)
R 153 of 238 ~ 64.29%
G 14 of 238 ~ 5.88%
B 71 of 238 ~ 29.83%

%64.29
%29.83

CMYK color model

#990E47 color CMYK value is (0,91,54,40).

  • cyan value is 0.00%
  • magenta value is 90.85%
  • yellow value is 53.59%
  • key color value is 40.00%
CMYK:
(0,91,54,40)
C0M91Y54K40 
(0%,91%,54%,40%)
(0.00/0.91/0.54/0.40)	

CMYK percentages

%0
%90.85
%53.59
%40

Codes

Color #990E47 in popluar color models

990E47
RGB1531471
HSL335°83.23%32.75%
HSB/HSV335°90.85%60.00%
CMYK0.00%90.85%53.59%
40.00%

Color #990E47 in popluar number systems.

HEX990E47
Decimal1531471
Binary1001100111101000111
Octal23116107

Shades and tints

Shades of #990E47

#990E47
(153,14,71)
#8C0D41
(140,13,65)
#7F0C3B
(127,12,59)
#720B35
(114,11,53)
#650A2F
(101,10,47)
#580929
(88,9,41)
#4B0823
(75,8,35)
#3E071D
(62,7,29)
#310617
(49,6,23)
#240511
(36,5,17)
#17040B
(23,4,11)
#000000
(0,0,0)

Tints of #990E47

#990E47
(153,14,71)
#A22357
(162,35,87)
#AB3867
(171,56,103)
#B44D77
(180,77,119)
#BD6287
(189,98,135)
#C67797
(198,119,151)
#CF8CA7
(207,140,167)
#D8A1B7
(216,161,183)
#E1B6C7
(225,182,199)
#EACBD7
(234,203,215)
#F3E0E7
(243,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #990E47; }

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

This text font color is #990E47.


Background Color

.myBgColor { background-color: #990E47; }

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

This div background color is #990E47.


Border color

.myBorderColor { border: 1px solid #990E47; }

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

This div border color is #990E47.


Opacity

.myOpacity80 { color: #990E47; opacity: 0.8; }

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

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

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

This text has shadow with #990E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #990E47 on black background.


Color preview on white background

This text has color #990E47 on white background.



Black color preview on #990E47 background

This text has black color on #990E47 background.


White color preview on #990E47 background

This text has white color on #990E47 background.