COLOR #9F2E2E

HEX: #9F2E2E
RGB: (159,46,46)

Color info

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

RGB color model

#9F2E2E color RGB value is (159,46,46).

  • red value is 159;
  • green value is 46;
  • blue value is 46.
RGB:
(159,46,46)
(62%,18%,18%)

RGB channels and saturation

R 159 of 255 = 62%
G 46 of 255 = 18%
B 46 of 255 = 18%

159
46
46

R + G + B ~ 33%. #9F2E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 46 + 46 = 251 (100%)
R 159 of 251 ~ 63.35%
G 46 of 251 ~ 18.33%
B 46 of 251 ~ 18.33%

%63.35
%18.33
%18.33

CMYK color model

#9F2E2E color CMYK value is (0,71,71,38).

  • cyan value is 0.00%
  • magenta value is 71.07%
  • yellow value is 71.07%
  • key color value is 37.65%
CMYK:
(0,71,71,38)
C0M71Y71K38 
(0%,71%,71%,38%)
(0.00/0.71/0.71/0.38)	

CMYK percentages

%0
%71.07
%71.07
%37.65

Codes

Color #9F2E2E in popluar color models

9F2E2E
RGB1594646
HSL55.12%40.20%
HSB/HSV71.07%62.35%
CMYK0.00%71.07%71.07%
37.65%

Color #9F2E2E in popluar number systems.

HEX9F2E2E
Decimal1594646
Binary10011111101110101110
Octal2375656

Shades and tints

Shades of #9F2E2E

#9F2E2E
(159,46,46)
#912A2A
(145,42,42)
#832626
(131,38,38)
#752222
(117,34,34)
#671E1E
(103,30,30)
#591A1A
(89,26,26)
#4B1616
(75,22,22)
#3D1212
(61,18,18)
#2F0E0E
(47,14,14)
#210A0A
(33,10,10)
#130606
(19,6,6)
#000000
(0,0,0)

Tints of #9F2E2E

#9F2E2E
(159,46,46)
#A74141
(167,65,65)
#AF5454
(175,84,84)
#B76767
(183,103,103)
#BF7A7A
(191,122,122)
#C78D8D
(199,141,141)
#CFA0A0
(207,160,160)
#D7B3B3
(215,179,179)
#DFC6C6
(223,198,198)
#E7D9D9
(231,217,217)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F2E2E color. Also use rgb(159,46,46) instead hex code.

Text Font Color

.myTextColor { color: #9F2E2E; }

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

This text font color is #9F2E2E.


Background Color

.myBgColor { background-color: #9F2E2E; }

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

This div background color is #9F2E2E.


Border color

.myBorderColor { border: 1px solid #9F2E2E; }

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

This div border color is #9F2E2E.


Opacity

.myOpacity80 { color: #9F2E2E; opacity: 0.8; }

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

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

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

This text has shadow with #9F2E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F2E2E on black background.


Color preview on white background

This text has color #9F2E2E on white background.



Black color preview on #9F2E2E background

This text has black color on #9F2E2E background.


White color preview on #9F2E2E background

This text has white color on #9F2E2E background.