COLOR #3F6774

HEX: #3F6774 RGB: (63,103,116)

Color info

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

RGB color model

#3F6774 color RGB value is (63,103,116).

RGB: (63,103,116) (25%, 40%, 45%)

RGB channels and saturation

R 63 of 255 = 25%
G 103 of 255 = 40%
B 116 of 255 = 45%

63
103
116

R + G + B ~ 37%. #3F6774 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 103 + 116 = 282 (100%)
R 63 of 282 ~ 22.34%
G 103 of 282 ~ 36.52%
B 116 of 282 ~ 41.13'%

%22.34
%36.52
%41.13

CMYK color model

#3F6774 color CMYK value is (46,11,0,55).

  • cyan value is 45.69%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (46,11,0,55)
C46M11Y0K55 (46%, 11%, 0%, 55%)
(0.46 / 0.11 / 0.00 / 0.55)

CMYK percentages

%45.69
%11.21
%0
%54.51

Codes

Color #3F6774 in popluar color models

3F 67 74
RGB 63 103 116
HSL 195° 29.61% 35.10%
HSB/HSV 195° 45.69% 45.49%
CMYK 45.69% 11.21% 0.00%
54.51%

Color #3F6774 in popluar number systems.

HEX 3F 67 74
Decimal 63 103 116
Binary 111111 1100111 1110100
Octal 77 147 164

Shades and tints

Shades of #3F6774

#3F6774
(63,103,116)
#3A5E6A
(58,94,106)
#355560
(53,85,96)
#304C56
(48,76,86)
#2B434C
(43,67,76)
#263A42
(38,58,66)
#213138
(33,49,56)
#1C282E
(28,40,46)
#171F24
(23,31,36)
#12161A
(18,22,26)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #3F6774

#3F6774
(63,103,116)
#507480
(80,116,128)
#61818C
(97,129,140)
#728E98
(114,142,152)
#839BA4
(131,155,164)
#94A8B0
(148,168,176)
#A5B5BC
(165,181,188)
#B6C2C8
(182,194,200)
#C7CFD4
(199,207,212)
#D8DCE0
(216,220,224)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6774; }

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

This text font color is #3F6774.

Background Color

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

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

This div background color is #3F6774.

Border color

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

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

This div border color is #3F6774.

Opacity

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

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

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

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

This text has shadow with #3F6774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6774.

Preview

Color preview on black background

This text has color #3F6774 on black background.


Color preview on white background

This text has color #3F6774 on white background.


Black color preview on #3F6774 background

This text has black color on #3F6774 background.


White color preview on #3F6774 background

This text has white color on #3F6774 background.


Related colors

Complementary color

Complementary color for #hex is #C0988B.


I love getcolorcode.com

Triadic colors

1 #743F67 and #67743F with #3F6774 are triadic colors.

2 #74673F and #673F74 with #3F6774 are triadic colors.