COLOR #3A7E9F

HEX: #3A7E9F
RGB: (58,126,159)

Color info

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

RGB color model

#3A7E9F color RGB value is (58,126,159).

  • red value is 58;
  • green value is 126;
  • blue value is 159.
RGB:
(58,126,159)
(23%,49%,62%)

RGB channels and saturation

R 58 of 255 = 23%
G 126 of 255 = 49%
B 159 of 255 = 62%

58
126
159

R + G + B ~ 45%. #3A7E9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 126 + 159 = 343 (100%)
R 58 of 343 ~ 16.91%
G 126 of 343 ~ 36.73%
B 159 of 343 ~ 46.36%

%16.91
%36.73
%46.36

CMYK color model

#3A7E9F color CMYK value is (64,21,0,38).

  • cyan value is 63.52%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(64,21,0,38)
C64M21Y0K38 
(64%,21%,0%,38%)
(0.64/0.21/0.00/0.38)	

CMYK percentages

%63.52
%20.75
%0
%37.65

Codes

Color #3A7E9F in popluar color models

3A7E9F
RGB58126159
HSL200°46.54%42.55%
HSB/HSV200°63.52%62.35%
CMYK63.52%20.75%0.00%
37.65%

Color #3A7E9F in popluar number systems.

HEX3A7E9F
Decimal58126159
Binary111010111111010011111
Octal72176237

Shades and tints

Shades of #3A7E9F

#3A7E9F
(58,126,159)
#357391
(53,115,145)
#306883
(48,104,131)
#2B5D75
(43,93,117)
#265267
(38,82,103)
#214759
(33,71,89)
#1C3C4B
(28,60,75)
#17313D
(23,49,61)
#12262F
(18,38,47)
#0D1B21
(13,27,33)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #3A7E9F

#3A7E9F
(58,126,159)
#4B89A7
(75,137,167)
#5C94AF
(92,148,175)
#6D9FB7
(109,159,183)
#7EAABF
(126,170,191)
#8FB5C7
(143,181,199)
#A0C0CF
(160,192,207)
#B1CBD7
(177,203,215)
#C2D6DF
(194,214,223)
#D3E1E7
(211,225,231)
#E4ECEF
(228,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7E9F color. Also use rgb(58,126,159) instead hex code.

Text Font Color

.myTextColor { color: #3A7E9F; }

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

This text font color is #3A7E9F.


Background Color

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

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

This div background color is #3A7E9F.


Border color

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

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

This div border color is #3A7E9F.


Opacity

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

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

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

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

This text has shadow with #3A7E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7E9F on black background.


Color preview on white background

This text has color #3A7E9F on white background.



Black color preview on #3A7E9F background

This text has black color on #3A7E9F background.


White color preview on #3A7E9F background

This text has white color on #3A7E9F background.