COLOR #98121D

HEX: #98121D
RGB: (152,18,29)

Color info

#98121D contains mainly red color. Web safe color of #98121D is #990033 (or #903).

RGB color model

#98121D color RGB value is (152,18,29).

  • red value is 152;
  • green value is 18;
  • blue value is 29.
RGB:
(152,18,29)
(60%,7%,11%)

RGB channels and saturation

R 152 of 255 = 60%
G 18 of 255 = 7%
B 29 of 255 = 11%

152
18
29

R + G + B ~ 26%. #98121D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 18 + 29 = 199 (100%)
R 152 of 199 ~ 76.38%
G 18 of 199 ~ 9.05%
B 29 of 199 ~ 14.57%

%76.38
%14.57

CMYK color model

#98121D color CMYK value is (0,88,81,40).

  • cyan value is 0.00%
  • magenta value is 88.16%
  • yellow value is 80.92%
  • key color value is 40.39%
CMYK:
(0,88,81,40)
C0M88Y81K40 
(0%,88%,81%,40%)
(0.00/0.88/0.81/0.40)	

CMYK percentages

%0
%88.16
%80.92
%40.39

Codes

Color #98121D in popluar color models

98121D
RGB1521829
HSL355°78.82%33.33%
HSB/HSV355°88.16%59.61%
CMYK0.00%88.16%80.92%
40.39%

Color #98121D in popluar number systems.

HEX98121D
Decimal1521829
Binary100110001001011101
Octal2302235

Shades and tints

Shades of #98121D

#98121D
(152,18,29)
#8B111B
(139,17,27)
#7E1019
(126,16,25)
#710F17
(113,15,23)
#640E15
(100,14,21)
#570D13
(87,13,19)
#4A0C11
(74,12,17)
#3D0B0F
(61,11,15)
#300A0D
(48,10,13)
#23090B
(35,9,11)
#160809
(22,8,9)
#000000
(0,0,0)

Tints of #98121D

#98121D
(152,18,29)
#A12731
(161,39,49)
#AA3C45
(170,60,69)
#B35159
(179,81,89)
#BC666D
(188,102,109)
#C57B81
(197,123,129)
#CE9095
(206,144,149)
#D7A5A9
(215,165,169)
#E0BABD
(224,186,189)
#E9CFD1
(233,207,209)
#F2E4E5
(242,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98121D color. Also use rgb(152,18,29) instead hex code.

Text Font Color

.myTextColor { color: #98121D; }

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

This text font color is #98121D.


Background Color

.myBgColor { background-color: #98121D; }

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

This div background color is #98121D.


Border color

.myBorderColor { border: 1px solid #98121D; }

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

This div border color is #98121D.


Opacity

.myOpacity80 { color: #98121D; opacity: 0.8; }

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

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

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

This text has shadow with #98121D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98121D on black background.


Color preview on white background

This text has color #98121D on white background.



Black color preview on #98121D background

This text has black color on #98121D background.


White color preview on #98121D background

This text has white color on #98121D background.