COLOR #3A597A

HEX: #3A597A RGB: (58,89,122)

Color info

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

RGB color model

#3A597A color RGB value is (58,89,122).

RGB: (58,89,122) (23%, 35%, 48%)

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 122 of 255 = 48%

58
89
122

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

Portions of RGB colors in percentages

R + G + B = 58 + 89 + 122 = 269 (100%)
R 58 of 269 ~ 21.56%
G 89 of 269 ~ 33.09%
B 122 of 269 ~ 45.35'%

%21.56
%33.09
%45.35

CMYK color model

#3A597A color CMYK value is (52,27,0,52).

  • cyan value is 52.46%
  • magenta value is 27.05%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (52,27,0,52) C52M27Y0K52 (52%,27%,0%,52%) (0.52/0.27/0.00/0.52) 

CMYK percentages

%52.46
%27.05
%0
%52.16

Codes

Color #3A597A in popluar color models

3A 59 7A
RGB 58 89 122
HSL 211° 35.56% 35.29%
HSB/HSV 211° 52.46% 47.84%
CMYK 52.46% 27.05% 0.00%
52.16%

Color #3A597A in popluar number systems.

HEX 3A 59 7A
Decimal 58 89 122
Binary 111010 1011001 1111010
Octal 72 131 172

Shades and tints

Shades of #3A597A

#3A597A
(58,89,122)
#35516F
(53,81,111)
#304964
(48,73,100)
#2B4159
(43,65,89)
#26394E
(38,57,78)
#213143
(33,49,67)
#1C2938
(28,41,56)
#17212D
(23,33,45)
#121922
(18,25,34)
#0D1117
(13,17,23)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #3A597A

#3A597A
(58,89,122)
#4B6886
(75,104,134)
#5C7792
(92,119,146)
#6D869E
(109,134,158)
#7E95AA
(126,149,170)
#8FA4B6
(143,164,182)
#A0B3C2
(160,179,194)
#B1C2CE
(177,194,206)
#C2D1DA
(194,209,218)
#D3E0E6
(211,224,230)
#E4EFF2
(228,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A597A; }

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

This text font color is #3A597A.

Background Color

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

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

This div background color is #3A597A.

Border color

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

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

This div border color is #3A597A.

Opacity

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

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

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

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

This text has shadow with #3A597A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A597A.

Preview

Color preview on black background

This text has color #3A597A on black background.


Color preview on white background

This text has color #3A597A on white background.


Black color preview on #3A597A background

This text has black color on #3A597A background.


White color preview on #3A597A background

This text has white color on #3A597A background.


Related colors

Complementary color

Complementary color for #hex is #C5A685.


I love getcolorcode.com

Triadic colors

1 #7A3A59 and #597A3A with #3A597A are triadic colors.

2 #7A593A and #593A7A with #3A597A are triadic colors.