COLOR #992339

HEX: #992339
RGB: (153,35,57)

Color info

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

RGB color model

#992339 color RGB value is (153,35,57).

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

RGB channels and saturation

R 153 of 255 = 60%
G 35 of 255 = 14%
B 57 of 255 = 22%

153
35
57

R + G + B ~ 32%. #992339 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 35 + 57 = 245 (100%)
R 153 of 245 ~ 62.45%
G 35 of 245 ~ 14.29%
B 57 of 245 ~ 23.27%

%62.45
%14.29
%23.27

CMYK color model

#992339 color CMYK value is (0,77,63,40).

  • cyan value is 0.00%
  • magenta value is 77.12%
  • yellow value is 62.75%
  • key color value is 40.00%
CMYK:
(0,77,63,40)
C0M77Y63K40 
(0%,77%,63%,40%)
(0.00/0.77/0.63/0.40)	

CMYK percentages

%0
%77.12
%62.75
%40

Codes

Color #992339 in popluar color models

992339
RGB1533557
HSL349°62.77%36.86%
HSB/HSV349°77.12%60.00%
CMYK0.00%77.12%62.75%
40.00%

Color #992339 in popluar number systems.

HEX992339
Decimal1533557
Binary10011001100011111001
Octal2314371

Shades and tints

Shades of #992339

#992339
(153,35,57)
#8C2034
(140,32,52)
#7F1D2F
(127,29,47)
#721A2A
(114,26,42)
#651725
(101,23,37)
#581420
(88,20,32)
#4B111B
(75,17,27)
#3E0E16
(62,14,22)
#310B11
(49,11,17)
#24080C
(36,8,12)
#170507
(23,5,7)
#000000
(0,0,0)

Tints of #992339

#992339
(153,35,57)
#A2374B
(162,55,75)
#AB4B5D
(171,75,93)
#B45F6F
(180,95,111)
#BD7381
(189,115,129)
#C68793
(198,135,147)
#CF9BA5
(207,155,165)
#D8AFB7
(216,175,183)
#E1C3C9
(225,195,201)
#EAD7DB
(234,215,219)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #992339; }

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

This text font color is #992339.


Background Color

.myBgColor { background-color: #992339; }

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

This div background color is #992339.


Border color

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

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

This div border color is #992339.


Opacity

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

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

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

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

This text has shadow with #992339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #992339 on black background.


Color preview on white background

This text has color #992339 on white background.



Black color preview on #992339 background

This text has black color on #992339 background.


White color preview on #992339 background

This text has white color on #992339 background.