COLOR #3847A1

HEX: #3847A1
RGB: (56,71,161)

Color info

#3847A1 contains mainly blue color. Web safe color of #3847A1 is #333399 (or #339).

RGB color model

#3847A1 color RGB value is (56,71,161).

  • red value is 56;
  • green value is 71;
  • blue value is 161.
RGB:
(56,71,161)
(22%,28%,63%)

RGB channels and saturation

R 56 of 255 = 22%
G 71 of 255 = 28%
B 161 of 255 = 63%

56
71
161

R + G + B ~ 38%. #3847A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 71 + 161 = 288 (100%)
R 56 of 288 ~ 19.44%
G 71 of 288 ~ 24.65%
B 161 of 288 ~ 55.9%

%19.44
%24.65
%55.9

CMYK color model

#3847A1 color CMYK value is (65,56,0,37).

  • cyan value is 65.22%
  • magenta value is 55.90%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(65,56,0,37)
C65M56Y0K37 
(65%,56%,0%,37%)
(0.65/0.56/0.00/0.37)	

CMYK percentages

%65.22
%55.9
%0
%36.86

Codes

Color #3847A1 in popluar color models

3847A1
RGB5671161
HSL231°48.39%42.55%
HSB/HSV231°65.22%63.14%
CMYK65.22%55.90%0.00%
36.86%

Color #3847A1 in popluar number systems.

HEX3847A1
Decimal5671161
Binary111000100011110100001
Octal70107241

Shades and tints

Shades of #3847A1

#3847A1
(56,71,161)
#334193
(51,65,147)
#2E3B85
(46,59,133)
#293577
(41,53,119)
#242F69
(36,47,105)
#1F295B
(31,41,91)
#1A234D
(26,35,77)
#151D3F
(21,29,63)
#101731
(16,23,49)
#0B1123
(11,17,35)
#060B15
(6,11,21)
#000000
(0,0,0)

Tints of #3847A1

#3847A1
(56,71,161)
#4A57A9
(74,87,169)
#5C67B1
(92,103,177)
#6E77B9
(110,119,185)
#8087C1
(128,135,193)
#9297C9
(146,151,201)
#A4A7D1
(164,167,209)
#B6B7D9
(182,183,217)
#C8C7E1
(200,199,225)
#DAD7E9
(218,215,233)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3847A1 color. Also use rgb(56,71,161) instead hex code.

Text Font Color

.myTextColor { color: #3847A1; }

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

This text font color is #3847A1.


Background Color

.myBgColor { background-color: #3847A1; }

<div style="background-color:#3847A1">Inner text</div>

This div background color is #3847A1.


Border color

.myBorderColor { border: 1px solid #3847A1; }

<div style="border:3px solid #3847A1">Div</div>

This div border color is #3847A1.


Opacity

.myOpacity80 { color: #3847A1; opacity: 0.8; }

<p style="color:#3847A1;opacity:0.8;">80%</p>

Text with #3847A1 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 #3847A1;}

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

This text has shadow with #3847A1 color.

.textShadow {text-shadow: 3px 3px 1px #3847A1, 3px 3px 1px red;}

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

This text has shadow with #3847A1 primary color and red secondary color.


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

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

This text has shadow with #3847A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3847A1 on black background.


Color preview on white background

This text has color #3847A1 on white background.



Black color preview on #3847A1 background

This text has black color on #3847A1 background.


White color preview on #3847A1 background

This text has white color on #3847A1 background.