COLOR #3F777C

HEX: #3F777C RGB: (63,119,124)

Color info

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

RGB color model

#3F777C color RGB value is (63,119,124).

RGB: (63,119,124) (25%, 47%, 49%)

RGB channels and saturation

R 63 of 255 = 25%
G 119 of 255 = 47%
B 124 of 255 = 49%

63
119
124

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

Portions of RGB colors in percentages

R + G + B = 63 + 119 + 124 = 306 (100%)
R 63 of 306 ~ 20.59%
G 119 of 306 ~ 38.89%
B 124 of 306 ~ 40.52'%

%20.59
%38.89
%40.52

CMYK color model

#3F777C color CMYK value is (49,4,0,51).

  • cyan value is 49.19%
  • magenta value is 4.03%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (49,4,0,51)
C49M4Y0K51 (49%, 4%, 0%, 51%)
(0.49 / 0.04 / 0.00 / 0.51)

CMYK percentages

%49.19
%4.03
%0
%51.37

Codes

Color #3F777C in popluar color models

3F 77 7C
RGB 63 119 124
HSL 185° 32.62% 36.67%
HSB/HSV 185° 49.19% 48.63%
CMYK 49.19% 4.03% 0.00%
51.37%

Color #3F777C in popluar number systems.

HEX 3F 77 7C
Decimal 63 119 124
Binary 111111 1110111 1111100
Octal 77 167 174

Shades and tints

Shades of #3F777C

#3F777C
(63,119,124)
#3A6D71
(58,109,113)
#356366
(53,99,102)
#30595B
(48,89,91)
#2B4F50
(43,79,80)
#264545
(38,69,69)
#213B3A
(33,59,58)
#1C312F
(28,49,47)
#172724
(23,39,36)
#121D19
(18,29,25)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #3F777C

#3F777C
(63,119,124)
#508387
(80,131,135)
#618F92
(97,143,146)
#729B9D
(114,155,157)
#83A7A8
(131,167,168)
#94B3B3
(148,179,179)
#A5BFBE
(165,191,190)
#B6CBC9
(182,203,201)
#C7D7D4
(199,215,212)
#D8E3DF
(216,227,223)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F777C; }

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

This text font color is #3F777C.

Background Color

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

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

This div background color is #3F777C.

Border color

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

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

This div border color is #3F777C.

Opacity

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

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

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

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

This text has shadow with #3F777C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F777C.

Preview

Color preview on black background

This text has color #3F777C on black background.


Color preview on white background

This text has color #3F777C on white background.


Black color preview on #3F777C background

This text has black color on #3F777C background.


White color preview on #3F777C background

This text has white color on #3F777C background.


Related colors

Complementary color

Complementary color for #hex is #C08883.


I love getcolorcode.com

Triadic colors

1 #7C3F77 and #777C3F with #3F777C are triadic colors.

2 #7C773F and #773F7C with #3F777C are triadic colors.