COLOR #5F4E7E

HEX: #5F4E7E
RGB: (95,78,126)

Color info

#5F4E7E contains red, green and blue colors in about the same proportion. Web safe color of #5F4E7E is #666666 (or #666).

RGB color model

#5F4E7E color RGB value is (95,78,126).

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

RGB channels and saturation

R 95 of 255 = 37%
G 78 of 255 = 31%
B 126 of 255 = 49%

95
78
126

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

Portions of RGB colors in percentages

R + G + B =
95 + 78 + 126 = 299 (100%)
R 95 of 299 ~ 31.77%
G 78 of 299 ~ 26.09%
B 126 of 299 ~ 42.14%

%31.77
%26.09
%42.14

CMYK color model

#5F4E7E color CMYK value is (25,38,0,51).

  • cyan value is 24.60%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(25,38,0,51)
C25M38Y0K51 
(25%,38%,0%,51%)
(0.25/0.38/0.00/0.51)	

CMYK percentages

%24.6
%38.1
%0
%50.59

Codes

Color #5F4E7E in popluar color models

5F4E7E
RGB9578126
HSL261°23.53%40.00%
HSB/HSV261°38.10%49.41%
CMYK24.60%38.10%0.00%
50.59%

Color #5F4E7E in popluar number systems.

HEX5F4E7E
Decimal9578126
Binary101111110011101111110
Octal137116176

Shades and tints

Shades of #5F4E7E

#5F4E7E
(95,78,126)
#574773
(87,71,115)
#4F4068
(79,64,104)
#47395D
(71,57,93)
#3F3252
(63,50,82)
#372B47
(55,43,71)
#2F243C
(47,36,60)
#271D31
(39,29,49)
#1F1626
(31,22,38)
#170F1B
(23,15,27)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #5F4E7E

#5F4E7E
(95,78,126)
#6D5E89
(109,94,137)
#7B6E94
(123,110,148)
#897E9F
(137,126,159)
#978EAA
(151,142,170)
#A59EB5
(165,158,181)
#B3AEC0
(179,174,192)
#C1BECB
(193,190,203)
#CFCED6
(207,206,214)
#DDDEE1
(221,222,225)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4E7E; }

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

This text font color is #5F4E7E.


Background Color

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

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

This div background color is #5F4E7E.


Border color

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

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

This div border color is #5F4E7E.


Opacity

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

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

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

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

This text has shadow with #5F4E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4E7E on black background.


Color preview on white background

This text has color #5F4E7E on white background.



Black color preview on #5F4E7E background

This text has black color on #5F4E7E background.


White color preview on #5F4E7E background

This text has white color on #5F4E7E background.