COLOR #5F4478

HEX: #5F4478
RGB: (95,68,120)

Color info

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

RGB color model

#5F4478 color RGB value is (95,68,120).

  • red value is 95;
  • green value is 68;
  • blue value is 120.
RGB:
(95,68,120)
(37%,27%,47%)

RGB channels and saturation

R 95 of 255 = 37%
G 68 of 255 = 27%
B 120 of 255 = 47%

95
68
120

R + G + B ~ 37%. #5F4478 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 68 + 120 = 283 (100%)
R 95 of 283 ~ 33.57%
G 68 of 283 ~ 24.03%
B 120 of 283 ~ 42.4%

%33.57
%24.03
%42.4

CMYK color model

#5F4478 color CMYK value is (21,43,0,53).

  • cyan value is 20.83%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(21,43,0,53)
C21M43Y0K53 
(21%,43%,0%,53%)
(0.21/0.43/0.00/0.53)	

CMYK percentages

%20.83
%43.33
%0
%52.94

Codes

Color #5F4478 in popluar color models

5F4478
RGB9568120
HSL271°27.66%36.86%
HSB/HSV271°43.33%47.06%
CMYK20.83%43.33%0.00%
52.94%

Color #5F4478 in popluar number systems.

HEX5F4478
Decimal9568120
Binary101111110001001111000
Octal137104170

Shades and tints

Shades of #5F4478

#5F4478
(95,68,120)
#573E6E
(87,62,110)
#4F3864
(79,56,100)
#47325A
(71,50,90)
#3F2C50
(63,44,80)
#372646
(55,38,70)
#2F203C
(47,32,60)
#271A32
(39,26,50)
#1F1428
(31,20,40)
#170E1E
(23,14,30)
#0F0814
(15,8,20)
#000000
(0,0,0)

Tints of #5F4478

#5F4478
(95,68,120)
#6D5584
(109,85,132)
#7B6690
(123,102,144)
#89779C
(137,119,156)
#9788A8
(151,136,168)
#A599B4
(165,153,180)
#B3AAC0
(179,170,192)
#C1BBCC
(193,187,204)
#CFCCD8
(207,204,216)
#DDDDE4
(221,221,228)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4478 color. Also use rgb(95,68,120) instead hex code.

Text Font Color

.myTextColor { color: #5F4478; }

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

This text font color is #5F4478.


Background Color

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

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

This div background color is #5F4478.


Border color

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

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

This div border color is #5F4478.


Opacity

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

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

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

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

This text has shadow with #5F4478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4478 on black background.


Color preview on white background

This text has color #5F4478 on white background.



Black color preview on #5F4478 background

This text has black color on #5F4478 background.


White color preview on #5F4478 background

This text has white color on #5F4478 background.