COLOR #5F3585

HEX: #5F3585
RGB: (95,53,133)

Color info

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

RGB color model

#5F3585 color RGB value is (95,53,133).

  • red value is 95;
  • green value is 53;
  • blue value is 133.
RGB:
(95,53,133)
(37%,21%,52%)

RGB channels and saturation

R 95 of 255 = 37%
G 53 of 255 = 21%
B 133 of 255 = 52%

95
53
133

R + G + B ~ 37%. #5F3585 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 53 + 133 = 281 (100%)
R 95 of 281 ~ 33.81%
G 53 of 281 ~ 18.86%
B 133 of 281 ~ 47.33%

%33.81
%18.86
%47.33

CMYK color model

#5F3585 color CMYK value is (29,60,0,48).

  • cyan value is 28.57%
  • magenta value is 60.15%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(29,60,0,48)
C29M60Y0K48 
(29%,60%,0%,48%)
(0.29/0.60/0.00/0.48)	

CMYK percentages

%28.57
%60.15
%0
%47.84

Codes

Color #5F3585 in popluar color models

5F3585
RGB9553133
HSL272°43.01%36.47%
HSB/HSV272°60.15%52.16%
CMYK28.57%60.15%0.00%
47.84%

Color #5F3585 in popluar number systems.

HEX5F3585
Decimal9553133
Binary101111111010110000101
Octal13765205

Shades and tints

Shades of #5F3585

#5F3585
(95,53,133)
#573179
(87,49,121)
#4F2D6D
(79,45,109)
#472961
(71,41,97)
#3F2555
(63,37,85)
#372149
(55,33,73)
#2F1D3D
(47,29,61)
#271931
(39,25,49)
#1F1525
(31,21,37)
#171119
(23,17,25)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #5F3585

#5F3585
(95,53,133)
#6D4790
(109,71,144)
#7B599B
(123,89,155)
#896BA6
(137,107,166)
#977DB1
(151,125,177)
#A58FBC
(165,143,188)
#B3A1C7
(179,161,199)
#C1B3D2
(193,179,210)
#CFC5DD
(207,197,221)
#DDD7E8
(221,215,232)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3585; }

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

This text font color is #5F3585.


Background Color

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

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

This div background color is #5F3585.


Border color

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

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

This div border color is #5F3585.


Opacity

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

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

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

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

This text has shadow with #5F3585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3585 on black background.


Color preview on white background

This text has color #5F3585 on white background.



Black color preview on #5F3585 background

This text has black color on #5F3585 background.


White color preview on #5F3585 background

This text has white color on #5F3585 background.