COLOR #5F1F51

HEX: #5F1F51
RGB: (95,31,81)

Color info

#5F1F51 contains mainly red and blue colors. Web safe color of #5F1F51 is #663366 (or #636).

RGB color model

#5F1F51 color RGB value is (95,31,81).

  • red value is 95;
  • green value is 31;
  • blue value is 81.
RGB:
(95,31,81)
(37%,12%,32%)

RGB channels and saturation

R 95 of 255 = 37%
G 31 of 255 = 12%
B 81 of 255 = 32%

95
31
81

R + G + B ~ 27%. #5F1F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 31 + 81 = 207 (100%)
R 95 of 207 ~ 45.89%
G 31 of 207 ~ 14.98%
B 81 of 207 ~ 39.13%

%45.89
%14.98
%39.13

CMYK color model

#5F1F51 color CMYK value is (0,67,15,63).

  • cyan value is 0.00%
  • magenta value is 67.37%
  • yellow value is 14.74%
  • key color value is 62.75%
CMYK:
(0,67,15,63)
C0M67Y15K63 
(0%,67%,15%,63%)
(0.00/0.67/0.15/0.63)	

CMYK percentages

%0
%67.37
%14.74
%62.75

Codes

Color #5F1F51 in popluar color models

5F1F51
RGB953181
HSL313°50.79%24.71%
HSB/HSV313°67.37%37.25%
CMYK0.00%67.37%14.74%
62.75%

Color #5F1F51 in popluar number systems.

HEX5F1F51
Decimal953181
Binary1011111111111010001
Octal13737121

Shades and tints

Shades of #5F1F51

#5F1F51
(95,31,81)
#571D4A
(87,29,74)
#4F1B43
(79,27,67)
#47193C
(71,25,60)
#3F1735
(63,23,53)
#37152E
(55,21,46)
#2F1327
(47,19,39)
#271120
(39,17,32)
#1F0F19
(31,15,25)
#170D12
(23,13,18)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #5F1F51

#5F1F51
(95,31,81)
#6D3360
(109,51,96)
#7B476F
(123,71,111)
#895B7E
(137,91,126)
#976F8D
(151,111,141)
#A5839C
(165,131,156)
#B397AB
(179,151,171)
#C1ABBA
(193,171,186)
#CFBFC9
(207,191,201)
#DDD3D8
(221,211,216)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F1F51 color. Also use rgb(95,31,81) instead hex code.

Text Font Color

.myTextColor { color: #5F1F51; }

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

This text font color is #5F1F51.


Background Color

.myBgColor { background-color: #5F1F51; }

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

This div background color is #5F1F51.


Border color

.myBorderColor { border: 1px solid #5F1F51; }

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

This div border color is #5F1F51.


Opacity

.myOpacity80 { color: #5F1F51; opacity: 0.8; }

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

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

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

This text has shadow with #5F1F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F1F51 on black background.


Color preview on white background

This text has color #5F1F51 on white background.



Black color preview on #5F1F51 background

This text has black color on #5F1F51 background.


White color preview on #5F1F51 background

This text has white color on #5F1F51 background.