COLOR #3A477A

HEX: #3A477A
RGB: (58,71,122)

Color info

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

RGB color model

#3A477A color RGB value is (58,71,122).

  • red value is 58;
  • green value is 71;
  • blue value is 122.
RGB:
(58,71,122)
(23%,28%,48%)

RGB channels and saturation

R 58 of 255 = 23%
G 71 of 255 = 28%
B 122 of 255 = 48%

58
71
122

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

Portions of RGB colors in percentages

R + G + B =
58 + 71 + 122 = 251 (100%)
R 58 of 251 ~ 23.11%
G 71 of 251 ~ 28.29%
B 122 of 251 ~ 48.61%

%23.11
%28.29
%48.61

CMYK color model

#3A477A color CMYK value is (52,42,0,52).

  • cyan value is 52.46%
  • magenta value is 41.80%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(52,42,0,52)
C52M42Y0K52 
(52%,42%,0%,52%)
(0.52/0.42/0.00/0.52)	

CMYK percentages

%52.46
%41.8
%0
%52.16

Codes

Color #3A477A in popluar color models

3A477A
RGB5871122
HSL228°35.56%35.29%
HSB/HSV228°52.46%47.84%
CMYK52.46%41.80%0.00%
52.16%

Color #3A477A in popluar number systems.

HEX3A477A
Decimal5871122
Binary11101010001111111010
Octal72107172

Shades and tints

Shades of #3A477A

#3A477A
(58,71,122)
#35416F
(53,65,111)
#303B64
(48,59,100)
#2B3559
(43,53,89)
#262F4E
(38,47,78)
#212943
(33,41,67)
#1C2338
(28,35,56)
#171D2D
(23,29,45)
#121722
(18,23,34)
#0D1117
(13,17,23)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #3A477A

#3A477A
(58,71,122)
#4B5786
(75,87,134)
#5C6792
(92,103,146)
#6D779E
(109,119,158)
#7E87AA
(126,135,170)
#8F97B6
(143,151,182)
#A0A7C2
(160,167,194)
#B1B7CE
(177,183,206)
#C2C7DA
(194,199,218)
#D3D7E6
(211,215,230)
#E4E7F2
(228,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A477A color. Also use rgb(58,71,122) instead hex code.

Text Font Color

.myTextColor { color: #3A477A; }

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

This text font color is #3A477A.


Background Color

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

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

This div background color is #3A477A.


Border color

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

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

This div border color is #3A477A.


Opacity

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

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

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

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

This text has shadow with #3A477A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A477A on black background.


Color preview on white background

This text has color #3A477A on white background.



Black color preview on #3A477A background

This text has black color on #3A477A background.


White color preview on #3A477A background

This text has white color on #3A477A background.