COLOR #3A577E

HEX: #3A577E
RGB: (58,87,126)

Color info

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

RGB color model

#3A577E color RGB value is (58,87,126).

  • red value is 58;
  • green value is 87;
  • blue value is 126.
RGB:
(58,87,126)
(23%,34%,49%)

RGB channels and saturation

R 58 of 255 = 23%
G 87 of 255 = 34%
B 126 of 255 = 49%

58
87
126

R + G + B ~ 35%. #3A577E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 87 + 126 = 271 (100%)
R 58 of 271 ~ 21.4%
G 87 of 271 ~ 32.1%
B 126 of 271 ~ 46.49%

%21.4
%32.1
%46.49

CMYK color model

#3A577E color CMYK value is (54,31,0,51).

  • cyan value is 53.97%
  • magenta value is 30.95%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(54,31,0,51)
C54M31Y0K51 
(54%,31%,0%,51%)
(0.54/0.31/0.00/0.51)	

CMYK percentages

%53.97
%30.95
%0
%50.59

Codes

Color #3A577E in popluar color models

3A577E
RGB5887126
HSL214°36.96%36.08%
HSB/HSV214°53.97%49.41%
CMYK53.97%30.95%0.00%
50.59%

Color #3A577E in popluar number systems.

HEX3A577E
Decimal5887126
Binary11101010101111111110
Octal72127176

Shades and tints

Shades of #3A577E

#3A577E
(58,87,126)
#355073
(53,80,115)
#304968
(48,73,104)
#2B425D
(43,66,93)
#263B52
(38,59,82)
#213447
(33,52,71)
#1C2D3C
(28,45,60)
#172631
(23,38,49)
#121F26
(18,31,38)
#0D181B
(13,24,27)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #3A577E

#3A577E
(58,87,126)
#4B6689
(75,102,137)
#5C7594
(92,117,148)
#6D849F
(109,132,159)
#7E93AA
(126,147,170)
#8FA2B5
(143,162,181)
#A0B1C0
(160,177,192)
#B1C0CB
(177,192,203)
#C2CFD6
(194,207,214)
#D3DEE1
(211,222,225)
#E4EDEC
(228,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A577E color. Also use rgb(58,87,126) instead hex code.

Text Font Color

.myTextColor { color: #3A577E; }

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

This text font color is #3A577E.


Background Color

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

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

This div background color is #3A577E.


Border color

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

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

This div border color is #3A577E.


Opacity

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

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

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

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

This text has shadow with #3A577E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A577E on black background.


Color preview on white background

This text has color #3A577E on white background.



Black color preview on #3A577E background

This text has black color on #3A577E background.


White color preview on #3A577E background

This text has white color on #3A577E background.