COLOR #3F6777

HEX: #3F6777
RGB: (63,103,119)

Color info

#3F6777 contains red, green and blue colors in about the same proportion. Web safe color of #3F6777 is #336666 (or #366).

RGB color model

#3F6777 color RGB value is (63,103,119).

  • red value is 63;
  • green value is 103;
  • blue value is 119.
RGB:
(63,103,119)
(25%,40%,47%)

RGB channels and saturation

R 63 of 255 = 25%
G 103 of 255 = 40%
B 119 of 255 = 47%

63
103
119

R + G + B ~ 37%. #3F6777 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 103 + 119 = 285 (100%)
R 63 of 285 ~ 22.11%
G 103 of 285 ~ 36.14%
B 119 of 285 ~ 41.75%

%22.11
%36.14
%41.75

CMYK color model

#3F6777 color CMYK value is (47,13,0,53).

  • cyan value is 47.06%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(47,13,0,53)
C47M13Y0K53 
(47%,13%,0%,53%)
(0.47/0.13/0.00/0.53)	

CMYK percentages

%47.06
%13.45
%0
%53.33

Codes

Color #3F6777 in popluar color models

3F6777
RGB63103119
HSL197°30.77%35.69%
HSB/HSV197°47.06%46.67%
CMYK47.06%13.45%0.00%
53.33%

Color #3F6777 in popluar number systems.

HEX3F6777
Decimal63103119
Binary11111111001111110111
Octal77147167

Shades and tints

Shades of #3F6777

#3F6777
(63,103,119)
#3A5E6D
(58,94,109)
#355563
(53,85,99)
#304C59
(48,76,89)
#2B434F
(43,67,79)
#263A45
(38,58,69)
#21313B
(33,49,59)
#1C2831
(28,40,49)
#171F27
(23,31,39)
#12161D
(18,22,29)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #3F6777

#3F6777
(63,103,119)
#507483
(80,116,131)
#61818F
(97,129,143)
#728E9B
(114,142,155)
#839BA7
(131,155,167)
#94A8B3
(148,168,179)
#A5B5BF
(165,181,191)
#B6C2CB
(182,194,203)
#C7CFD7
(199,207,215)
#D8DCE3
(216,220,227)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6777 color. Also use rgb(63,103,119) instead hex code.

Text Font Color

.myTextColor { color: #3F6777; }

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

This text font color is #3F6777.


Background Color

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

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

This div background color is #3F6777.


Border color

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

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

This div border color is #3F6777.


Opacity

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

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

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

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

This text has shadow with #3F6777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6777 on black background.


Color preview on white background

This text has color #3F6777 on white background.



Black color preview on #3F6777 background

This text has black color on #3F6777 background.


White color preview on #3F6777 background

This text has white color on #3F6777 background.