COLOR #3A4178

HEX: #3A4178
RGB: (58,65,120)

Color info

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

RGB color model

#3A4178 color RGB value is (58,65,120).

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

RGB channels and saturation

R 58 of 255 = 23%
G 65 of 255 = 25%
B 120 of 255 = 47%

58
65
120

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

Portions of RGB colors in percentages

R + G + B =
58 + 65 + 120 = 243 (100%)
R 58 of 243 ~ 23.87%
G 65 of 243 ~ 26.75%
B 120 of 243 ~ 49.38%

%23.87
%26.75
%49.38

CMYK color model

#3A4178 color CMYK value is (52,46,0,53).

  • cyan value is 51.67%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(52,46,0,53)
C52M46Y0K53 
(52%,46%,0%,53%)
(0.52/0.46/0.00/0.53)	

CMYK percentages

%51.67
%45.83
%0
%52.94

Codes

Color #3A4178 in popluar color models

3A4178
RGB5865120
HSL233°34.83%34.90%
HSB/HSV233°51.67%47.06%
CMYK51.67%45.83%0.00%
52.94%

Color #3A4178 in popluar number systems.

HEX3A4178
Decimal5865120
Binary11101010000011111000
Octal72101170

Shades and tints

Shades of #3A4178

#3A4178
(58,65,120)
#353C6E
(53,60,110)
#303764
(48,55,100)
#2B325A
(43,50,90)
#262D50
(38,45,80)
#212846
(33,40,70)
#1C233C
(28,35,60)
#171E32
(23,30,50)
#121928
(18,25,40)
#0D141E
(13,20,30)
#080F14
(8,15,20)
#000000
(0,0,0)

Tints of #3A4178

#3A4178
(58,65,120)
#4B5284
(75,82,132)
#5C6390
(92,99,144)
#6D749C
(109,116,156)
#7E85A8
(126,133,168)
#8F96B4
(143,150,180)
#A0A7C0
(160,167,192)
#B1B8CC
(177,184,204)
#C2C9D8
(194,201,216)
#D3DAE4
(211,218,228)
#E4EBF0
(228,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4178; }

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

This text font color is #3A4178.


Background Color

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

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

This div background color is #3A4178.


Border color

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

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

This div border color is #3A4178.


Opacity

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

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

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

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

This text has shadow with #3A4178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4178 on black background.


Color preview on white background

This text has color #3A4178 on white background.



Black color preview on #3A4178 background

This text has black color on #3A4178 background.


White color preview on #3A4178 background

This text has white color on #3A4178 background.