COLOR #5F3AB2

HEX: #5F3AB2
RGB: (95,58,178)

Color info

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

RGB color model

#5F3AB2 color RGB value is (95,58,178).

  • red value is 95;
  • green value is 58;
  • blue value is 178.
RGB:
(95,58,178)
(37%,23%,70%)

RGB channels and saturation

R 95 of 255 = 37%
G 58 of 255 = 23%
B 178 of 255 = 70%

95
58
178

R + G + B ~ 43%. #5F3AB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 58 + 178 = 331 (100%)
R 95 of 331 ~ 28.7%
G 58 of 331 ~ 17.52%
B 178 of 331 ~ 53.78%

%28.7
%17.52
%53.78

CMYK color model

#5F3AB2 color CMYK value is (47,67,0,30).

  • cyan value is 46.63%
  • magenta value is 67.42%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(47,67,0,30)
C47M67Y0K30 
(47%,67%,0%,30%)
(0.47/0.67/0.00/0.30)	

CMYK percentages

%46.63
%67.42
%0
%30.2

Codes

Color #5F3AB2 in popluar color models

5F3AB2
RGB9558178
HSL259°50.85%46.27%
HSB/HSV259°67.42%69.80%
CMYK46.63%67.42%0.00%
30.20%

Color #5F3AB2 in popluar number systems.

HEX5F3AB2
Decimal9558178
Binary101111111101010110010
Octal13772262

Shades and tints

Shades of #5F3AB2

#5F3AB2
(95,58,178)
#5735A2
(87,53,162)
#4F3092
(79,48,146)
#472B82
(71,43,130)
#3F2672
(63,38,114)
#372162
(55,33,98)
#2F1C52
(47,28,82)
#271742
(39,23,66)
#1F1232
(31,18,50)
#170D22
(23,13,34)
#0F0812
(15,8,18)
#000000
(0,0,0)

Tints of #5F3AB2

#5F3AB2
(95,58,178)
#6D4BB9
(109,75,185)
#7B5CC0
(123,92,192)
#896DC7
(137,109,199)
#977ECE
(151,126,206)
#A58FD5
(165,143,213)
#B3A0DC
(179,160,220)
#C1B1E3
(193,177,227)
#CFC2EA
(207,194,234)
#DDD3F1
(221,211,241)
#EBE4F8
(235,228,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3AB2; }

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

This text font color is #5F3AB2.


Background Color

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

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

This div background color is #5F3AB2.


Border color

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

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

This div border color is #5F3AB2.


Opacity

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

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

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

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

This text has shadow with #5F3AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3AB2 on black background.


Color preview on white background

This text has color #5F3AB2 on white background.



Black color preview on #5F3AB2 background

This text has black color on #5F3AB2 background.


White color preview on #5F3AB2 background

This text has white color on #5F3AB2 background.