COLOR #3F7876

HEX: #3F7876 RGB: (63,120,118)

Color info

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

RGB color model

#3F7876 color RGB value is (63,120,118).

RGB: (63,120,118) (25%, 47%, 46%)

RGB channels and saturation

R 63 of 255 = 25%
G 120 of 255 = 47%
B 118 of 255 = 46%

63
120
118

R + G + B ~ 39%. #3F7876 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 120 + 118 = 301 (100%)
R 63 of 301 ~ 20.93%
G 120 of 301 ~ 39.87%
B 118 of 301 ~ 39.2'%

%20.93
%39.87
%39.2

CMYK color model

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

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 52.94%

CMYK: (48,0,2,53)
C48M0Y2K53 (48%, 0%, 2%, 53%)
(0.48 / 0.00 / 0.02 / 0.53)

CMYK percentages

%47.5
%0
%1.67
%52.94

Codes

Color #3F7876 in popluar color models

3F 78 76
RGB 63 120 118
HSL 178° 31.15% 35.88%
HSB/HSV 178° 47.50% 47.06%
CMYK 47.50% 0.00% 1.67%
52.94%

Color #3F7876 in popluar number systems.

HEX 3F 78 76
Decimal 63 120 118
Binary 111111 1111000 1110110
Octal 77 170 166

Shades and tints

Shades of #3F7876

#3F7876
(63,120,118)
#3A6E6C
(58,110,108)
#356462
(53,100,98)
#305A58
(48,90,88)
#2B504E
(43,80,78)
#264644
(38,70,68)
#213C3A
(33,60,58)
#1C3230
(28,50,48)
#172826
(23,40,38)
#121E1C
(18,30,28)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #3F7876

#3F7876
(63,120,118)
#508482
(80,132,130)
#61908E
(97,144,142)
#729C9A
(114,156,154)
#83A8A6
(131,168,166)
#94B4B2
(148,180,178)
#A5C0BE
(165,192,190)
#B6CCCA
(182,204,202)
#C7D8D6
(199,216,214)
#D8E4E2
(216,228,226)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7876 color. Also use rgb(63,120,118) instead hex code.

Text Font Color

.myTextColor { color: #3F7876; }

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

This text font color is #3F7876.

Background Color

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

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

This div background color is #3F7876.

Border color

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

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

This div border color is #3F7876.

Opacity

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

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

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

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

This text has shadow with #3F7876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7876.

Preview

Color preview on black background

This text has color #3F7876 on black background.


Color preview on white background

This text has color #3F7876 on white background.


Black color preview on #3F7876 background

This text has black color on #3F7876 background.


White color preview on #3F7876 background

This text has white color on #3F7876 background.


Related colors

Complementary color

Complementary color for #hex is #C08789.


I love getcolorcode.com

Triadic colors

1 #763F78 and #78763F with #3F7876 are triadic colors.

2 #76783F and #783F76 with #3F7876 are triadic colors.