COLOR #982009

HEX: #982009
RGB: (152,32,9)

Color info

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

RGB color model

#982009 color RGB value is (152,32,9).

  • red value is 152;
  • green value is 32;
  • blue value is 9.
RGB:
(152,32,9)
(60%,13%,4%)

RGB channels and saturation

R 152 of 255 = 60%
G 32 of 255 = 13%
B 9 of 255 = 4%

152
32
9

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

Portions of RGB colors in percentages

R + G + B =
152 + 32 + 9 = 193 (100%)
R 152 of 193 ~ 78.76%
G 32 of 193 ~ 16.58%
B 9 of 193 ~ 4.66%

%78.76
%16.58

CMYK color model

#982009 color CMYK value is (0,79,94,40).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 94.08%
  • key color value is 40.39%
CMYK:
(0,79,94,40)
C0M79Y94K40 
(0%,79%,94%,40%)
(0.00/0.79/0.94/0.40)	

CMYK percentages

%0
%78.95
%94.08
%40.39

Codes

Color #982009 in popluar color models

982009
RGB152329
HSL10°88.82%31.57%
HSB/HSV10°94.08%59.61%
CMYK0.00%78.95%94.08%
40.39%

Color #982009 in popluar number systems.

HEX982009
Decimal152329
Binary100110001000001001
Octal2304011

Shades and tints

Shades of #982009

#982009
(152,32,9)
#8B1E09
(139,30,9)
#7E1C09
(126,28,9)
#711A09
(113,26,9)
#641809
(100,24,9)
#571609
(87,22,9)
#4A1409
(74,20,9)
#3D1209
(61,18,9)
#301009
(48,16,9)
#230E09
(35,14,9)
#160C09
(22,12,9)
#000000
(0,0,0)

Tints of #982009

#982009
(152,32,9)
#A1341F
(161,52,31)
#AA4835
(170,72,53)
#B35C4B
(179,92,75)
#BC7061
(188,112,97)
#C58477
(197,132,119)
#CE988D
(206,152,141)
#D7ACA3
(215,172,163)
#E0C0B9
(224,192,185)
#E9D4CF
(233,212,207)
#F2E8E5
(242,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #982009 color. Also use rgb(152,32,9) instead hex code.

Text Font Color

.myTextColor { color: #982009; }

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

This text font color is #982009.


Background Color

.myBgColor { background-color: #982009; }

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

This div background color is #982009.


Border color

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

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

This div border color is #982009.


Opacity

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

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

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

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

This text has shadow with #982009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #982009 on black background.


Color preview on white background

This text has color #982009 on white background.



Black color preview on #982009 background

This text has black color on #982009 background.


White color preview on #982009 background

This text has white color on #982009 background.