COLOR #992347

HEX: #992347
RGB: (153,35,71)

Color info

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

RGB color model

#992347 color RGB value is (153,35,71).

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

RGB channels and saturation

R 153 of 255 = 60%
G 35 of 255 = 14%
B 71 of 255 = 28%

153
35
71

R + G + B ~ 34%. #992347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 35 + 71 = 259 (100%)
R 153 of 259 ~ 59.07%
G 35 of 259 ~ 13.51%
B 71 of 259 ~ 27.41%

%59.07
%13.51
%27.41

CMYK color model

#992347 color CMYK value is (0,77,54,40).

  • cyan value is 0.00%
  • magenta value is 77.12%
  • yellow value is 53.59%
  • key color value is 40.00%
CMYK:
(0,77,54,40)
C0M77Y54K40 
(0%,77%,54%,40%)
(0.00/0.77/0.54/0.40)	

CMYK percentages

%0
%77.12
%53.59
%40

Codes

Color #992347 in popluar color models

992347
RGB1533571
HSL342°62.77%36.86%
HSB/HSV342°77.12%60.00%
CMYK0.00%77.12%53.59%
40.00%

Color #992347 in popluar number systems.

HEX992347
Decimal1533571
Binary100110011000111000111
Octal23143107

Shades and tints

Shades of #992347

#992347
(153,35,71)
#8C2041
(140,32,65)
#7F1D3B
(127,29,59)
#721A35
(114,26,53)
#65172F
(101,23,47)
#581429
(88,20,41)
#4B1123
(75,17,35)
#3E0E1D
(62,14,29)
#310B17
(49,11,23)
#240811
(36,8,17)
#17050B
(23,5,11)
#000000
(0,0,0)

Tints of #992347

#992347
(153,35,71)
#A23757
(162,55,87)
#AB4B67
(171,75,103)
#B45F77
(180,95,119)
#BD7387
(189,115,135)
#C68797
(198,135,151)
#CF9BA7
(207,155,167)
#D8AFB7
(216,175,183)
#E1C3C7
(225,195,199)
#EAD7D7
(234,215,215)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #992347; }

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

This text font color is #992347.


Background Color

.myBgColor { background-color: #992347; }

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

This div background color is #992347.


Border color

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

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

This div border color is #992347.


Opacity

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

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

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

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

This text has shadow with #992347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #992347 on black background.


Color preview on white background

This text has color #992347 on white background.



Black color preview on #992347 background

This text has black color on #992347 background.


White color preview on #992347 background

This text has white color on #992347 background.