COLOR #3F7779

HEX: #3F7779
RGB: (63,119,121)

Color info

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

RGB color model

#3F7779 color RGB value is (63,119,121).

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

RGB channels and saturation

R 63 of 255 = 25%
G 119 of 255 = 47%
B 121 of 255 = 47%

63
119
121

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

Portions of RGB colors in percentages

R + G + B =
63 + 119 + 121 = 303 (100%)
R 63 of 303 ~ 20.79%
G 119 of 303 ~ 39.27%
B 121 of 303 ~ 39.93%

%20.79
%39.27
%39.93

CMYK color model

#3F7779 color CMYK value is (48,2,0,53).

  • cyan value is 47.93%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(48,2,0,53)
C48M2Y0K53 
(48%,2%,0%,53%)
(0.48/0.02/0.00/0.53)	

CMYK percentages

%47.93
%1.65
%0
%52.55

Codes

Color #3F7779 in popluar color models

3F7779
RGB63119121
HSL182°31.52%36.08%
HSB/HSV182°47.93%47.45%
CMYK47.93%1.65%0.00%
52.55%

Color #3F7779 in popluar number systems.

HEX3F7779
Decimal63119121
Binary11111111101111111001
Octal77167171

Shades and tints

Shades of #3F7779

#3F7779
(63,119,121)
#3A6D6E
(58,109,110)
#356363
(53,99,99)
#305958
(48,89,88)
#2B4F4D
(43,79,77)
#264542
(38,69,66)
#213B37
(33,59,55)
#1C312C
(28,49,44)
#172721
(23,39,33)
#121D16
(18,29,22)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #3F7779

#3F7779
(63,119,121)
#508385
(80,131,133)
#618F91
(97,143,145)
#729B9D
(114,155,157)
#83A7A9
(131,167,169)
#94B3B5
(148,179,181)
#A5BFC1
(165,191,193)
#B6CBCD
(182,203,205)
#C7D7D9
(199,215,217)
#D8E3E5
(216,227,229)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7779; }

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

This text font color is #3F7779.


Background Color

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

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

This div background color is #3F7779.


Border color

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

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

This div border color is #3F7779.


Opacity

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

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

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

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

This text has shadow with #3F7779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7779 on black background.


Color preview on white background

This text has color #3F7779 on white background.



Black color preview on #3F7779 background

This text has black color on #3F7779 background.


White color preview on #3F7779 background

This text has white color on #3F7779 background.