COLOR #3A5A7C

HEX: #3A5A7C
RGB: (58,90,124)

Color info

#3A5A7C contains mainly green and blue colors. Web safe color of #3A5A7C is #336666 (or #366).

RGB color model

#3A5A7C color RGB value is (58,90,124).

  • red value is 58;
  • green value is 90;
  • blue value is 124.
RGB:
(58,90,124)
(23%,35%,49%)

RGB channels and saturation

R 58 of 255 = 23%
G 90 of 255 = 35%
B 124 of 255 = 49%

58
90
124

R + G + B ~ 36%. #3A5A7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 90 + 124 = 272 (100%)
R 58 of 272 ~ 21.32%
G 90 of 272 ~ 33.09%
B 124 of 272 ~ 45.59%

%21.32
%33.09
%45.59

CMYK color model

#3A5A7C color CMYK value is (53,27,0,51).

  • cyan value is 53.23%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(53,27,0,51)
C53M27Y0K51 
(53%,27%,0%,51%)
(0.53/0.27/0.00/0.51)	

CMYK percentages

%53.23
%27.42
%0
%51.37

Codes

Color #3A5A7C in popluar color models

3A5A7C
RGB5890124
HSL211°36.26%35.69%
HSB/HSV211°53.23%48.63%
CMYK53.23%27.42%0.00%
51.37%

Color #3A5A7C in popluar number systems.

HEX3A5A7C
Decimal5890124
Binary11101010110101111100
Octal72132174

Shades and tints

Shades of #3A5A7C

#3A5A7C
(58,90,124)
#355271
(53,82,113)
#304A66
(48,74,102)
#2B425B
(43,66,91)
#263A50
(38,58,80)
#213245
(33,50,69)
#1C2A3A
(28,42,58)
#17222F
(23,34,47)
#121A24
(18,26,36)
#0D1219
(13,18,25)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #3A5A7C

#3A5A7C
(58,90,124)
#4B6987
(75,105,135)
#5C7892
(92,120,146)
#6D879D
(109,135,157)
#7E96A8
(126,150,168)
#8FA5B3
(143,165,179)
#A0B4BE
(160,180,190)
#B1C3C9
(177,195,201)
#C2D2D4
(194,210,212)
#D3E1DF
(211,225,223)
#E4F0EA
(228,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5A7C color. Also use rgb(58,90,124) instead hex code.

Text Font Color

.myTextColor { color: #3A5A7C; }

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

This text font color is #3A5A7C.


Background Color

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

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

This div background color is #3A5A7C.


Border color

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

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

This div border color is #3A5A7C.


Opacity

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

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

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

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

This text has shadow with #3A5A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5A7C on black background.


Color preview on white background

This text has color #3A5A7C on white background.



Black color preview on #3A5A7C background

This text has black color on #3A5A7C background.


White color preview on #3A5A7C background

This text has white color on #3A5A7C background.