COLOR #3F516E

HEX: #3F516E RGB: (63,81,110)

Color info

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

RGB color model

#3F516E color RGB value is (63,81,110).

RGB: (63,81,110) (25%, 32%, 43%)

RGB channels and saturation

R 63 of 255 = 25%
G 81 of 255 = 32%
B 110 of 255 = 43%

63
81
110

R + G + B ~ 33%. #3F516E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 81 + 110 = 254 (100%)
R 63 of 254 ~ 24.8%
G 81 of 254 ~ 31.89%
B 110 of 254 ~ 43.31'%

%24.8
%31.89
%43.31

CMYK color model

#3F516E color CMYK value is (43,26,0,57).

  • cyan value is 42.73%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (43,26,0,57) C43M26Y0K57 (43%,26%,0%,57%) (0.43/0.26/0.00/0.57) 

CMYK percentages

%42.73
%26.36
%0
%56.86

Codes

Color #3F516E in popluar color models

3F 51 6E
RGB 63 81 110
HSL 217° 27.17% 33.92%
HSB/HSV 217° 42.73% 43.14%
CMYK 42.73% 26.36% 0.00%
56.86%

Color #3F516E in popluar number systems.

HEX 3F 51 6E
Decimal 63 81 110
Binary 111111 1010001 1101110
Octal 77 121 156

Shades and tints

Shades of #3F516E

#3F516E
(63,81,110)
#3A4A64
(58,74,100)
#35435A
(53,67,90)
#303C50
(48,60,80)
#2B3546
(43,53,70)
#262E3C
(38,46,60)
#212732
(33,39,50)
#1C2028
(28,32,40)
#17191E
(23,25,30)
#121214
(18,18,20)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #3F516E

#3F516E
(63,81,110)
#50607B
(80,96,123)
#616F88
(97,111,136)
#727E95
(114,126,149)
#838DA2
(131,141,162)
#949CAF
(148,156,175)
#A5ABBC
(165,171,188)
#B6BAC9
(182,186,201)
#C7C9D6
(199,201,214)
#D8D8E3
(216,216,227)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F516E color. Also use rgb(63,81,110) instead hex code.

Text Font Color

.myTextColor { color: #3F516E; }

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

This text font color is #3F516E.

Background Color

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

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

This div background color is #3F516E.

Border color

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

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

This div border color is #3F516E.

Opacity

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

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

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

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

This text has shadow with #3F516E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F516E.

Preview

Color preview on black background

This text has color #3F516E on black background.


Color preview on white background

This text has color #3F516E on white background.


Black color preview on #3F516E background

This text has black color on #3F516E background.


White color preview on #3F516E background

This text has white color on #3F516E background.


Related colors

Complementary color

Complementary color for #hex is #C0AE91.


I love getcolorcode.com

Triadic colors

1 #6E3F51 and #516E3F with #3F516E are triadic colors.

2 #6E513F and #513F6E with #3F516E are triadic colors.