COLOR #5F4B7F

HEX: #5F4B7F
RGB: (95,75,127)

Color info

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

RGB color model

#5F4B7F color RGB value is (95,75,127).

  • red value is 95;
  • green value is 75;
  • blue value is 127.
RGB:
(95,75,127)
(37%,29%,50%)

RGB channels and saturation

R 95 of 255 = 37%
G 75 of 255 = 29%
B 127 of 255 = 50%

95
75
127

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

Portions of RGB colors in percentages

R + G + B =
95 + 75 + 127 = 297 (100%)
R 95 of 297 ~ 31.99%
G 75 of 297 ~ 25.25%
B 127 of 297 ~ 42.76%

%31.99
%25.25
%42.76

CMYK color model

#5F4B7F color CMYK value is (25,41,0,50).

  • cyan value is 25.20%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(25,41,0,50)
C25M41Y0K50 
(25%,41%,0%,50%)
(0.25/0.41/0.00/0.50)	

CMYK percentages

%25.2
%40.94
%0
%50.2

Codes

Color #5F4B7F in popluar color models

5F4B7F
RGB9575127
HSL263°25.74%39.61%
HSB/HSV263°40.94%49.80%
CMYK25.20%40.94%0.00%
50.20%

Color #5F4B7F in popluar number systems.

HEX5F4B7F
Decimal9575127
Binary101111110010111111111
Octal137113177

Shades and tints

Shades of #5F4B7F

#5F4B7F
(95,75,127)
#574574
(87,69,116)
#4F3F69
(79,63,105)
#47395E
(71,57,94)
#3F3353
(63,51,83)
#372D48
(55,45,72)
#2F273D
(47,39,61)
#272132
(39,33,50)
#1F1B27
(31,27,39)
#17151C
(23,21,28)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #5F4B7F

#5F4B7F
(95,75,127)
#6D5B8A
(109,91,138)
#7B6B95
(123,107,149)
#897BA0
(137,123,160)
#978BAB
(151,139,171)
#A59BB6
(165,155,182)
#B3ABC1
(179,171,193)
#C1BBCC
(193,187,204)
#CFCBD7
(207,203,215)
#DDDBE2
(221,219,226)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4B7F color. Also use rgb(95,75,127) instead hex code.

Text Font Color

.myTextColor { color: #5F4B7F; }

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

This text font color is #5F4B7F.


Background Color

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

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

This div background color is #5F4B7F.


Border color

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

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

This div border color is #5F4B7F.


Opacity

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

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

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

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

This text has shadow with #5F4B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4B7F on black background.


Color preview on white background

This text has color #5F4B7F on white background.



Black color preview on #5F4B7F background

This text has black color on #5F4B7F background.


White color preview on #5F4B7F background

This text has white color on #5F4B7F background.