COLOR #982219

HEX: #982219 RGB: (152,34,25)

Color info

#982219 contains mainly red color. Web safe color of #982219 is #993300 (or #930).

RGB color model

#982219 color RGB value is (152,34,25).

RGB: (152,34,25) (60%, 13%, 10%)

RGB channels and saturation

R 152 of 255 = 60%
G 34 of 255 = 13%
B 25 of 255 = 10%

152
34
25

R + G + B ~ 28%. #982219 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 152 + 34 + 25 = 211 (100%)
R 152 of 211 ~ 72.04%
G 34 of 211 ~ 16.11%
B 25 of 211 ~ 11.85'%

%72.04
%16.11
%11.85

CMYK color model

#982219 color CMYK value is (0,78,84,40).

  • cyan value is 0.00%
  • magenta value is 77.63%
  • yellow value is 83.55%
  • key color value is 40.39%

CMYK: (0,78,84,40)
C0M78Y84K40 (0%, 78%, 84%, 40%)
(0.00 / 0.78 / 0.84 / 0.40)

CMYK percentages

%0
%77.63
%83.55
%40.39

Codes

Color #982219 in popluar color models

98 22 19
RGB 152 34 25
HSL 71.75% 34.71%
HSB/HSV 83.55% 59.61%
CMYK 0.00% 77.63% 83.55%
40.39%

Color #982219 in popluar number systems.

HEX 98 22 19
Decimal 152 34 25
Binary 10011000 100010 11001
Octal 230 42 31

Shades and tints

Shades of #982219

#982219
(152,34,25)
#8B1F17
(139,31,23)
#7E1C15
(126,28,21)
#711913
(113,25,19)
#641611
(100,22,17)
#57130F
(87,19,15)
#4A100D
(74,16,13)
#3D0D0B
(61,13,11)
#300A09
(48,10,9)
#230707
(35,7,7)
#160405
(22,4,5)
#000000
(0,0,0)

Tints of #982219

#982219
(152,34,25)
#A1362D
(161,54,45)
#AA4A41
(170,74,65)
#B35E55
(179,94,85)
#BC7269
(188,114,105)
#C5867D
(197,134,125)
#CE9A91
(206,154,145)
#D7AEA5
(215,174,165)
#E0C2B9
(224,194,185)
#E9D6CD
(233,214,205)
#F2EAE1
(242,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #982219 color. Also use rgb(152,34,25) instead hex code.

Text Font Color

.myTextColor { color: #982219; }

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

This text font color is #982219.

Background Color

.myBgColor { background-color: #982219; }

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

This div background color is #982219.

Border color

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

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

This div border color is #982219.

Opacity

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

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

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

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

This text has shadow with #982219 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #982219.

Preview

Color preview on black background

This text has color #982219 on black background.


Color preview on white background

This text has color #982219 on white background.


Black color preview on #982219 background

This text has black color on #982219 background.


White color preview on #982219 background

This text has white color on #982219 background.


Related colors

Complementary color

Complementary color for #hex is #67DDE6.


I love getcolorcode.com

Triadic colors

1 #199822 and #221998 with #982219 are triadic colors.

2 #192298 and #229819 with #982219 are triadic colors.