COLOR #980322

HEX: #980322 RGB: (152,3,34)

Color info

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

RGB color model

#980322 color RGB value is (152,3,34).

RGB: (152,3,34) (60%, 1%, 13%)

RGB channels and saturation

R 152 of 255 = 60%
G 3 of 255 = 1%
B 34 of 255 = 13%

152
3
34

R + G + B ~ 25%. #980322 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 152 + 3 + 34 = 189 (100%)
R 152 of 189 ~ 80.42%
G 3 of 189 ~ 1.59%
B 34 of 189 ~ 17.99'%

%80.42
%17.99

CMYK color model

#980322 color CMYK value is (0,98,78,40).

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

CMYK: (0,98,78,40)
C0M98Y78K40 (0%, 98%, 78%, 40%)
(0.00 / 0.98 / 0.78 / 0.40)

CMYK percentages

%0
%98.03
%77.63
%40.39

Codes

Color #980322 in popluar color models

98 03 22
RGB 152 3 34
HSL 348° 96.13% 30.39%
HSB/HSV 348° 98.03% 59.61%
CMYK 0.00% 98.03% 77.63%
40.39%

Color #980322 in popluar number systems.

HEX 98 03 22
Decimal 152 3 34
Binary 10011000 11 100010
Octal 230 3 42

Shades and tints

Shades of #980322

#980322
(152,3,34)
#8B031F
(139,3,31)
#7E031C
(126,3,28)
#710319
(113,3,25)
#640316
(100,3,22)
#570313
(87,3,19)
#4A0310
(74,3,16)
#3D030D
(61,3,13)
#30030A
(48,3,10)
#230307
(35,3,7)
#160304
(22,3,4)
#000000
(0,0,0)

Tints of #980322

#980322
(152,3,34)
#A11936
(161,25,54)
#AA2F4A
(170,47,74)
#B3455E
(179,69,94)
#BC5B72
(188,91,114)
#C57186
(197,113,134)
#CE879A
(206,135,154)
#D79DAE
(215,157,174)
#E0B3C2
(224,179,194)
#E9C9D6
(233,201,214)
#F2DFEA
(242,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #980322; }

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

This text font color is #980322.

Background Color

.myBgColor { background-color: #980322; }

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

This div background color is #980322.

Border color

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

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

This div border color is #980322.

Opacity

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

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

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

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

This text has shadow with #980322 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #980322.

Preview

Color preview on black background

This text has color #980322 on black background.


Color preview on white background

This text has color #980322 on white background.


Black color preview on #980322 background

This text has black color on #980322 background.


White color preview on #980322 background

This text has white color on #980322 background.


Related colors

Complementary color

Complementary color for #hex is #67FCDD.


I love getcolorcode.com

Triadic colors

1 #229803 and #032298 with #980322 are triadic colors.

2 #220398 and #039822 with #980322 are triadic colors.