COLOR #992331

HEX: #992331
RGB: (153,35,49)

Color info

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

RGB color model

#992331 color RGB value is (153,35,49).

  • red value is 153;
  • green value is 35;
  • blue value is 49.
RGB:
(153,35,49)
(60%,14%,19%)

RGB channels and saturation

R 153 of 255 = 60%
G 35 of 255 = 14%
B 49 of 255 = 19%

153
35
49

R + G + B ~ 31%. #992331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 35 + 49 = 237 (100%)
R 153 of 237 ~ 64.56%
G 35 of 237 ~ 14.77%
B 49 of 237 ~ 20.68%

%64.56
%14.77
%20.68

CMYK color model

#992331 color CMYK value is (0,77,68,40).

  • cyan value is 0.00%
  • magenta value is 77.12%
  • yellow value is 67.97%
  • key color value is 40.00%
CMYK:
(0,77,68,40)
C0M77Y68K40 
(0%,77%,68%,40%)
(0.00/0.77/0.68/0.40)	

CMYK percentages

%0
%77.12
%67.97
%40

Codes

Color #992331 in popluar color models

992331
RGB1533549
HSL353°62.77%36.86%
HSB/HSV353°77.12%60.00%
CMYK0.00%77.12%67.97%
40.00%

Color #992331 in popluar number systems.

HEX992331
Decimal1533549
Binary10011001100011110001
Octal2314361

Shades and tints

Shades of #992331

#992331
(153,35,49)
#8C202D
(140,32,45)
#7F1D29
(127,29,41)
#721A25
(114,26,37)
#651721
(101,23,33)
#58141D
(88,20,29)
#4B1119
(75,17,25)
#3E0E15
(62,14,21)
#310B11
(49,11,17)
#24080D
(36,8,13)
#170509
(23,5,9)
#000000
(0,0,0)

Tints of #992331

#992331
(153,35,49)
#A23743
(162,55,67)
#AB4B55
(171,75,85)
#B45F67
(180,95,103)
#BD7379
(189,115,121)
#C6878B
(198,135,139)
#CF9B9D
(207,155,157)
#D8AFAF
(216,175,175)
#E1C3C1
(225,195,193)
#EAD7D3
(234,215,211)
#F3EBE5
(243,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #992331 color. Also use rgb(153,35,49) instead hex code.

Text Font Color

.myTextColor { color: #992331; }

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

This text font color is #992331.


Background Color

.myBgColor { background-color: #992331; }

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

This div background color is #992331.


Border color

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

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

This div border color is #992331.


Opacity

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

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

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

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

This text has shadow with #992331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #992331 on black background.


Color preview on white background

This text has color #992331 on white background.



Black color preview on #992331 background

This text has black color on #992331 background.


White color preview on #992331 background

This text has white color on #992331 background.