COLOR #3A4870

HEX: #3A4870
RGB: (58,72,112)

Color info

#3A4870 contains red, green and blue colors in about the same proportion. Web safe color of #3A4870 is #333366 (or #336).

RGB color model

#3A4870 color RGB value is (58,72,112).

  • red value is 58;
  • green value is 72;
  • blue value is 112.
RGB:
(58,72,112)
(23%,28%,44%)

RGB channels and saturation

R 58 of 255 = 23%
G 72 of 255 = 28%
B 112 of 255 = 44%

58
72
112

R + G + B ~ 32%. #3A4870 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 72 + 112 = 242 (100%)
R 58 of 242 ~ 23.97%
G 72 of 242 ~ 29.75%
B 112 of 242 ~ 46.28%

%23.97
%29.75
%46.28

CMYK color model

#3A4870 color CMYK value is (48,36,0,56).

  • cyan value is 48.21%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(48,36,0,56)
C48M36Y0K56 
(48%,36%,0%,56%)
(0.48/0.36/0.00/0.56)	

CMYK percentages

%48.21
%35.71
%0
%56.08

Codes

Color #3A4870 in popluar color models

3A4870
RGB5872112
HSL224°31.76%33.33%
HSB/HSV224°48.21%43.92%
CMYK48.21%35.71%0.00%
56.08%

Color #3A4870 in popluar number systems.

HEX3A4870
Decimal5872112
Binary11101010010001110000
Octal72110160

Shades and tints

Shades of #3A4870

#3A4870
(58,72,112)
#354266
(53,66,102)
#303C5C
(48,60,92)
#2B3652
(43,54,82)
#263048
(38,48,72)
#212A3E
(33,42,62)
#1C2434
(28,36,52)
#171E2A
(23,30,42)
#121820
(18,24,32)
#0D1216
(13,18,22)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #3A4870

#3A4870
(58,72,112)
#4B587D
(75,88,125)
#5C688A
(92,104,138)
#6D7897
(109,120,151)
#7E88A4
(126,136,164)
#8F98B1
(143,152,177)
#A0A8BE
(160,168,190)
#B1B8CB
(177,184,203)
#C2C8D8
(194,200,216)
#D3D8E5
(211,216,229)
#E4E8F2
(228,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4870 color. Also use rgb(58,72,112) instead hex code.

Text Font Color

.myTextColor { color: #3A4870; }

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

This text font color is #3A4870.


Background Color

.myBgColor { background-color: #3A4870; }

<div style="background-color:#3A4870">Inner text</div>

This div background color is #3A4870.


Border color

.myBorderColor { border: 1px solid #3A4870; }

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

This div border color is #3A4870.


Opacity

.myOpacity80 { color: #3A4870; opacity: 0.8; }

<p style="color:#3A4870;opacity:0.8;">80%</p>

Text with #3A4870 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 #3A4870;}

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

This text has shadow with #3A4870 color.

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

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

This text has shadow with #3A4870 primary color and red secondary color.


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

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

This text has shadow with #3A4870 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4870 on black background.


Color preview on white background

This text has color #3A4870 on white background.



Black color preview on #3A4870 background

This text has black color on #3A4870 background.


White color preview on #3A4870 background

This text has white color on #3A4870 background.