COLOR #3F7780

HEX: #3F7780
RGB: (63,119,128)

Color info

#3F7780 contains mainly green and blue colors. Web safe color of #3F7780 is #336666 (or #366).

RGB color model

#3F7780 color RGB value is (63,119,128).

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

RGB channels and saturation

R 63 of 255 = 25%
G 119 of 255 = 47%
B 128 of 255 = 50%

63
119
128

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

Portions of RGB colors in percentages

R + G + B =
63 + 119 + 128 = 310 (100%)
R 63 of 310 ~ 20.32%
G 119 of 310 ~ 38.39%
B 128 of 310 ~ 41.29%

%20.32
%38.39
%41.29

CMYK color model

#3F7780 color CMYK value is (51,7,0,50).

  • cyan value is 50.78%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(51,7,0,50)
C51M7Y0K50 
(51%,7%,0%,50%)
(0.51/0.07/0.00/0.50)	

CMYK percentages

%50.78
%7.03
%0
%49.8

Codes

Color #3F7780 in popluar color models

3F7780
RGB63119128
HSL188°34.03%37.45%
HSB/HSV188°50.78%50.20%
CMYK50.78%7.03%0.00%
49.80%

Color #3F7780 in popluar number systems.

HEX3F7780
Decimal63119128
Binary111111111011110000000
Octal77167200

Shades and tints

Shades of #3F7780

#3F7780
(63,119,128)
#3A6D75
(58,109,117)
#35636A
(53,99,106)
#30595F
(48,89,95)
#2B4F54
(43,79,84)
#264549
(38,69,73)
#213B3E
(33,59,62)
#1C3133
(28,49,51)
#172728
(23,39,40)
#121D1D
(18,29,29)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #3F7780

#3F7780
(63,119,128)
#50838B
(80,131,139)
#618F96
(97,143,150)
#729BA1
(114,155,161)
#83A7AC
(131,167,172)
#94B3B7
(148,179,183)
#A5BFC2
(165,191,194)
#B6CBCD
(182,203,205)
#C7D7D8
(199,215,216)
#D8E3E3
(216,227,227)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7780; }

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

This text font color is #3F7780.


Background Color

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

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

This div background color is #3F7780.


Border color

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

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

This div border color is #3F7780.


Opacity

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

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

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

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

This text has shadow with #3F7780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7780 on black background.


Color preview on white background

This text has color #3F7780 on white background.



Black color preview on #3F7780 background

This text has black color on #3F7780 background.


White color preview on #3F7780 background

This text has white color on #3F7780 background.