COLOR #980C22

HEX: #980C22
RGB: (152,12,34)

Color info

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

RGB color model

#980C22 color RGB value is (152,12,34).

  • red value is 152;
  • green value is 12;
  • blue value is 34.
RGB:
(152,12,34)
(60%,5%,13%)

RGB channels and saturation

R 152 of 255 = 60%
G 12 of 255 = 5%
B 34 of 255 = 13%

152
12
34

R + G + B ~ 26%. #980C22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 12 + 34 = 198 (100%)
R 152 of 198 ~ 76.77%
G 12 of 198 ~ 6.06%
B 34 of 198 ~ 17.17%

%76.77
%17.17

CMYK color model

#980C22 color CMYK value is (0,92,78,40).

  • cyan value is 0.00%
  • magenta value is 92.11%
  • yellow value is 77.63%
  • key color value is 40.39%
CMYK:
(0,92,78,40)
C0M92Y78K40 
(0%,92%,78%,40%)
(0.00/0.92/0.78/0.40)	

CMYK percentages

%0
%92.11
%77.63
%40.39

Codes

Color #980C22 in popluar color models

980C22
RGB1521234
HSL351°85.37%32.16%
HSB/HSV351°92.11%59.61%
CMYK0.00%92.11%77.63%
40.39%

Color #980C22 in popluar number systems.

HEX980C22
Decimal1521234
Binary100110001100100010
Octal2301442

Shades and tints

Shades of #980C22

#980C22
(152,12,34)
#8B0B1F
(139,11,31)
#7E0A1C
(126,10,28)
#710919
(113,9,25)
#640816
(100,8,22)
#570713
(87,7,19)
#4A0610
(74,6,16)
#3D050D
(61,5,13)
#30040A
(48,4,10)
#230307
(35,3,7)
#160204
(22,2,4)
#000000
(0,0,0)

Tints of #980C22

#980C22
(152,12,34)
#A12236
(161,34,54)
#AA384A
(170,56,74)
#B34E5E
(179,78,94)
#BC6472
(188,100,114)
#C57A86
(197,122,134)
#CE909A
(206,144,154)
#D7A6AE
(215,166,174)
#E0BCC2
(224,188,194)
#E9D2D6
(233,210,214)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #980C22; }

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

This text font color is #980C22.


Background Color

.myBgColor { background-color: #980C22; }

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

This div background color is #980C22.


Border color

.myBorderColor { border: 1px solid #980C22; }

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

This div border color is #980C22.


Opacity

.myOpacity80 { color: #980C22; opacity: 0.8; }

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

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

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

This text has shadow with #980C22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #980C22 on black background.


Color preview on white background

This text has color #980C22 on white background.



Black color preview on #980C22 background

This text has black color on #980C22 background.


White color preview on #980C22 background

This text has white color on #980C22 background.