COLOR #5F4E75

HEX: #5F4E75
RGB: (95,78,117)

Color info

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

RGB color model

#5F4E75 color RGB value is (95,78,117).

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

RGB channels and saturation

R 95 of 255 = 37%
G 78 of 255 = 31%
B 117 of 255 = 46%

95
78
117

R + G + B ~ 38%. #5F4E75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 78 + 117 = 290 (100%)
R 95 of 290 ~ 32.76%
G 78 of 290 ~ 26.9%
B 117 of 290 ~ 40.34%

%32.76
%26.9
%40.34

CMYK color model

#5F4E75 color CMYK value is (19,33,0,54).

  • cyan value is 18.80%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(19,33,0,54)
C19M33Y0K54 
(19%,33%,0%,54%)
(0.19/0.33/0.00/0.54)	

CMYK percentages

%18.8
%33.33
%0
%54.12

Codes

Color #5F4E75 in popluar color models

5F4E75
RGB9578117
HSL266°20.00%38.24%
HSB/HSV266°33.33%45.88%
CMYK18.80%33.33%0.00%
54.12%

Color #5F4E75 in popluar number systems.

HEX5F4E75
Decimal9578117
Binary101111110011101110101
Octal137116165

Shades and tints

Shades of #5F4E75

#5F4E75
(95,78,117)
#57476B
(87,71,107)
#4F4061
(79,64,97)
#473957
(71,57,87)
#3F324D
(63,50,77)
#372B43
(55,43,67)
#2F2439
(47,36,57)
#271D2F
(39,29,47)
#1F1625
(31,22,37)
#170F1B
(23,15,27)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #5F4E75

#5F4E75
(95,78,117)
#6D5E81
(109,94,129)
#7B6E8D
(123,110,141)
#897E99
(137,126,153)
#978EA5
(151,142,165)
#A59EB1
(165,158,177)
#B3AEBD
(179,174,189)
#C1BEC9
(193,190,201)
#CFCED5
(207,206,213)
#DDDEE1
(221,222,225)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4E75; }

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

This text font color is #5F4E75.


Background Color

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

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

This div background color is #5F4E75.


Border color

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

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

This div border color is #5F4E75.


Opacity

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

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

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

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

This text has shadow with #5F4E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4E75 on black background.


Color preview on white background

This text has color #5F4E75 on white background.



Black color preview on #5F4E75 background

This text has black color on #5F4E75 background.


White color preview on #5F4E75 background

This text has white color on #5F4E75 background.