COLOR #9F2539

HEX: #9F2539
RGB: (159,37,57)

Color info

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

RGB color model

#9F2539 color RGB value is (159,37,57).

  • red value is 159;
  • green value is 37;
  • blue value is 57.
RGB:
(159,37,57)
(62%,15%,22%)

RGB channels and saturation

R 159 of 255 = 62%
G 37 of 255 = 15%
B 57 of 255 = 22%

159
37
57

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

Portions of RGB colors in percentages

R + G + B =
159 + 37 + 57 = 253 (100%)
R 159 of 253 ~ 62.85%
G 37 of 253 ~ 14.62%
B 57 of 253 ~ 22.53%

%62.85
%14.62
%22.53

CMYK color model

#9F2539 color CMYK value is (0,77,64,38).

  • cyan value is 0.00%
  • magenta value is 76.73%
  • yellow value is 64.15%
  • key color value is 37.65%
CMYK:
(0,77,64,38)
C0M77Y64K38 
(0%,77%,64%,38%)
(0.00/0.77/0.64/0.38)	

CMYK percentages

%0
%76.73
%64.15
%37.65

Codes

Color #9F2539 in popluar color models

9F2539
RGB1593757
HSL350°62.24%38.43%
HSB/HSV350°76.73%62.35%
CMYK0.00%76.73%64.15%
37.65%

Color #9F2539 in popluar number systems.

HEX9F2539
Decimal1593757
Binary10011111100101111001
Octal2374571

Shades and tints

Shades of #9F2539

#9F2539
(159,37,57)
#912234
(145,34,52)
#831F2F
(131,31,47)
#751C2A
(117,28,42)
#671925
(103,25,37)
#591620
(89,22,32)
#4B131B
(75,19,27)
#3D1016
(61,16,22)
#2F0D11
(47,13,17)
#210A0C
(33,10,12)
#130707
(19,7,7)
#000000
(0,0,0)

Tints of #9F2539

#9F2539
(159,37,57)
#A7384B
(167,56,75)
#AF4B5D
(175,75,93)
#B75E6F
(183,94,111)
#BF7181
(191,113,129)
#C78493
(199,132,147)
#CF97A5
(207,151,165)
#D7AAB7
(215,170,183)
#DFBDC9
(223,189,201)
#E7D0DB
(231,208,219)
#EFE3ED
(239,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F2539; }

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

This text font color is #9F2539.


Background Color

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

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

This div background color is #9F2539.


Border color

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

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

This div border color is #9F2539.


Opacity

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

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

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

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

This text has shadow with #9F2539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F2539 on black background.


Color preview on white background

This text has color #9F2539 on white background.



Black color preview on #9F2539 background

This text has black color on #9F2539 background.


White color preview on #9F2539 background

This text has white color on #9F2539 background.