COLOR #3A5E6F

HEX: #3A5E6F
RGB: (58,94,111)

Color info

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

RGB color model

#3A5E6F color RGB value is (58,94,111).

  • red value is 58;
  • green value is 94;
  • blue value is 111.
RGB:
(58,94,111)
(23%,37%,44%)

RGB channels and saturation

R 58 of 255 = 23%
G 94 of 255 = 37%
B 111 of 255 = 44%

58
94
111

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

Portions of RGB colors in percentages

R + G + B =
58 + 94 + 111 = 263 (100%)
R 58 of 263 ~ 22.05%
G 94 of 263 ~ 35.74%
B 111 of 263 ~ 42.21%

%22.05
%35.74
%42.21

CMYK color model

#3A5E6F color CMYK value is (48,15,0,56).

  • cyan value is 47.75%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(48,15,0,56)
C48M15Y0K56 
(48%,15%,0%,56%)
(0.48/0.15/0.00/0.56)	

CMYK percentages

%47.75
%15.32
%0
%56.47

Codes

Color #3A5E6F in popluar color models

3A5E6F
RGB5894111
HSL199°31.36%33.14%
HSB/HSV199°47.75%43.53%
CMYK47.75%15.32%0.00%
56.47%

Color #3A5E6F in popluar number systems.

HEX3A5E6F
Decimal5894111
Binary11101010111101101111
Octal72136157

Shades and tints

Shades of #3A5E6F

#3A5E6F
(58,94,111)
#355665
(53,86,101)
#304E5B
(48,78,91)
#2B4651
(43,70,81)
#263E47
(38,62,71)
#21363D
(33,54,61)
#1C2E33
(28,46,51)
#172629
(23,38,41)
#121E1F
(18,30,31)
#0D1615
(13,22,21)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #3A5E6F

#3A5E6F
(58,94,111)
#4B6C7C
(75,108,124)
#5C7A89
(92,122,137)
#6D8896
(109,136,150)
#7E96A3
(126,150,163)
#8FA4B0
(143,164,176)
#A0B2BD
(160,178,189)
#B1C0CA
(177,192,202)
#C2CED7
(194,206,215)
#D3DCE4
(211,220,228)
#E4EAF1
(228,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5E6F color. Also use rgb(58,94,111) instead hex code.

Text Font Color

.myTextColor { color: #3A5E6F; }

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

This text font color is #3A5E6F.


Background Color

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

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

This div background color is #3A5E6F.


Border color

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

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

This div border color is #3A5E6F.


Opacity

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

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

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

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

This text has shadow with #3A5E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5E6F on black background.


Color preview on white background

This text has color #3A5E6F on white background.



Black color preview on #3A5E6F background

This text has black color on #3A5E6F background.


White color preview on #3A5E6F background

This text has white color on #3A5E6F background.