COLOR #3A6E83

HEX: #3A6E83
RGB: (58,110,131)

Color info

#3A6E83 contains mainly green and blue colors. Web safe color of #3A6E83 is #336699 (or #369).

RGB color model

#3A6E83 color RGB value is (58,110,131).

  • red value is 58;
  • green value is 110;
  • blue value is 131.
RGB:
(58,110,131)
(23%,43%,51%)

RGB channels and saturation

R 58 of 255 = 23%
G 110 of 255 = 43%
B 131 of 255 = 51%

58
110
131

R + G + B ~ 39%. #3A6E83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 110 + 131 = 299 (100%)
R 58 of 299 ~ 19.4%
G 110 of 299 ~ 36.79%
B 131 of 299 ~ 43.81%

%19.4
%36.79
%43.81

CMYK color model

#3A6E83 color CMYK value is (56,16,0,49).

  • cyan value is 55.73%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(56,16,0,49)
C56M16Y0K49 
(56%,16%,0%,49%)
(0.56/0.16/0.00/0.49)	

CMYK percentages

%55.73
%16.03
%0
%48.63

Codes

Color #3A6E83 in popluar color models

3A6E83
RGB58110131
HSL197°38.62%37.06%
HSB/HSV197°55.73%51.37%
CMYK55.73%16.03%0.00%
48.63%

Color #3A6E83 in popluar number systems.

HEX3A6E83
Decimal58110131
Binary111010110111010000011
Octal72156203

Shades and tints

Shades of #3A6E83

#3A6E83
(58,110,131)
#356478
(53,100,120)
#305A6D
(48,90,109)
#2B5062
(43,80,98)
#264657
(38,70,87)
#213C4C
(33,60,76)
#1C3241
(28,50,65)
#172836
(23,40,54)
#121E2B
(18,30,43)
#0D1420
(13,20,32)
#080A15
(8,10,21)
#000000
(0,0,0)

Tints of #3A6E83

#3A6E83
(58,110,131)
#4B7B8E
(75,123,142)
#5C8899
(92,136,153)
#6D95A4
(109,149,164)
#7EA2AF
(126,162,175)
#8FAFBA
(143,175,186)
#A0BCC5
(160,188,197)
#B1C9D0
(177,201,208)
#C2D6DB
(194,214,219)
#D3E3E6
(211,227,230)
#E4F0F1
(228,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6E83 color. Also use rgb(58,110,131) instead hex code.

Text Font Color

.myTextColor { color: #3A6E83; }

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

This text font color is #3A6E83.


Background Color

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

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

This div background color is #3A6E83.


Border color

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

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

This div border color is #3A6E83.


Opacity

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

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

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

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

This text has shadow with #3A6E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6E83 on black background.


Color preview on white background

This text has color #3A6E83 on white background.



Black color preview on #3A6E83 background

This text has black color on #3A6E83 background.


White color preview on #3A6E83 background

This text has white color on #3A6E83 background.