COLOR #3F7974

HEX: #3F7974 RGB: (63,121,116)

Color info

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

RGB color model

#3F7974 color RGB value is (63,121,116).

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

RGB channels and saturation

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

63
121
116

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

Portions of RGB colors in percentages

R + G + B = 63 + 121 + 116 = 300 (100%)
R 63 of 300 ~ 21%
G 121 of 300 ~ 40.33%
B 116 of 300 ~ 38.67'%

%21
%40.33
%38.67

CMYK color model

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

  • cyan value is 47.93%
  • magenta value is 0.00%
  • yellow value is 4.13%
  • key color value is 52.55%
CMYK: (48,0,4,53) C48M0Y4K53 (48%,0%,4%,53%) (0.48/0.00/0.04/0.53) 

CMYK percentages

%47.93
%0
%4.13
%52.55

Codes

Color #3F7974 in popluar color models

3F 79 74
RGB 63 121 116
HSL 175° 31.52% 36.08%
HSB/HSV 175° 47.93% 47.45%
CMYK 47.93% 0.00% 4.13%
52.55%

Color #3F7974 in popluar number systems.

HEX 3F 79 74
Decimal 63 121 116
Binary 111111 1111001 1110100
Octal 77 171 164

Shades and tints

Shades of #3F7974

#3F7974
(63,121,116)
#3A6E6A
(58,110,106)
#356360
(53,99,96)
#305856
(48,88,86)
#2B4D4C
(43,77,76)
#264242
(38,66,66)
#213738
(33,55,56)
#1C2C2E
(28,44,46)
#172124
(23,33,36)
#12161A
(18,22,26)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #3F7974

#3F7974
(63,121,116)
#508580
(80,133,128)
#61918C
(97,145,140)
#729D98
(114,157,152)
#83A9A4
(131,169,164)
#94B5B0
(148,181,176)
#A5C1BC
(165,193,188)
#B6CDC8
(182,205,200)
#C7D9D4
(199,217,212)
#D8E5E0
(216,229,224)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7974; }

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

This text font color is #3F7974.

Background Color

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

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

This div background color is #3F7974.

Border color

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

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

This div border color is #3F7974.

Opacity

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

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

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

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

This text has shadow with #3F7974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7974.

Preview

Color preview on black background

This text has color #3F7974 on black background.


Color preview on white background

This text has color #3F7974 on white background.


Black color preview on #3F7974 background

This text has black color on #3F7974 background.


White color preview on #3F7974 background

This text has white color on #3F7974 background.


Related colors

Complementary color

Complementary color for #hex is #C0868B.


I love getcolorcode.com

Triadic colors

1 #743F79 and #79743F with #3F7974 are triadic colors.

2 #74793F and #793F74 with #3F7974 are triadic colors.