COLOR #5F24AB

HEX: #5F24AB
RGB: (95,36,171)

Color info

#5F24AB contains mainly blue color. Web safe color of #5F24AB is #663399 (or #639).

RGB color model

#5F24AB color RGB value is (95,36,171).

  • red value is 95;
  • green value is 36;
  • blue value is 171.
RGB:
(95,36,171)
(37%,14%,67%)

RGB channels and saturation

R 95 of 255 = 37%
G 36 of 255 = 14%
B 171 of 255 = 67%

95
36
171

R + G + B ~ 39%. #5F24AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 36 + 171 = 302 (100%)
R 95 of 302 ~ 31.46%
G 36 of 302 ~ 11.92%
B 171 of 302 ~ 56.62%

%31.46
%11.92
%56.62

CMYK color model

#5F24AB color CMYK value is (44,79,0,33).

  • cyan value is 44.44%
  • magenta value is 78.95%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(44,79,0,33)
C44M79Y0K33 
(44%,79%,0%,33%)
(0.44/0.79/0.00/0.33)	

CMYK percentages

%44.44
%78.95
%0
%32.94

Codes

Color #5F24AB in popluar color models

5F24AB
RGB9536171
HSL266°65.22%40.59%
HSB/HSV266°78.95%67.06%
CMYK44.44%78.95%0.00%
32.94%

Color #5F24AB in popluar number systems.

HEX5F24AB
Decimal9536171
Binary101111110010010101011
Octal13744253

Shades and tints

Shades of #5F24AB

#5F24AB
(95,36,171)
#57219C
(87,33,156)
#4F1E8D
(79,30,141)
#471B7E
(71,27,126)
#3F186F
(63,24,111)
#371560
(55,21,96)
#2F1251
(47,18,81)
#270F42
(39,15,66)
#1F0C33
(31,12,51)
#170924
(23,9,36)
#0F0615
(15,6,21)
#000000
(0,0,0)

Tints of #5F24AB

#5F24AB
(95,36,171)
#6D37B2
(109,55,178)
#7B4AB9
(123,74,185)
#895DC0
(137,93,192)
#9770C7
(151,112,199)
#A583CE
(165,131,206)
#B396D5
(179,150,213)
#C1A9DC
(193,169,220)
#CFBCE3
(207,188,227)
#DDCFEA
(221,207,234)
#EBE2F1
(235,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F24AB; }

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

This text font color is #5F24AB.


Background Color

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

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

This div background color is #5F24AB.


Border color

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

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

This div border color is #5F24AB.


Opacity

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

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

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

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

This text has shadow with #5F24AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F24AB on black background.


Color preview on white background

This text has color #5F24AB on white background.



Black color preview on #5F24AB background

This text has black color on #5F24AB background.


White color preview on #5F24AB background

This text has white color on #5F24AB background.