COLOR #5F013F

HEX: #5F013F
RGB: (95,1,63)

Color info

#5F013F contains mainly red and blue colors. Web safe color of #5F013F is #660033 (or #603).

RGB color model

#5F013F color RGB value is (95,1,63).

  • red value is 95;
  • green value is 1;
  • blue value is 63.
RGB:
(95,1,63)
(37%,0%,25%)

RGB channels and saturation

R 95 of 255 = 37%
G 1 of 255 = 0%
B 63 of 255 = 25%

95
1
63

R + G + B ~ 21%. #5F013F is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 1 + 63 = 159 (100%)
R 95 of 159 ~ 59.75%
G 1 of 159 ~ 0.63%
B 63 of 159 ~ 39.62%

%59.75
%39.62

CMYK color model

#5F013F color CMYK value is (0,99,34,63).

  • cyan value is 0.00%
  • magenta value is 98.95%
  • yellow value is 33.68%
  • key color value is 62.75%
CMYK:
(0,99,34,63)
C0M99Y34K63 
(0%,99%,34%,63%)
(0.00/0.99/0.34/0.63)	

CMYK percentages

%0
%98.95
%33.68
%62.75

Codes

Color #5F013F in popluar color models

5F013F
RGB95163
HSL320°97.92%18.82%
HSB/HSV320°98.95%37.25%
CMYK0.00%98.95%33.68%
62.75%

Color #5F013F in popluar number systems.

HEX5F013F
Decimal95163
Binary10111111111111
Octal137177

Shades and tints

Shades of #5F013F

#5F013F
(95,1,63)
#57013A
(87,1,58)
#4F0135
(79,1,53)
#470130
(71,1,48)
#3F012B
(63,1,43)
#370126
(55,1,38)
#2F0121
(47,1,33)
#27011C
(39,1,28)
#1F0117
(31,1,23)
#170112
(23,1,18)
#0F010D
(15,1,13)
#000000
(0,0,0)

Tints of #5F013F

#5F013F
(95,1,63)
#6D1850
(109,24,80)
#7B2F61
(123,47,97)
#894672
(137,70,114)
#975D83
(151,93,131)
#A57494
(165,116,148)
#B38BA5
(179,139,165)
#C1A2B6
(193,162,182)
#CFB9C7
(207,185,199)
#DDD0D8
(221,208,216)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F013F color. Also use rgb(95,1,63) instead hex code.

Text Font Color

.myTextColor { color: #5F013F; }

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

This text font color is #5F013F.


Background Color

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

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

This div background color is #5F013F.


Border color

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

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

This div border color is #5F013F.


Opacity

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

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

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

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

This text has shadow with #5F013F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F013F on black background.


Color preview on white background

This text has color #5F013F on white background.



Black color preview on #5F013F background

This text has black color on #5F013F background.


White color preview on #5F013F background

This text has white color on #5F013F background.