COLOR #98373B

HEX: #98373B
RGB: (152,55,59)

Color info

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

RGB color model

#98373B color RGB value is (152,55,59).

  • red value is 152;
  • green value is 55;
  • blue value is 59.
RGB:
(152,55,59)
(60%,22%,23%)

RGB channels and saturation

R 152 of 255 = 60%
G 55 of 255 = 22%
B 59 of 255 = 23%

152
55
59

R + G + B ~ 35%. #98373B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 55 + 59 = 266 (100%)
R 152 of 266 ~ 57.14%
G 55 of 266 ~ 20.68%
B 59 of 266 ~ 22.18%

%57.14
%20.68
%22.18

CMYK color model

#98373B color CMYK value is (0,64,61,40).

  • cyan value is 0.00%
  • magenta value is 63.82%
  • yellow value is 61.18%
  • key color value is 40.39%
CMYK:
(0,64,61,40)
C0M64Y61K40 
(0%,64%,61%,40%)
(0.00/0.64/0.61/0.40)	

CMYK percentages

%0
%63.82
%61.18
%40.39

Codes

Color #98373B in popluar color models

98373B
RGB1525559
HSL358°46.86%40.59%
HSB/HSV358°63.82%59.61%
CMYK0.00%63.82%61.18%
40.39%

Color #98373B in popluar number systems.

HEX98373B
Decimal1525559
Binary10011000110111111011
Octal2306773

Shades and tints

Shades of #98373B

#98373B
(152,55,59)
#8B3236
(139,50,54)
#7E2D31
(126,45,49)
#71282C
(113,40,44)
#642327
(100,35,39)
#571E22
(87,30,34)
#4A191D
(74,25,29)
#3D1418
(61,20,24)
#300F13
(48,15,19)
#230A0E
(35,10,14)
#160509
(22,5,9)
#000000
(0,0,0)

Tints of #98373B

#98373B
(152,55,59)
#A1494C
(161,73,76)
#AA5B5D
(170,91,93)
#B36D6E
(179,109,110)
#BC7F7F
(188,127,127)
#C59190
(197,145,144)
#CEA3A1
(206,163,161)
#D7B5B2
(215,181,178)
#E0C7C3
(224,199,195)
#E9D9D4
(233,217,212)
#F2EBE5
(242,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98373B color. Also use rgb(152,55,59) instead hex code.

Text Font Color

.myTextColor { color: #98373B; }

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

This text font color is #98373B.


Background Color

.myBgColor { background-color: #98373B; }

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

This div background color is #98373B.


Border color

.myBorderColor { border: 1px solid #98373B; }

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

This div border color is #98373B.


Opacity

.myOpacity80 { color: #98373B; opacity: 0.8; }

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

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

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

This text has shadow with #98373B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98373B on black background.


Color preview on white background

This text has color #98373B on white background.



Black color preview on #98373B background

This text has black color on #98373B background.


White color preview on #98373B background

This text has white color on #98373B background.