COLOR #5F0499

HEX: #5F0499
RGB: (95,4,153)

Color info

#5F0499 contains mainly red and blue colors. Web safe color of #5F0499 is #660099 (or #609).

RGB color model

#5F0499 color RGB value is (95,4,153).

  • red value is 95;
  • green value is 4;
  • blue value is 153.
RGB:
(95,4,153)
(37%,2%,60%)

RGB channels and saturation

R 95 of 255 = 37%
G 4 of 255 = 2%
B 153 of 255 = 60%

95
4
153

R + G + B ~ 33%. #5F0499 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 4 + 153 = 252 (100%)
R 95 of 252 ~ 37.7%
G 4 of 252 ~ 1.59%
B 153 of 252 ~ 60.71%

%37.7
%60.71

CMYK color model

#5F0499 color CMYK value is (38,97,0,40).

  • cyan value is 37.91%
  • magenta value is 97.39%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(38,97,0,40)
C38M97Y0K40 
(38%,97%,0%,40%)
(0.38/0.97/0.00/0.40)	

CMYK percentages

%37.91
%97.39
%0
%40

Codes

Color #5F0499 in popluar color models

5F0499
RGB954153
HSL277°94.90%30.78%
HSB/HSV277°97.39%60.00%
CMYK37.91%97.39%0.00%
40.00%

Color #5F0499 in popluar number systems.

HEX5F0499
Decimal954153
Binary101111110010011001
Octal1374231

Shades and tints

Shades of #5F0499

#5F0499
(95,4,153)
#57048C
(87,4,140)
#4F047F
(79,4,127)
#470472
(71,4,114)
#3F0465
(63,4,101)
#370458
(55,4,88)
#2F044B
(47,4,75)
#27043E
(39,4,62)
#1F0431
(31,4,49)
#170424
(23,4,36)
#0F0417
(15,4,23)
#000000
(0,0,0)

Tints of #5F0499

#5F0499
(95,4,153)
#6D1AA2
(109,26,162)
#7B30AB
(123,48,171)
#8946B4
(137,70,180)
#975CBD
(151,92,189)
#A572C6
(165,114,198)
#B388CF
(179,136,207)
#C19ED8
(193,158,216)
#CFB4E1
(207,180,225)
#DDCAEA
(221,202,234)
#EBE0F3
(235,224,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F0499; }

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

This text font color is #5F0499.


Background Color

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

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

This div background color is #5F0499.


Border color

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

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

This div border color is #5F0499.


Opacity

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

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

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

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

This text has shadow with #5F0499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F0499 on black background.


Color preview on white background

This text has color #5F0499 on white background.



Black color preview on #5F0499 background

This text has black color on #5F0499 background.


White color preview on #5F0499 background

This text has white color on #5F0499 background.