COLOR #3A5C7F

HEX: #3A5C7F
RGB: (58,92,127)

Color info

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

RGB color model

#3A5C7F color RGB value is (58,92,127).

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

RGB channels and saturation

R 58 of 255 = 23%
G 92 of 255 = 36%
B 127 of 255 = 50%

58
92
127

R + G + B ~ 36%. #3A5C7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 92 + 127 = 277 (100%)
R 58 of 277 ~ 20.94%
G 92 of 277 ~ 33.21%
B 127 of 277 ~ 45.85%

%20.94
%33.21
%45.85

CMYK color model

#3A5C7F color CMYK value is (54,28,0,50).

  • cyan value is 54.33%
  • magenta value is 27.56%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(54,28,0,50)
C54M28Y0K50 
(54%,28%,0%,50%)
(0.54/0.28/0.00/0.50)	

CMYK percentages

%54.33
%27.56
%0
%50.2

Codes

Color #3A5C7F in popluar color models

3A5C7F
RGB5892127
HSL210°37.30%36.27%
HSB/HSV210°54.33%49.80%
CMYK54.33%27.56%0.00%
50.20%

Color #3A5C7F in popluar number systems.

HEX3A5C7F
Decimal5892127
Binary11101010111001111111
Octal72134177

Shades and tints

Shades of #3A5C7F

#3A5C7F
(58,92,127)
#355474
(53,84,116)
#304C69
(48,76,105)
#2B445E
(43,68,94)
#263C53
(38,60,83)
#213448
(33,52,72)
#1C2C3D
(28,44,61)
#172432
(23,36,50)
#121C27
(18,28,39)
#0D141C
(13,20,28)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #3A5C7F

#3A5C7F
(58,92,127)
#4B6A8A
(75,106,138)
#5C7895
(92,120,149)
#6D86A0
(109,134,160)
#7E94AB
(126,148,171)
#8FA2B6
(143,162,182)
#A0B0C1
(160,176,193)
#B1BECC
(177,190,204)
#C2CCD7
(194,204,215)
#D3DAE2
(211,218,226)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5C7F; }

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

This text font color is #3A5C7F.


Background Color

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

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

This div background color is #3A5C7F.


Border color

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

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

This div border color is #3A5C7F.


Opacity

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

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

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

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

This text has shadow with #3A5C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5C7F on black background.


Color preview on white background

This text has color #3A5C7F on white background.



Black color preview on #3A5C7F background

This text has black color on #3A5C7F background.


White color preview on #3A5C7F background

This text has white color on #3A5C7F background.