COLOR #3F556E

HEX: #3F556E RGB: (63,85,110)

Color info

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

RGB color model

#3F556E color RGB value is (63,85,110).

RGB: (63,85,110) (25%, 33%, 43%)

RGB channels and saturation

R 63 of 255 = 25%
G 85 of 255 = 33%
B 110 of 255 = 43%

63
85
110

R + G + B ~ 34%. #3F556E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 85 + 110 = 258 (100%)
R 63 of 258 ~ 24.42%
G 85 of 258 ~ 32.95%
B 110 of 258 ~ 42.64'%

%24.42
%32.95
%42.64

CMYK color model

#3F556E color CMYK value is (43,23,0,57).

  • cyan value is 42.73%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (43,23,0,57)
C43M23Y0K57 (43%, 23%, 0%, 57%)
(0.43 / 0.23 / 0.00 / 0.57)

CMYK percentages

%42.73
%22.73
%0
%56.86

Codes

Color #3F556E in popluar color models

3F 55 6E
RGB 63 85 110
HSL 212° 27.17% 33.92%
HSB/HSV 212° 42.73% 43.14%
CMYK 42.73% 22.73% 0.00%
56.86%

Color #3F556E in popluar number systems.

HEX 3F 55 6E
Decimal 63 85 110
Binary 111111 1010101 1101110
Octal 77 125 156

Shades and tints

Shades of #3F556E

#3F556E
(63,85,110)
#3A4E64
(58,78,100)
#35475A
(53,71,90)
#304050
(48,64,80)
#2B3946
(43,57,70)
#26323C
(38,50,60)
#212B32
(33,43,50)
#1C2428
(28,36,40)
#171D1E
(23,29,30)
#121614
(18,22,20)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #3F556E

#3F556E
(63,85,110)
#50647B
(80,100,123)
#617388
(97,115,136)
#728295
(114,130,149)
#8391A2
(131,145,162)
#94A0AF
(148,160,175)
#A5AFBC
(165,175,188)
#B6BEC9
(182,190,201)
#C7CDD6
(199,205,214)
#D8DCE3
(216,220,227)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F556E; }

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

This text font color is #3F556E.

Background Color

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

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

This div background color is #3F556E.

Border color

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

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

This div border color is #3F556E.

Opacity

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

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

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

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

This text has shadow with #3F556E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F556E.

Preview

Color preview on black background

This text has color #3F556E on black background.


Color preview on white background

This text has color #3F556E on white background.


Black color preview on #3F556E background

This text has black color on #3F556E background.


White color preview on #3F556E background

This text has white color on #3F556E background.


Related colors

Complementary color

Complementary color for #hex is #C0AA91.


I love getcolorcode.com

Triadic colors

1 #6E3F55 and #556E3F with #3F556E are triadic colors.

2 #6E553F and #553F6E with #3F556E are triadic colors.