COLOR #98374D

HEX: #98374D
RGB: (152,55,77)

Color info

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

RGB color model

#98374D color RGB value is (152,55,77).

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

RGB channels and saturation

R 152 of 255 = 60%
G 55 of 255 = 22%
B 77 of 255 = 30%

152
55
77

R + G + B ~ 37%. #98374D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 55 + 77 = 284 (100%)
R 152 of 284 ~ 53.52%
G 55 of 284 ~ 19.37%
B 77 of 284 ~ 27.11%

%53.52
%19.37
%27.11

CMYK color model

#98374D color CMYK value is (0,64,49,40).

  • cyan value is 0.00%
  • magenta value is 63.82%
  • yellow value is 49.34%
  • key color value is 40.39%
CMYK:
(0,64,49,40)
C0M64Y49K40 
(0%,64%,49%,40%)
(0.00/0.64/0.49/0.40)	

CMYK percentages

%0
%63.82
%49.34
%40.39

Codes

Color #98374D in popluar color models

98374D
RGB1525577
HSL346°46.86%40.59%
HSB/HSV346°63.82%59.61%
CMYK0.00%63.82%49.34%
40.39%

Color #98374D in popluar number systems.

HEX98374D
Decimal1525577
Binary100110001101111001101
Octal23067115

Shades and tints

Shades of #98374D

#98374D
(152,55,77)
#8B3246
(139,50,70)
#7E2D3F
(126,45,63)
#712838
(113,40,56)
#642331
(100,35,49)
#571E2A
(87,30,42)
#4A1923
(74,25,35)
#3D141C
(61,20,28)
#300F15
(48,15,21)
#230A0E
(35,10,14)
#160507
(22,5,7)
#000000
(0,0,0)

Tints of #98374D

#98374D
(152,55,77)
#A1495D
(161,73,93)
#AA5B6D
(170,91,109)
#B36D7D
(179,109,125)
#BC7F8D
(188,127,141)
#C5919D
(197,145,157)
#CEA3AD
(206,163,173)
#D7B5BD
(215,181,189)
#E0C7CD
(224,199,205)
#E9D9DD
(233,217,221)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98374D color. Also use rgb(152,55,77) instead hex code.

Text Font Color

.myTextColor { color: #98374D; }

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

This text font color is #98374D.


Background Color

.myBgColor { background-color: #98374D; }

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

This div background color is #98374D.


Border color

.myBorderColor { border: 1px solid #98374D; }

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

This div border color is #98374D.


Opacity

.myOpacity80 { color: #98374D; opacity: 0.8; }

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

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

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

This text has shadow with #98374D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98374D on black background.


Color preview on white background

This text has color #98374D on white background.



Black color preview on #98374D background

This text has black color on #98374D background.


White color preview on #98374D background

This text has white color on #98374D background.