COLOR #3A596A

HEX: #3A596A
RGB: (58,89,106)

Color info

#3A596A contains red, green and blue colors in about the same proportion. Web safe color of #3A596A is #336666 (or #366).

RGB color model

#3A596A color RGB value is (58,89,106).

  • red value is 58;
  • green value is 89;
  • blue value is 106.
RGB:
(58,89,106)
(23%,35%,42%)

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 106 of 255 = 42%

58
89
106

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

Portions of RGB colors in percentages

R + G + B =
58 + 89 + 106 = 253 (100%)
R 58 of 253 ~ 22.92%
G 89 of 253 ~ 35.18%
B 106 of 253 ~ 41.9%

%22.92
%35.18
%41.9

CMYK color model

#3A596A color CMYK value is (45,16,0,58).

  • cyan value is 45.28%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(45,16,0,58)
C45M16Y0K58 
(45%,16%,0%,58%)
(0.45/0.16/0.00/0.58)	

CMYK percentages

%45.28
%16.04
%0
%58.43

Codes

Color #3A596A in popluar color models

3A596A
RGB5889106
HSL201°29.27%32.16%
HSB/HSV201°45.28%41.57%
CMYK45.28%16.04%0.00%
58.43%

Color #3A596A in popluar number systems.

HEX3A596A
Decimal5889106
Binary11101010110011101010
Octal72131152

Shades and tints

Shades of #3A596A

#3A596A
(58,89,106)
#355161
(53,81,97)
#304958
(48,73,88)
#2B414F
(43,65,79)
#263946
(38,57,70)
#21313D
(33,49,61)
#1C2934
(28,41,52)
#17212B
(23,33,43)
#121922
(18,25,34)
#0D1119
(13,17,25)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #3A596A

#3A596A
(58,89,106)
#4B6877
(75,104,119)
#5C7784
(92,119,132)
#6D8691
(109,134,145)
#7E959E
(126,149,158)
#8FA4AB
(143,164,171)
#A0B3B8
(160,179,184)
#B1C2C5
(177,194,197)
#C2D1D2
(194,209,210)
#D3E0DF
(211,224,223)
#E4EFEC
(228,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A596A; }

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

This text font color is #3A596A.


Background Color

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

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

This div background color is #3A596A.


Border color

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

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

This div border color is #3A596A.


Opacity

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

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

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

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

This text has shadow with #3A596A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A596A on black background.


Color preview on white background

This text has color #3A596A on white background.



Black color preview on #3A596A background

This text has black color on #3A596A background.


White color preview on #3A596A background

This text has white color on #3A596A background.