COLOR #5F479A

HEX: #5F479A
RGB: (95,71,154)

Color info

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

RGB color model

#5F479A color RGB value is (95,71,154).

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

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 154 of 255 = 60%

95
71
154

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

Portions of RGB colors in percentages

R + G + B =
95 + 71 + 154 = 320 (100%)
R 95 of 320 ~ 29.69%
G 71 of 320 ~ 22.19%
B 154 of 320 ~ 48.13%

%29.69
%22.19
%48.13

CMYK color model

#5F479A color CMYK value is (38,54,0,40).

  • cyan value is 38.31%
  • magenta value is 53.90%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(38,54,0,40)
C38M54Y0K40 
(38%,54%,0%,40%)
(0.38/0.54/0.00/0.40)	

CMYK percentages

%38.31
%53.9
%0
%39.61

Codes

Color #5F479A in popluar color models

5F479A
RGB9571154
HSL257°36.89%44.12%
HSB/HSV257°53.90%60.39%
CMYK38.31%53.90%0.00%
39.61%

Color #5F479A in popluar number systems.

HEX5F479A
Decimal9571154
Binary1011111100011110011010
Octal137107232

Shades and tints

Shades of #5F479A

#5F479A
(95,71,154)
#57418C
(87,65,140)
#4F3B7E
(79,59,126)
#473570
(71,53,112)
#3F2F62
(63,47,98)
#372954
(55,41,84)
#2F2346
(47,35,70)
#271D38
(39,29,56)
#1F172A
(31,23,42)
#17111C
(23,17,28)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #5F479A

#5F479A
(95,71,154)
#6D57A3
(109,87,163)
#7B67AC
(123,103,172)
#8977B5
(137,119,181)
#9787BE
(151,135,190)
#A597C7
(165,151,199)
#B3A7D0
(179,167,208)
#C1B7D9
(193,183,217)
#CFC7E2
(207,199,226)
#DDD7EB
(221,215,235)
#EBE7F4
(235,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F479A; }

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

This text font color is #5F479A.


Background Color

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

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

This div background color is #5F479A.


Border color

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

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

This div border color is #5F479A.


Opacity

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

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

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

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

This text has shadow with #5F479A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F479A on black background.


Color preview on white background

This text has color #5F479A on white background.



Black color preview on #5F479A background

This text has black color on #5F479A background.


White color preview on #5F479A background

This text has white color on #5F479A background.