COLOR #5F3F76

HEX: #5F3F76
RGB: (95,63,118)

Color info

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

RGB color model

#5F3F76 color RGB value is (95,63,118).

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

RGB channels and saturation

R 95 of 255 = 37%
G 63 of 255 = 25%
B 118 of 255 = 46%

95
63
118

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

Portions of RGB colors in percentages

R + G + B =
95 + 63 + 118 = 276 (100%)
R 95 of 276 ~ 34.42%
G 63 of 276 ~ 22.83%
B 118 of 276 ~ 42.75%

%34.42
%22.83
%42.75

CMYK color model

#5F3F76 color CMYK value is (19,47,0,54).

  • cyan value is 19.49%
  • magenta value is 46.61%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(19,47,0,54)
C19M47Y0K54 
(19%,47%,0%,54%)
(0.19/0.47/0.00/0.54)	

CMYK percentages

%19.49
%46.61
%0
%53.73

Codes

Color #5F3F76 in popluar color models

5F3F76
RGB9563118
HSL275°30.39%35.49%
HSB/HSV275°46.61%46.27%
CMYK19.49%46.61%0.00%
53.73%

Color #5F3F76 in popluar number systems.

HEX5F3F76
Decimal9563118
Binary10111111111111110110
Octal13777166

Shades and tints

Shades of #5F3F76

#5F3F76
(95,63,118)
#573A6C
(87,58,108)
#4F3562
(79,53,98)
#473058
(71,48,88)
#3F2B4E
(63,43,78)
#372644
(55,38,68)
#2F213A
(47,33,58)
#271C30
(39,28,48)
#1F1726
(31,23,38)
#17121C
(23,18,28)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #5F3F76

#5F3F76
(95,63,118)
#6D5082
(109,80,130)
#7B618E
(123,97,142)
#89729A
(137,114,154)
#9783A6
(151,131,166)
#A594B2
(165,148,178)
#B3A5BE
(179,165,190)
#C1B6CA
(193,182,202)
#CFC7D6
(207,199,214)
#DDD8E2
(221,216,226)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3F76; }

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

This text font color is #5F3F76.


Background Color

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

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

This div background color is #5F3F76.


Border color

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

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

This div border color is #5F3F76.


Opacity

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

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

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

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

This text has shadow with #5F3F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3F76 on black background.


Color preview on white background

This text has color #5F3F76 on white background.



Black color preview on #5F3F76 background

This text has black color on #5F3F76 background.


White color preview on #5F3F76 background

This text has white color on #5F3F76 background.