COLOR #5F3D84

HEX: #5F3D84
RGB: (95,61,132)

Color info

#5F3D84 contains mainly red and blue colors. Web safe color of #5F3D84 is #663399 (or #639).

RGB color model

#5F3D84 color RGB value is (95,61,132).

  • red value is 95;
  • green value is 61;
  • blue value is 132.
RGB:
(95,61,132)
(37%,24%,52%)

RGB channels and saturation

R 95 of 255 = 37%
G 61 of 255 = 24%
B 132 of 255 = 52%

95
61
132

R + G + B ~ 38%. #5F3D84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 61 + 132 = 288 (100%)
R 95 of 288 ~ 32.99%
G 61 of 288 ~ 21.18%
B 132 of 288 ~ 45.83%

%32.99
%21.18
%45.83

CMYK color model

#5F3D84 color CMYK value is (28,54,0,48).

  • cyan value is 28.03%
  • magenta value is 53.79%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(28,54,0,48)
C28M54Y0K48 
(28%,54%,0%,48%)
(0.28/0.54/0.00/0.48)	

CMYK percentages

%28.03
%53.79
%0
%48.24

Codes

Color #5F3D84 in popluar color models

5F3D84
RGB9561132
HSL269°36.79%37.84%
HSB/HSV269°53.79%51.76%
CMYK28.03%53.79%0.00%
48.24%

Color #5F3D84 in popluar number systems.

HEX5F3D84
Decimal9561132
Binary101111111110110000100
Octal13775204

Shades and tints

Shades of #5F3D84

#5F3D84
(95,61,132)
#573878
(87,56,120)
#4F336C
(79,51,108)
#472E60
(71,46,96)
#3F2954
(63,41,84)
#372448
(55,36,72)
#2F1F3C
(47,31,60)
#271A30
(39,26,48)
#1F1524
(31,21,36)
#171018
(23,16,24)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #5F3D84

#5F3D84
(95,61,132)
#6D4E8F
(109,78,143)
#7B5F9A
(123,95,154)
#8970A5
(137,112,165)
#9781B0
(151,129,176)
#A592BB
(165,146,187)
#B3A3C6
(179,163,198)
#C1B4D1
(193,180,209)
#CFC5DC
(207,197,220)
#DDD6E7
(221,214,231)
#EBE7F2
(235,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3D84; }

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

This text font color is #5F3D84.


Background Color

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

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

This div background color is #5F3D84.


Border color

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

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

This div border color is #5F3D84.


Opacity

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

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

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

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

This text has shadow with #5F3D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3D84 on black background.


Color preview on white background

This text has color #5F3D84 on white background.



Black color preview on #5F3D84 background

This text has black color on #5F3D84 background.


White color preview on #5F3D84 background

This text has white color on #5F3D84 background.