COLOR #3A5C70

HEX: #3A5C70
RGB: (58,92,112)

Color info

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

RGB color model

#3A5C70 color RGB value is (58,92,112).

  • red value is 58;
  • green value is 92;
  • blue value is 112.
RGB:
(58,92,112)
(23%,36%,44%)

RGB channels and saturation

R 58 of 255 = 23%
G 92 of 255 = 36%
B 112 of 255 = 44%

58
92
112

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

Portions of RGB colors in percentages

R + G + B =
58 + 92 + 112 = 262 (100%)
R 58 of 262 ~ 22.14%
G 92 of 262 ~ 35.11%
B 112 of 262 ~ 42.75%

%22.14
%35.11
%42.75

CMYK color model

#3A5C70 color CMYK value is (48,18,0,56).

  • cyan value is 48.21%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(48,18,0,56)
C48M18Y0K56 
(48%,18%,0%,56%)
(0.48/0.18/0.00/0.56)	

CMYK percentages

%48.21
%17.86
%0
%56.08

Codes

Color #3A5C70 in popluar color models

3A5C70
RGB5892112
HSL202°31.76%33.33%
HSB/HSV202°48.21%43.92%
CMYK48.21%17.86%0.00%
56.08%

Color #3A5C70 in popluar number systems.

HEX3A5C70
Decimal5892112
Binary11101010111001110000
Octal72134160

Shades and tints

Shades of #3A5C70

#3A5C70
(58,92,112)
#355466
(53,84,102)
#304C5C
(48,76,92)
#2B4452
(43,68,82)
#263C48
(38,60,72)
#21343E
(33,52,62)
#1C2C34
(28,44,52)
#17242A
(23,36,42)
#121C20
(18,28,32)
#0D1416
(13,20,22)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #3A5C70

#3A5C70
(58,92,112)
#4B6A7D
(75,106,125)
#5C788A
(92,120,138)
#6D8697
(109,134,151)
#7E94A4
(126,148,164)
#8FA2B1
(143,162,177)
#A0B0BE
(160,176,190)
#B1BECB
(177,190,203)
#C2CCD8
(194,204,216)
#D3DAE5
(211,218,229)
#E4E8F2
(228,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5C70 color. Also use rgb(58,92,112) instead hex code.

Text Font Color

.myTextColor { color: #3A5C70; }

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

This text font color is #3A5C70.


Background Color

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

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

This div background color is #3A5C70.


Border color

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

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

This div border color is #3A5C70.


Opacity

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

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

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

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

This text has shadow with #3A5C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5C70 on black background.


Color preview on white background

This text has color #3A5C70 on white background.



Black color preview on #3A5C70 background

This text has black color on #3A5C70 background.


White color preview on #3A5C70 background

This text has white color on #3A5C70 background.