COLOR #5F478F

HEX: #5F478F
RGB: (95,71,143)

Color info

#5F478F contains mainly red and blue colors. Web safe color of #5F478F is #663399 (or #639).

RGB color model

#5F478F color RGB value is (95,71,143).

  • red value is 95;
  • green value is 71;
  • blue value is 143.
RGB:
(95,71,143)
(37%,28%,56%)

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 143 of 255 = 56%

95
71
143

R + G + B ~ 40%. #5F478F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 71 + 143 = 309 (100%)
R 95 of 309 ~ 30.74%
G 71 of 309 ~ 22.98%
B 143 of 309 ~ 46.28%

%30.74
%22.98
%46.28

CMYK color model

#5F478F color CMYK value is (34,50,0,44).

  • cyan value is 33.57%
  • magenta value is 50.35%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(34,50,0,44)
C34M50Y0K44 
(34%,50%,0%,44%)
(0.34/0.50/0.00/0.44)	

CMYK percentages

%33.57
%50.35
%0
%43.92

Codes

Color #5F478F in popluar color models

5F478F
RGB9571143
HSL260°33.64%41.96%
HSB/HSV260°50.35%56.08%
CMYK33.57%50.35%0.00%
43.92%

Color #5F478F in popluar number systems.

HEX5F478F
Decimal9571143
Binary1011111100011110001111
Octal137107217

Shades and tints

Shades of #5F478F

#5F478F
(95,71,143)
#574182
(87,65,130)
#4F3B75
(79,59,117)
#473568
(71,53,104)
#3F2F5B
(63,47,91)
#37294E
(55,41,78)
#2F2341
(47,35,65)
#271D34
(39,29,52)
#1F1727
(31,23,39)
#17111A
(23,17,26)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #5F478F

#5F478F
(95,71,143)
#6D5799
(109,87,153)
#7B67A3
(123,103,163)
#8977AD
(137,119,173)
#9787B7
(151,135,183)
#A597C1
(165,151,193)
#B3A7CB
(179,167,203)
#C1B7D5
(193,183,213)
#CFC7DF
(207,199,223)
#DDD7E9
(221,215,233)
#EBE7F3
(235,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F478F color. Also use rgb(95,71,143) instead hex code.

Text Font Color

.myTextColor { color: #5F478F; }

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

This text font color is #5F478F.


Background Color

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

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

This div background color is #5F478F.


Border color

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

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

This div border color is #5F478F.


Opacity

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

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

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

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

This text has shadow with #5F478F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F478F on black background.


Color preview on white background

This text has color #5F478F on white background.



Black color preview on #5F478F background

This text has black color on #5F478F background.


White color preview on #5F478F background

This text has white color on #5F478F background.