COLOR #5F488F

HEX: #5F488F
RGB: (95,72,143)

Color info

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

RGB color model

#5F488F color RGB value is (95,72,143).

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

RGB channels and saturation

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

95
72
143

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

Portions of RGB colors in percentages

R + G + B =
95 + 72 + 143 = 310 (100%)
R 95 of 310 ~ 30.65%
G 72 of 310 ~ 23.23%
B 143 of 310 ~ 46.13%

%30.65
%23.23
%46.13

CMYK color model

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

  • cyan value is 33.57%
  • magenta value is 49.65%
  • 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
%49.65
%0
%43.92

Codes

Color #5F488F in popluar color models

5F488F
RGB9572143
HSL259°33.02%42.16%
HSB/HSV259°49.65%56.08%
CMYK33.57%49.65%0.00%
43.92%

Color #5F488F in popluar number systems.

HEX5F488F
Decimal9572143
Binary1011111100100010001111
Octal137110217

Shades and tints

Shades of #5F488F

#5F488F
(95,72,143)
#574282
(87,66,130)
#4F3C75
(79,60,117)
#473668
(71,54,104)
#3F305B
(63,48,91)
#372A4E
(55,42,78)
#2F2441
(47,36,65)
#271E34
(39,30,52)
#1F1827
(31,24,39)
#17121A
(23,18,26)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #5F488F

#5F488F
(95,72,143)
#6D5899
(109,88,153)
#7B68A3
(123,104,163)
#8978AD
(137,120,173)
#9788B7
(151,136,183)
#A598C1
(165,152,193)
#B3A8CB
(179,168,203)
#C1B8D5
(193,184,213)
#CFC8DF
(207,200,223)
#DDD8E9
(221,216,233)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F488F; }

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

This text font color is #5F488F.


Background Color

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

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

This div background color is #5F488F.


Border color

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

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

This div border color is #5F488F.


Opacity

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

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

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

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

This text has shadow with #5F488F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F488F on black background.


Color preview on white background

This text has color #5F488F on white background.



Black color preview on #5F488F background

This text has black color on #5F488F background.


White color preview on #5F488F background

This text has white color on #5F488F background.