COLOR #992927

HEX: #992927
RGB: (153,41,39)

Color info

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

RGB color model

#992927 color RGB value is (153,41,39).

  • red value is 153;
  • green value is 41;
  • blue value is 39.
RGB:
(153,41,39)
(60%,16%,15%)

RGB channels and saturation

R 153 of 255 = 60%
G 41 of 255 = 16%
B 39 of 255 = 15%

153
41
39

R + G + B ~ 30%. #992927 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 41 + 39 = 233 (100%)
R 153 of 233 ~ 65.67%
G 41 of 233 ~ 17.6%
B 39 of 233 ~ 16.74%

%65.67
%17.6
%16.74

CMYK color model

#992927 color CMYK value is (0,73,75,40).

  • cyan value is 0.00%
  • magenta value is 73.20%
  • yellow value is 74.51%
  • key color value is 40.00%
CMYK:
(0,73,75,40)
C0M73Y75K40 
(0%,73%,75%,40%)
(0.00/0.73/0.75/0.40)	

CMYK percentages

%0
%73.2
%74.51
%40

Codes

Color #992927 in popluar color models

992927
RGB1534139
HSL59.38%37.65%
HSB/HSV74.51%60.00%
CMYK0.00%73.20%74.51%
40.00%

Color #992927 in popluar number systems.

HEX992927
Decimal1534139
Binary10011001101001100111
Octal2315147

Shades and tints

Shades of #992927

#992927
(153,41,39)
#8C2624
(140,38,36)
#7F2321
(127,35,33)
#72201E
(114,32,30)
#651D1B
(101,29,27)
#581A18
(88,26,24)
#4B1715
(75,23,21)
#3E1412
(62,20,18)
#31110F
(49,17,15)
#240E0C
(36,14,12)
#170B09
(23,11,9)
#000000
(0,0,0)

Tints of #992927

#992927
(153,41,39)
#A23C3A
(162,60,58)
#AB4F4D
(171,79,77)
#B46260
(180,98,96)
#BD7573
(189,117,115)
#C68886
(198,136,134)
#CF9B99
(207,155,153)
#D8AEAC
(216,174,172)
#E1C1BF
(225,193,191)
#EAD4D2
(234,212,210)
#F3E7E5
(243,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #992927 color. Also use rgb(153,41,39) instead hex code.

Text Font Color

.myTextColor { color: #992927; }

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

This text font color is #992927.


Background Color

.myBgColor { background-color: #992927; }

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

This div background color is #992927.


Border color

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

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

This div border color is #992927.


Opacity

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

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

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

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

This text has shadow with #992927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #992927 on black background.


Color preview on white background

This text has color #992927 on white background.



Black color preview on #992927 background

This text has black color on #992927 background.


White color preview on #992927 background

This text has white color on #992927 background.