COLOR #3F748B

HEX: #3F748B
RGB: (63,116,139)

Color info

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

RGB color model

#3F748B color RGB value is (63,116,139).

  • red value is 63;
  • green value is 116;
  • blue value is 139.
RGB:
(63,116,139)
(25%,45%,55%)

RGB channels and saturation

R 63 of 255 = 25%
G 116 of 255 = 45%
B 139 of 255 = 55%

63
116
139

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

Portions of RGB colors in percentages

R + G + B =
63 + 116 + 139 = 318 (100%)
R 63 of 318 ~ 19.81%
G 116 of 318 ~ 36.48%
B 139 of 318 ~ 43.71%

%19.81
%36.48
%43.71

CMYK color model

#3F748B color CMYK value is (55,17,0,45).

  • cyan value is 54.68%
  • magenta value is 16.55%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(55,17,0,45)
C55M17Y0K45 
(55%,17%,0%,45%)
(0.55/0.17/0.00/0.45)	

CMYK percentages

%54.68
%16.55
%0
%45.49

Codes

Color #3F748B in popluar color models

3F748B
RGB63116139
HSL198°37.62%39.61%
HSB/HSV198°54.68%54.51%
CMYK54.68%16.55%0.00%
45.49%

Color #3F748B in popluar number systems.

HEX3F748B
Decimal63116139
Binary111111111010010001011
Octal77164213

Shades and tints

Shades of #3F748B

#3F748B
(63,116,139)
#3A6A7F
(58,106,127)
#356073
(53,96,115)
#305667
(48,86,103)
#2B4C5B
(43,76,91)
#26424F
(38,66,79)
#213843
(33,56,67)
#1C2E37
(28,46,55)
#17242B
(23,36,43)
#121A1F
(18,26,31)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #3F748B

#3F748B
(63,116,139)
#508095
(80,128,149)
#618C9F
(97,140,159)
#7298A9
(114,152,169)
#83A4B3
(131,164,179)
#94B0BD
(148,176,189)
#A5BCC7
(165,188,199)
#B6C8D1
(182,200,209)
#C7D4DB
(199,212,219)
#D8E0E5
(216,224,229)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F748B color. Also use rgb(63,116,139) instead hex code.

Text Font Color

.myTextColor { color: #3F748B; }

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

This text font color is #3F748B.


Background Color

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

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

This div background color is #3F748B.


Border color

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

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

This div border color is #3F748B.


Opacity

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

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

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

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

This text has shadow with #3F748B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F748B on black background.


Color preview on white background

This text has color #3F748B on white background.



Black color preview on #3F748B background

This text has black color on #3F748B background.


White color preview on #3F748B background

This text has white color on #3F748B background.