COLOR #3F556C

HEX: #3F556C RGB: (63,85,108)

Color info

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

RGB color model

#3F556C color RGB value is (63,85,108).

RGB: (63,85,108) (25%, 33%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 85 of 255 = 33%
B 108 of 255 = 42%

63
85
108

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

Portions of RGB colors in percentages

R + G + B = 63 + 85 + 108 = 256 (100%)
R 63 of 256 ~ 24.61%
G 85 of 256 ~ 33.2%
B 108 of 256 ~ 42.19'%

%24.61
%33.2
%42.19

CMYK color model

#3F556C color CMYK value is (42,21,0,58).

  • cyan value is 41.67%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (42,21,0,58)
C42M21Y0K58 (42%, 21%, 0%, 58%)
(0.42 / 0.21 / 0.00 / 0.58)

CMYK percentages

%41.67
%21.3
%0
%57.65

Codes

Color #3F556C in popluar color models

3F 55 6C
RGB 63 85 108
HSL 211° 26.32% 33.53%
HSB/HSV 211° 41.67% 42.35%
CMYK 41.67% 21.30% 0.00%
57.65%

Color #3F556C in popluar number systems.

HEX 3F 55 6C
Decimal 63 85 108
Binary 111111 1010101 1101100
Octal 77 125 154

Shades and tints

Shades of #3F556C

#3F556C
(63,85,108)
#3A4E63
(58,78,99)
#35475A
(53,71,90)
#304051
(48,64,81)
#2B3948
(43,57,72)
#26323F
(38,50,63)
#212B36
(33,43,54)
#1C242D
(28,36,45)
#171D24
(23,29,36)
#12161B
(18,22,27)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #3F556C

#3F556C
(63,85,108)
#506479
(80,100,121)
#617386
(97,115,134)
#728293
(114,130,147)
#8391A0
(131,145,160)
#94A0AD
(148,160,173)
#A5AFBA
(165,175,186)
#B6BEC7
(182,190,199)
#C7CDD4
(199,205,212)
#D8DCE1
(216,220,225)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F556C; }

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

This text font color is #3F556C.

Background Color

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

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

This div background color is #3F556C.

Border color

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

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

This div border color is #3F556C.

Opacity

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

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

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

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

This text has shadow with #3F556C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F556C.

Preview

Color preview on black background

This text has color #3F556C on black background.


Color preview on white background

This text has color #3F556C on white background.


Black color preview on #3F556C background

This text has black color on #3F556C background.


White color preview on #3F556C background

This text has white color on #3F556C background.


Related colors

Complementary color

Complementary color for #hex is #C0AA93.


I love getcolorcode.com

Triadic colors

1 #6C3F55 and #556C3F with #3F556C are triadic colors.

2 #6C553F and #553F6C with #3F556C are triadic colors.