COLOR #982327

HEX: #982327
RGB: (152,35,39)

Color info

#982327 contains mainly red color. Web safe color of #982327 is #993333 (or #933).

RGB color model

#982327 color RGB value is (152,35,39).

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

RGB channels and saturation

R 152 of 255 = 60%
G 35 of 255 = 14%
B 39 of 255 = 15%

152
35
39

R + G + B ~ 30%. #982327 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 35 + 39 = 226 (100%)
R 152 of 226 ~ 67.26%
G 35 of 226 ~ 15.49%
B 39 of 226 ~ 17.26%

%67.26
%15.49
%17.26

CMYK color model

#982327 color CMYK value is (0,77,74,40).

  • cyan value is 0.00%
  • magenta value is 76.97%
  • yellow value is 74.34%
  • key color value is 40.39%
CMYK:
(0,77,74,40)
C0M77Y74K40 
(0%,77%,74%,40%)
(0.00/0.77/0.74/0.40)	

CMYK percentages

%0
%76.97
%74.34
%40.39

Codes

Color #982327 in popluar color models

982327
RGB1523539
HSL358°62.57%36.67%
HSB/HSV358°76.97%59.61%
CMYK0.00%76.97%74.34%
40.39%

Color #982327 in popluar number systems.

HEX982327
Decimal1523539
Binary10011000100011100111
Octal2304347

Shades and tints

Shades of #982327

#982327
(152,35,39)
#8B2024
(139,32,36)
#7E1D21
(126,29,33)
#711A1E
(113,26,30)
#64171B
(100,23,27)
#571418
(87,20,24)
#4A1115
(74,17,21)
#3D0E12
(61,14,18)
#300B0F
(48,11,15)
#23080C
(35,8,12)
#160509
(22,5,9)
#000000
(0,0,0)

Tints of #982327

#982327
(152,35,39)
#A1373A
(161,55,58)
#AA4B4D
(170,75,77)
#B35F60
(179,95,96)
#BC7373
(188,115,115)
#C58786
(197,135,134)
#CE9B99
(206,155,153)
#D7AFAC
(215,175,172)
#E0C3BF
(224,195,191)
#E9D7D2
(233,215,210)
#F2EBE5
(242,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #982327; }

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

This text font color is #982327.


Background Color

.myBgColor { background-color: #982327; }

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

This div background color is #982327.


Border color

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

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

This div border color is #982327.


Opacity

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

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

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

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

This text has shadow with #982327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #982327 on black background.


Color preview on white background

This text has color #982327 on white background.



Black color preview on #982327 background

This text has black color on #982327 background.


White color preview on #982327 background

This text has white color on #982327 background.