COLOR #5F4D7E

HEX: #5F4D7E
RGB: (95,77,126)

Color info

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

RGB color model

#5F4D7E color RGB value is (95,77,126).

  • red value is 95;
  • green value is 77;
  • blue value is 126.
RGB:
(95,77,126)
(37%,30%,49%)

RGB channels and saturation

R 95 of 255 = 37%
G 77 of 255 = 30%
B 126 of 255 = 49%

95
77
126

R + G + B ~ 39%. #5F4D7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 77 + 126 = 298 (100%)
R 95 of 298 ~ 31.88%
G 77 of 298 ~ 25.84%
B 126 of 298 ~ 42.28%

%31.88
%25.84
%42.28

CMYK color model

#5F4D7E color CMYK value is (25,39,0,51).

  • cyan value is 24.60%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(25,39,0,51)
C25M39Y0K51 
(25%,39%,0%,51%)
(0.25/0.39/0.00/0.51)	

CMYK percentages

%24.6
%38.89
%0
%50.59

Codes

Color #5F4D7E in popluar color models

5F4D7E
RGB9577126
HSL262°24.14%39.80%
HSB/HSV262°38.89%49.41%
CMYK24.60%38.89%0.00%
50.59%

Color #5F4D7E in popluar number systems.

HEX5F4D7E
Decimal9577126
Binary101111110011011111110
Octal137115176

Shades and tints

Shades of #5F4D7E

#5F4D7E
(95,77,126)
#574673
(87,70,115)
#4F3F68
(79,63,104)
#47385D
(71,56,93)
#3F3152
(63,49,82)
#372A47
(55,42,71)
#2F233C
(47,35,60)
#271C31
(39,28,49)
#1F1526
(31,21,38)
#170E1B
(23,14,27)
#0F0710
(15,7,16)
#000000
(0,0,0)

Tints of #5F4D7E

#5F4D7E
(95,77,126)
#6D5D89
(109,93,137)
#7B6D94
(123,109,148)
#897D9F
(137,125,159)
#978DAA
(151,141,170)
#A59DB5
(165,157,181)
#B3ADC0
(179,173,192)
#C1BDCB
(193,189,203)
#CFCDD6
(207,205,214)
#DDDDE1
(221,221,225)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4D7E color. Also use rgb(95,77,126) instead hex code.

Text Font Color

.myTextColor { color: #5F4D7E; }

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

This text font color is #5F4D7E.


Background Color

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

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

This div background color is #5F4D7E.


Border color

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

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

This div border color is #5F4D7E.


Opacity

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

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

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

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

This text has shadow with #5F4D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4D7E on black background.


Color preview on white background

This text has color #5F4D7E on white background.



Black color preview on #5F4D7E background

This text has black color on #5F4D7E background.


White color preview on #5F4D7E background

This text has white color on #5F4D7E background.