COLOR #3F6977

HEX: #3F6977
RGB: (63,105,119)

Color info

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

RGB color model

#3F6977 color RGB value is (63,105,119).

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

RGB channels and saturation

R 63 of 255 = 25%
G 105 of 255 = 41%
B 119 of 255 = 47%

63
105
119

R + G + B ~ 38%. #3F6977 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 105 + 119 = 287 (100%)
R 63 of 287 ~ 21.95%
G 105 of 287 ~ 36.59%
B 119 of 287 ~ 41.46%

%21.95
%36.59
%41.46

CMYK color model

#3F6977 color CMYK value is (47,12,0,53).

  • cyan value is 47.06%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(47,12,0,53)
C47M12Y0K53 
(47%,12%,0%,53%)
(0.47/0.12/0.00/0.53)	

CMYK percentages

%47.06
%11.76
%0
%53.33

Codes

Color #3F6977 in popluar color models

3F6977
RGB63105119
HSL195°30.77%35.69%
HSB/HSV195°47.06%46.67%
CMYK47.06%11.76%0.00%
53.33%

Color #3F6977 in popluar number systems.

HEX3F6977
Decimal63105119
Binary11111111010011110111
Octal77151167

Shades and tints

Shades of #3F6977

#3F6977
(63,105,119)
#3A606D
(58,96,109)
#355763
(53,87,99)
#304E59
(48,78,89)
#2B454F
(43,69,79)
#263C45
(38,60,69)
#21333B
(33,51,59)
#1C2A31
(28,42,49)
#172127
(23,33,39)
#12181D
(18,24,29)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #3F6977

#3F6977
(63,105,119)
#507683
(80,118,131)
#61838F
(97,131,143)
#72909B
(114,144,155)
#839DA7
(131,157,167)
#94AAB3
(148,170,179)
#A5B7BF
(165,183,191)
#B6C4CB
(182,196,203)
#C7D1D7
(199,209,215)
#D8DEE3
(216,222,227)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6977; }

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

This text font color is #3F6977.


Background Color

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

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

This div background color is #3F6977.


Border color

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

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

This div border color is #3F6977.


Opacity

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

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

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

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

This text has shadow with #3F6977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6977 on black background.


Color preview on white background

This text has color #3F6977 on white background.



Black color preview on #3F6977 background

This text has black color on #3F6977 background.


White color preview on #3F6977 background

This text has white color on #3F6977 background.