COLOR #3F799F

HEX: #3F799F
RGB: (63,121,159)

Color info

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

RGB color model

#3F799F color RGB value is (63,121,159).

  • red value is 63;
  • green value is 121;
  • blue value is 159.
RGB:
(63,121,159)
(25%,47%,62%)

RGB channels and saturation

R 63 of 255 = 25%
G 121 of 255 = 47%
B 159 of 255 = 62%

63
121
159

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

Portions of RGB colors in percentages

R + G + B =
63 + 121 + 159 = 343 (100%)
R 63 of 343 ~ 18.37%
G 121 of 343 ~ 35.28%
B 159 of 343 ~ 46.36%

%18.37
%35.28
%46.36

CMYK color model

#3F799F color CMYK value is (60,24,0,38).

  • cyan value is 60.38%
  • magenta value is 23.90%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(60,24,0,38)
C60M24Y0K38 
(60%,24%,0%,38%)
(0.60/0.24/0.00/0.38)	

CMYK percentages

%60.38
%23.9
%0
%37.65

Codes

Color #3F799F in popluar color models

3F799F
RGB63121159
HSL204°43.24%43.53%
HSB/HSV204°60.38%62.35%
CMYK60.38%23.90%0.00%
37.65%

Color #3F799F in popluar number systems.

HEX3F799F
Decimal63121159
Binary111111111100110011111
Octal77171237

Shades and tints

Shades of #3F799F

#3F799F
(63,121,159)
#3A6E91
(58,110,145)
#356383
(53,99,131)
#305875
(48,88,117)
#2B4D67
(43,77,103)
#264259
(38,66,89)
#21374B
(33,55,75)
#1C2C3D
(28,44,61)
#17212F
(23,33,47)
#121621
(18,22,33)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #3F799F

#3F799F
(63,121,159)
#5085A7
(80,133,167)
#6191AF
(97,145,175)
#729DB7
(114,157,183)
#83A9BF
(131,169,191)
#94B5C7
(148,181,199)
#A5C1CF
(165,193,207)
#B6CDD7
(182,205,215)
#C7D9DF
(199,217,223)
#D8E5E7
(216,229,231)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F799F color. Also use rgb(63,121,159) instead hex code.

Text Font Color

.myTextColor { color: #3F799F; }

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

This text font color is #3F799F.


Background Color

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

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

This div background color is #3F799F.


Border color

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

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

This div border color is #3F799F.


Opacity

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

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

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

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

This text has shadow with #3F799F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F799F on black background.


Color preview on white background

This text has color #3F799F on white background.



Black color preview on #3F799F background

This text has black color on #3F799F background.


White color preview on #3F799F background

This text has white color on #3F799F background.