COLOR #5F4CB3

HEX: #5F4CB3
RGB: (95,76,179)

Color info

#5F4CB3 contains mainly blue color. Web safe color of #5F4CB3 is #663399 (or #639).

RGB color model

#5F4CB3 color RGB value is (95,76,179).

  • red value is 95;
  • green value is 76;
  • blue value is 179.
RGB:
(95,76,179)
(37%,30%,70%)

RGB channels and saturation

R 95 of 255 = 37%
G 76 of 255 = 30%
B 179 of 255 = 70%

95
76
179

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

Portions of RGB colors in percentages

R + G + B =
95 + 76 + 179 = 350 (100%)
R 95 of 350 ~ 27.14%
G 76 of 350 ~ 21.71%
B 179 of 350 ~ 51.14%

%27.14
%21.71
%51.14

CMYK color model

#5F4CB3 color CMYK value is (47,58,0,30).

  • cyan value is 46.93%
  • magenta value is 57.54%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(47,58,0,30)
C47M58Y0K30 
(47%,58%,0%,30%)
(0.47/0.58/0.00/0.30)	

CMYK percentages

%46.93
%57.54
%0
%29.8

Codes

Color #5F4CB3 in popluar color models

5F4CB3
RGB9576179
HSL251°40.39%50.00%
HSB/HSV251°57.54%70.20%
CMYK46.93%57.54%0.00%
29.80%

Color #5F4CB3 in popluar number systems.

HEX5F4CB3
Decimal9576179
Binary1011111100110010110011
Octal137114263

Shades and tints

Shades of #5F4CB3

#5F4CB3
(95,76,179)
#5746A3
(87,70,163)
#4F4093
(79,64,147)
#473A83
(71,58,131)
#3F3473
(63,52,115)
#372E63
(55,46,99)
#2F2853
(47,40,83)
#272243
(39,34,67)
#1F1C33
(31,28,51)
#171623
(23,22,35)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #5F4CB3

#5F4CB3
(95,76,179)
#6D5CB9
(109,92,185)
#7B6CBF
(123,108,191)
#897CC5
(137,124,197)
#978CCB
(151,140,203)
#A59CD1
(165,156,209)
#B3ACD7
(179,172,215)
#C1BCDD
(193,188,221)
#CFCCE3
(207,204,227)
#DDDCE9
(221,220,233)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4CB3 color. Also use rgb(95,76,179) instead hex code.

Text Font Color

.myTextColor { color: #5F4CB3; }

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

This text font color is #5F4CB3.


Background Color

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

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

This div background color is #5F4CB3.


Border color

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

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

This div border color is #5F4CB3.


Opacity

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

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

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

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

This text has shadow with #5F4CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4CB3 on black background.


Color preview on white background

This text has color #5F4CB3 on white background.



Black color preview on #5F4CB3 background

This text has black color on #5F4CB3 background.


White color preview on #5F4CB3 background

This text has white color on #5F4CB3 background.