COLOR #3947AF

HEX: #3947AF
RGB: (57,71,175)

Color info

#3947AF contains mainly blue color. Web safe color of #3947AF is #333399 (or #339).

RGB color model

#3947AF color RGB value is (57,71,175).

  • red value is 57;
  • green value is 71;
  • blue value is 175.
RGB:
(57,71,175)
(22%,28%,69%)

RGB channels and saturation

R 57 of 255 = 22%
G 71 of 255 = 28%
B 175 of 255 = 69%

57
71
175

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

Portions of RGB colors in percentages

R + G + B =
57 + 71 + 175 = 303 (100%)
R 57 of 303 ~ 18.81%
G 71 of 303 ~ 23.43%
B 175 of 303 ~ 57.76%

%18.81
%23.43
%57.76

CMYK color model

#3947AF color CMYK value is (67,59,0,31).

  • cyan value is 67.43%
  • magenta value is 59.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(67,59,0,31)
C67M59Y0K31 
(67%,59%,0%,31%)
(0.67/0.59/0.00/0.31)	

CMYK percentages

%67.43
%59.43
%0
%31.37

Codes

Color #3947AF in popluar color models

3947AF
RGB5771175
HSL233°50.86%45.49%
HSB/HSV233°67.43%68.63%
CMYK67.43%59.43%0.00%
31.37%

Color #3947AF in popluar number systems.

HEX3947AF
Decimal5771175
Binary111001100011110101111
Octal71107257

Shades and tints

Shades of #3947AF

#3947AF
(57,71,175)
#3441A0
(52,65,160)
#2F3B91
(47,59,145)
#2A3582
(42,53,130)
#252F73
(37,47,115)
#202964
(32,41,100)
#1B2355
(27,35,85)
#161D46
(22,29,70)
#111737
(17,23,55)
#0C1128
(12,17,40)
#070B19
(7,11,25)
#000000
(0,0,0)

Tints of #3947AF

#3947AF
(57,71,175)
#4B57B6
(75,87,182)
#5D67BD
(93,103,189)
#6F77C4
(111,119,196)
#8187CB
(129,135,203)
#9397D2
(147,151,210)
#A5A7D9
(165,167,217)
#B7B7E0
(183,183,224)
#C9C7E7
(201,199,231)
#DBD7EE
(219,215,238)
#EDE7F5
(237,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3947AF color. Also use rgb(57,71,175) instead hex code.

Text Font Color

.myTextColor { color: #3947AF; }

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

This text font color is #3947AF.


Background Color

.myBgColor { background-color: #3947AF; }

<div style="background-color:#3947AF">Inner text</div>

This div background color is #3947AF.


Border color

.myBorderColor { border: 1px solid #3947AF; }

<div style="border:3px solid #3947AF">Div</div>

This div border color is #3947AF.


Opacity

.myOpacity80 { color: #3947AF; opacity: 0.8; }

<p style="color:#3947AF;opacity:0.8;">80%</p>

Text with #3947AF 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 #3947AF;}

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

This text has shadow with #3947AF color.

.textShadow {text-shadow: 3px 3px 1px #3947AF, 3px 3px 1px red;}

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

This text has shadow with #3947AF primary color and red secondary color.


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

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

This text has shadow with #3947AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3947AF on black background.


Color preview on white background

This text has color #3947AF on white background.



Black color preview on #3947AF background

This text has black color on #3947AF background.


White color preview on #3947AF background

This text has white color on #3947AF background.