COLOR #982309

HEX: #982309
RGB: (152,35,9)

Color info

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

RGB color model

#982309 color RGB value is (152,35,9).

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

RGB channels and saturation

R 152 of 255 = 60%
G 35 of 255 = 14%
B 9 of 255 = 4%

152
35
9

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

Portions of RGB colors in percentages

R + G + B =
152 + 35 + 9 = 196 (100%)
R 152 of 196 ~ 77.55%
G 35 of 196 ~ 17.86%
B 9 of 196 ~ 4.59%

%77.55
%17.86

CMYK color model

#982309 color CMYK value is (0,77,94,40).

  • cyan value is 0.00%
  • magenta value is 76.97%
  • yellow value is 94.08%
  • key color value is 40.39%
CMYK:
(0,77,94,40)
C0M77Y94K40 
(0%,77%,94%,40%)
(0.00/0.77/0.94/0.40)	

CMYK percentages

%0
%76.97
%94.08
%40.39

Codes

Color #982309 in popluar color models

982309
RGB152359
HSL11°88.82%31.57%
HSB/HSV11°94.08%59.61%
CMYK0.00%76.97%94.08%
40.39%

Color #982309 in popluar number systems.

HEX982309
Decimal152359
Binary100110001000111001
Octal2304311

Shades and tints

Shades of #982309

#982309
(152,35,9)
#8B2009
(139,32,9)
#7E1D09
(126,29,9)
#711A09
(113,26,9)
#641709
(100,23,9)
#571409
(87,20,9)
#4A1109
(74,17,9)
#3D0E09
(61,14,9)
#300B09
(48,11,9)
#230809
(35,8,9)
#160509
(22,5,9)
#000000
(0,0,0)

Tints of #982309

#982309
(152,35,9)
#A1371F
(161,55,31)
#AA4B35
(170,75,53)
#B35F4B
(179,95,75)
#BC7361
(188,115,97)
#C58777
(197,135,119)
#CE9B8D
(206,155,141)
#D7AFA3
(215,175,163)
#E0C3B9
(224,195,185)
#E9D7CF
(233,215,207)
#F2EBE5
(242,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #982309; }

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

This text font color is #982309.


Background Color

.myBgColor { background-color: #982309; }

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

This div background color is #982309.


Border color

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

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

This div border color is #982309.


Opacity

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

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

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

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

This text has shadow with #982309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #982309 on black background.


Color preview on white background

This text has color #982309 on white background.



Black color preview on #982309 background

This text has black color on #982309 background.


White color preview on #982309 background

This text has white color on #982309 background.