COLOR #3A5577

HEX: #3A5577 RGB: (58,85,119)

Color info

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

RGB color model

#3A5577 color RGB value is (58,85,119).

RGB: (58,85,119) (23%, 33%, 47%)

RGB channels and saturation

R 58 of 255 = 23%
G 85 of 255 = 33%
B 119 of 255 = 47%

58
85
119

R + G + B ~ 34%. #3A5577 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 85 + 119 = 262 (100%)
R 58 of 262 ~ 22.14%
G 85 of 262 ~ 32.44%
B 119 of 262 ~ 45.42'%

%22.14
%32.44
%45.42

CMYK color model

#3A5577 color CMYK value is (51,29,0,53).

  • cyan value is 51.26%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (51,29,0,53)
C51M29Y0K53 (51%, 29%, 0%, 53%)
(0.51 / 0.29 / 0.00 / 0.53)

CMYK percentages

%51.26
%28.57
%0
%53.33

Codes

Color #3A5577 in popluar color models

3A 55 77
RGB 58 85 119
HSL 213° 34.46% 34.71%
HSB/HSV 213° 51.26% 46.67%
CMYK 51.26% 28.57% 0.00%
53.33%

Color #3A5577 in popluar number systems.

HEX 3A 55 77
Decimal 58 85 119
Binary 111010 1010101 1110111
Octal 72 125 167

Shades and tints

Shades of #3A5577

#3A5577
(58,85,119)
#354E6D
(53,78,109)
#304763
(48,71,99)
#2B4059
(43,64,89)
#26394F
(38,57,79)
#213245
(33,50,69)
#1C2B3B
(28,43,59)
#172431
(23,36,49)
#121D27
(18,29,39)
#0D161D
(13,22,29)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #3A5577

#3A5577
(58,85,119)
#4B6483
(75,100,131)
#5C738F
(92,115,143)
#6D829B
(109,130,155)
#7E91A7
(126,145,167)
#8FA0B3
(143,160,179)
#A0AFBF
(160,175,191)
#B1BECB
(177,190,203)
#C2CDD7
(194,205,215)
#D3DCE3
(211,220,227)
#E4EBEF
(228,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5577 color. Also use rgb(58,85,119) instead hex code.

Text Font Color

.myTextColor { color: #3A5577; }

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

This text font color is #3A5577.

Background Color

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

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

This div background color is #3A5577.

Border color

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

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

This div border color is #3A5577.

Opacity

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

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

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

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

This text has shadow with #3A5577 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5577.

Preview

Color preview on black background

This text has color #3A5577 on black background.


Color preview on white background

This text has color #3A5577 on white background.


Black color preview on #3A5577 background

This text has black color on #3A5577 background.


White color preview on #3A5577 background

This text has white color on #3A5577 background.


Related colors

Complementary color

Complementary color for #hex is #C5AA88.


I love getcolorcode.com

Triadic colors

1 #773A55 and #55773A with #3A5577 are triadic colors.

2 #77553A and #553A77 with #3A5577 are triadic colors.