COLOR #3A4D78

HEX: #3A4D78
RGB: (58,77,120)

Color info

#3A4D78 contains mainly green and blue colors. Web safe color of #3A4D78 is #333366 (or #336).

RGB color model

#3A4D78 color RGB value is (58,77,120).

  • red value is 58;
  • green value is 77;
  • blue value is 120.
RGB:
(58,77,120)
(23%,30%,47%)

RGB channels and saturation

R 58 of 255 = 23%
G 77 of 255 = 30%
B 120 of 255 = 47%

58
77
120

R + G + B ~ 33%. #3A4D78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 77 + 120 = 255 (100%)
R 58 of 255 ~ 22.75%
G 77 of 255 ~ 30.2%
B 120 of 255 ~ 47.06%

%22.75
%30.2
%47.06

CMYK color model

#3A4D78 color CMYK value is (52,36,0,53).

  • cyan value is 51.67%
  • magenta value is 35.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(52,36,0,53)
C52M36Y0K53 
(52%,36%,0%,53%)
(0.52/0.36/0.00/0.53)	

CMYK percentages

%51.67
%35.83
%0
%52.94

Codes

Color #3A4D78 in popluar color models

3A4D78
RGB5877120
HSL222°34.83%34.90%
HSB/HSV222°51.67%47.06%
CMYK51.67%35.83%0.00%
52.94%

Color #3A4D78 in popluar number systems.

HEX3A4D78
Decimal5877120
Binary11101010011011111000
Octal72115170

Shades and tints

Shades of #3A4D78

#3A4D78
(58,77,120)
#35466E
(53,70,110)
#303F64
(48,63,100)
#2B385A
(43,56,90)
#263150
(38,49,80)
#212A46
(33,42,70)
#1C233C
(28,35,60)
#171C32
(23,28,50)
#121528
(18,21,40)
#0D0E1E
(13,14,30)
#080714
(8,7,20)
#000000
(0,0,0)

Tints of #3A4D78

#3A4D78
(58,77,120)
#4B5D84
(75,93,132)
#5C6D90
(92,109,144)
#6D7D9C
(109,125,156)
#7E8DA8
(126,141,168)
#8F9DB4
(143,157,180)
#A0ADC0
(160,173,192)
#B1BDCC
(177,189,204)
#C2CDD8
(194,205,216)
#D3DDE4
(211,221,228)
#E4EDF0
(228,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4D78 color. Also use rgb(58,77,120) instead hex code.

Text Font Color

.myTextColor { color: #3A4D78; }

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

This text font color is #3A4D78.


Background Color

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

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

This div background color is #3A4D78.


Border color

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

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

This div border color is #3A4D78.


Opacity

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

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

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

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

This text has shadow with #3A4D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4D78 on black background.


Color preview on white background

This text has color #3A4D78 on white background.



Black color preview on #3A4D78 background

This text has black color on #3A4D78 background.


White color preview on #3A4D78 background

This text has white color on #3A4D78 background.