COLOR #5F47CA

HEX: #5F47CA
RGB: (95,71,202)

Color info

#5F47CA contains mainly blue color. Web safe color of #5F47CA is #6633CC (or #63C).

RGB color model

#5F47CA color RGB value is (95,71,202).

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

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 202 of 255 = 79%

95
71
202

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

Portions of RGB colors in percentages

R + G + B =
95 + 71 + 202 = 368 (100%)
R 95 of 368 ~ 25.82%
G 71 of 368 ~ 19.29%
B 202 of 368 ~ 54.89%

%25.82
%19.29
%54.89

CMYK color model

#5F47CA color CMYK value is (53,65,0,21).

  • cyan value is 52.97%
  • magenta value is 64.85%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(53,65,0,21)
C53M65Y0K21 
(53%,65%,0%,21%)
(0.53/0.65/0.00/0.21)	

CMYK percentages

%52.97
%64.85
%0
%20.78

Codes

Color #5F47CA in popluar color models

5F47CA
RGB9571202
HSL251°55.27%53.53%
HSB/HSV251°64.85%79.22%
CMYK52.97%64.85%0.00%
20.78%

Color #5F47CA in popluar number systems.

HEX5F47CA
Decimal9571202
Binary1011111100011111001010
Octal137107312

Shades and tints

Shades of #5F47CA

#5F47CA
(95,71,202)
#5741B8
(87,65,184)
#4F3BA6
(79,59,166)
#473594
(71,53,148)
#3F2F82
(63,47,130)
#372970
(55,41,112)
#2F235E
(47,35,94)
#271D4C
(39,29,76)
#1F173A
(31,23,58)
#171128
(23,17,40)
#0F0B16
(15,11,22)
#000000
(0,0,0)

Tints of #5F47CA

#5F47CA
(95,71,202)
#6D57CE
(109,87,206)
#7B67D2
(123,103,210)
#8977D6
(137,119,214)
#9787DA
(151,135,218)
#A597DE
(165,151,222)
#B3A7E2
(179,167,226)
#C1B7E6
(193,183,230)
#CFC7EA
(207,199,234)
#DDD7EE
(221,215,238)
#EBE7F2
(235,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F47CA; }

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

This text font color is #5F47CA.


Background Color

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

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

This div background color is #5F47CA.


Border color

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

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

This div border color is #5F47CA.


Opacity

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

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

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

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

This text has shadow with #5F47CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F47CA on black background.


Color preview on white background

This text has color #5F47CA on white background.



Black color preview on #5F47CA background

This text has black color on #5F47CA background.


White color preview on #5F47CA background

This text has white color on #5F47CA background.