COLOR #5F005F

HEX: #5F005F
RGB: (95,0,95)

Color info

#5F005F contains only red and blue colors. Web safe color of #5F005F is #660066 (or #606).

RGB color model

#5F005F color RGB value is (95,0,95).

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

RGB channels and saturation

R 95 of 255 = 37%
G 0 of 255 = 0%
B 95 of 255 = 37%

95
0
95

R + G + B ~ 25%. #5F005F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 0 + 95 = 190 (100%)
R 95 of 190 ~ 50%
G 0 of 190 ~ 0%
B 95 of 190 ~ 50%

%50
%50

CMYK color model

#5F005F color CMYK value is (0,100,0,63).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(0,100,0,63)
C0M100Y0K63 
(0%,100%,0%,63%)
(0.00/1.00/0.00/0.63)	

CMYK percentages

%0
%100
%0
%62.75

Codes

Color #5F005F in popluar color models

5F005F
RGB95095
HSL300°100.00%18.63%
HSB/HSV300°100.00%37.25%
CMYK0.00%100.00%0.00%
62.75%

Color #5F005F in popluar number systems.

HEX5F005F
Decimal95095
Binary101111101011111
Octal1370137

Shades and tints

Shades of #5F005F

#5F005F
(95,0,95)
#570057
(87,0,87)
#4F004F
(79,0,79)
#470047
(71,0,71)
#3F003F
(63,0,63)
#370037
(55,0,55)
#2F002F
(47,0,47)
#270027
(39,0,39)
#1F001F
(31,0,31)
#170017
(23,0,23)
#0F000F
(15,0,15)
#000000
(0,0,0)

Tints of #5F005F

#5F005F
(95,0,95)
#6D176D
(109,23,109)
#7B2E7B
(123,46,123)
#894589
(137,69,137)
#975C97
(151,92,151)
#A573A5
(165,115,165)
#B38AB3
(179,138,179)
#C1A1C1
(193,161,193)
#CFB8CF
(207,184,207)
#DDCFDD
(221,207,221)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F005F; }

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

This text font color is #5F005F.


Background Color

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

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

This div background color is #5F005F.


Border color

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

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

This div border color is #5F005F.


Opacity

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

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

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

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

This text has shadow with #5F005F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F005F on black background.


Color preview on white background

This text has color #5F005F on white background.



Black color preview on #5F005F background

This text has black color on #5F005F background.


White color preview on #5F005F background

This text has white color on #5F005F background.