COLOR #5F3C76

HEX: #5F3C76
RGB: (95,60,118)

Color info

#5F3C76 contains red, green and blue colors in about the same proportion. Web safe color of #5F3C76 is #663366 (or #636).

RGB color model

#5F3C76 color RGB value is (95,60,118).

  • red value is 95;
  • green value is 60;
  • blue value is 118.
RGB:
(95,60,118)
(37%,24%,46%)

RGB channels and saturation

R 95 of 255 = 37%
G 60 of 255 = 24%
B 118 of 255 = 46%

95
60
118

R + G + B ~ 36%. #5F3C76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 60 + 118 = 273 (100%)
R 95 of 273 ~ 34.8%
G 60 of 273 ~ 21.98%
B 118 of 273 ~ 43.22%

%34.8
%21.98
%43.22

CMYK color model

#5F3C76 color CMYK value is (19,49,0,54).

  • cyan value is 19.49%
  • magenta value is 49.15%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(19,49,0,54)
C19M49Y0K54 
(19%,49%,0%,54%)
(0.19/0.49/0.00/0.54)	

CMYK percentages

%19.49
%49.15
%0
%53.73

Codes

Color #5F3C76 in popluar color models

5F3C76
RGB9560118
HSL276°32.58%34.90%
HSB/HSV276°49.15%46.27%
CMYK19.49%49.15%0.00%
53.73%

Color #5F3C76 in popluar number systems.

HEX5F3C76
Decimal9560118
Binary10111111111001110110
Octal13774166

Shades and tints

Shades of #5F3C76

#5F3C76
(95,60,118)
#57376C
(87,55,108)
#4F3262
(79,50,98)
#472D58
(71,45,88)
#3F284E
(63,40,78)
#372344
(55,35,68)
#2F1E3A
(47,30,58)
#271930
(39,25,48)
#1F1426
(31,20,38)
#170F1C
(23,15,28)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #5F3C76

#5F3C76
(95,60,118)
#6D4D82
(109,77,130)
#7B5E8E
(123,94,142)
#896F9A
(137,111,154)
#9780A6
(151,128,166)
#A591B2
(165,145,178)
#B3A2BE
(179,162,190)
#C1B3CA
(193,179,202)
#CFC4D6
(207,196,214)
#DDD5E2
(221,213,226)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3C76 color. Also use rgb(95,60,118) instead hex code.

Text Font Color

.myTextColor { color: #5F3C76; }

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

This text font color is #5F3C76.


Background Color

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

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

This div background color is #5F3C76.


Border color

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

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

This div border color is #5F3C76.


Opacity

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

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

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

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

This text has shadow with #5F3C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3C76 on black background.


Color preview on white background

This text has color #5F3C76 on white background.



Black color preview on #5F3C76 background

This text has black color on #5F3C76 background.


White color preview on #5F3C76 background

This text has white color on #5F3C76 background.