COLOR #3F7E9A

HEX: #3F7E9A
RGB: (63,126,154)

Color info

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

RGB color model

#3F7E9A color RGB value is (63,126,154).

  • red value is 63;
  • green value is 126;
  • blue value is 154.
RGB:
(63,126,154)
(25%,49%,60%)

RGB channels and saturation

R 63 of 255 = 25%
G 126 of 255 = 49%
B 154 of 255 = 60%

63
126
154

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

Portions of RGB colors in percentages

R + G + B =
63 + 126 + 154 = 343 (100%)
R 63 of 343 ~ 18.37%
G 126 of 343 ~ 36.73%
B 154 of 343 ~ 44.9%

%18.37
%36.73
%44.9

CMYK color model

#3F7E9A color CMYK value is (59,18,0,40).

  • cyan value is 59.09%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(59,18,0,40)
C59M18Y0K40 
(59%,18%,0%,40%)
(0.59/0.18/0.00/0.40)	

CMYK percentages

%59.09
%18.18
%0
%39.61

Codes

Color #3F7E9A in popluar color models

3F7E9A
RGB63126154
HSL198°41.94%42.55%
HSB/HSV198°59.09%60.39%
CMYK59.09%18.18%0.00%
39.61%

Color #3F7E9A in popluar number systems.

HEX3F7E9A
Decimal63126154
Binary111111111111010011010
Octal77176232

Shades and tints

Shades of #3F7E9A

#3F7E9A
(63,126,154)
#3A738C
(58,115,140)
#35687E
(53,104,126)
#305D70
(48,93,112)
#2B5262
(43,82,98)
#264754
(38,71,84)
#213C46
(33,60,70)
#1C3138
(28,49,56)
#17262A
(23,38,42)
#121B1C
(18,27,28)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #3F7E9A

#3F7E9A
(63,126,154)
#5089A3
(80,137,163)
#6194AC
(97,148,172)
#729FB5
(114,159,181)
#83AABE
(131,170,190)
#94B5C7
(148,181,199)
#A5C0D0
(165,192,208)
#B6CBD9
(182,203,217)
#C7D6E2
(199,214,226)
#D8E1EB
(216,225,235)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7E9A color. Also use rgb(63,126,154) instead hex code.

Text Font Color

.myTextColor { color: #3F7E9A; }

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

This text font color is #3F7E9A.


Background Color

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

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

This div background color is #3F7E9A.


Border color

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

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

This div border color is #3F7E9A.


Opacity

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

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

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

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

This text has shadow with #3F7E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7E9A on black background.


Color preview on white background

This text has color #3F7E9A on white background.



Black color preview on #3F7E9A background

This text has black color on #3F7E9A background.


White color preview on #3F7E9A background

This text has white color on #3F7E9A background.