COLOR #3F7874

HEX: #3F7874 RGB: (63,120,116)

Color info

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

RGB color model

#3F7874 color RGB value is (63,120,116).

RGB: (63,120,116) (25%, 47%, 45%)

RGB channels and saturation

R 63 of 255 = 25%
G 120 of 255 = 47%
B 116 of 255 = 45%

63
120
116

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

Portions of RGB colors in percentages

R + G + B = 63 + 120 + 116 = 299 (100%)
R 63 of 299 ~ 21.07%
G 120 of 299 ~ 40.13%
B 116 of 299 ~ 38.8'%

%21.07
%40.13
%38.8

CMYK color model

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

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

CMYK: (48,0,3,53)
C48M0Y3K53 (48%, 0%, 3%, 53%)
(0.48 / 0.00 / 0.03 / 0.53)

CMYK percentages

%47.5
%0
%3.33
%52.94

Codes

Color #3F7874 in popluar color models

3F 78 74
RGB 63 120 116
HSL 176° 31.15% 35.88%
HSB/HSV 176° 47.50% 47.06%
CMYK 47.50% 0.00% 3.33%
52.94%

Color #3F7874 in popluar number systems.

HEX 3F 78 74
Decimal 63 120 116
Binary 111111 1111000 1110100
Octal 77 170 164

Shades and tints

Shades of #3F7874

#3F7874
(63,120,116)
#3A6E6A
(58,110,106)
#356460
(53,100,96)
#305A56
(48,90,86)
#2B504C
(43,80,76)
#264642
(38,70,66)
#213C38
(33,60,56)
#1C322E
(28,50,46)
#172824
(23,40,36)
#121E1A
(18,30,26)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #3F7874

#3F7874
(63,120,116)
#508480
(80,132,128)
#61908C
(97,144,140)
#729C98
(114,156,152)
#83A8A4
(131,168,164)
#94B4B0
(148,180,176)
#A5C0BC
(165,192,188)
#B6CCC8
(182,204,200)
#C7D8D4
(199,216,212)
#D8E4E0
(216,228,224)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7874; }

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

This text font color is #3F7874.

Background Color

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

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

This div background color is #3F7874.

Border color

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

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

This div border color is #3F7874.

Opacity

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

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

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

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

This text has shadow with #3F7874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7874.

Preview

Color preview on black background

This text has color #3F7874 on black background.


Color preview on white background

This text has color #3F7874 on white background.


Black color preview on #3F7874 background

This text has black color on #3F7874 background.


White color preview on #3F7874 background

This text has white color on #3F7874 background.


Related colors

Complementary color

Complementary color for #hex is #C0878B.


I love getcolorcode.com

Triadic colors

1 #743F78 and #78743F with #3F7874 are triadic colors.

2 #74783F and #783F74 with #3F7874 are triadic colors.