COLOR #3F556B

HEX: #3F556B
RGB: (63,85,107)

Color info

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

RGB color model

#3F556B color RGB value is (63,85,107).

  • red value is 63;
  • green value is 85;
  • blue value is 107.
RGB:
(63,85,107)
(25%,33%,42%)

RGB channels and saturation

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

63
85
107

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

Portions of RGB colors in percentages

R + G + B =
63 + 85 + 107 = 255 (100%)
R 63 of 255 ~ 24.71%
G 85 of 255 ~ 33.33%
B 107 of 255 ~ 41.96%

%24.71
%33.33
%41.96

CMYK color model

#3F556B color CMYK value is (41,21,0,58).

  • cyan value is 41.12%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(41,21,0,58)
C41M21Y0K58 
(41%,21%,0%,58%)
(0.41/0.21/0.00/0.58)	

CMYK percentages

%41.12
%20.56
%0
%58.04

Codes

Color #3F556B in popluar color models

3F556B
RGB6385107
HSL210°25.88%33.33%
HSB/HSV210°41.12%41.96%
CMYK41.12%20.56%0.00%
58.04%

Color #3F556B in popluar number systems.

HEX3F556B
Decimal6385107
Binary11111110101011101011
Octal77125153

Shades and tints

Shades of #3F556B

#3F556B
(63,85,107)
#3A4E62
(58,78,98)
#354759
(53,71,89)
#304050
(48,64,80)
#2B3947
(43,57,71)
#26323E
(38,50,62)
#212B35
(33,43,53)
#1C242C
(28,36,44)
#171D23
(23,29,35)
#12161A
(18,22,26)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #3F556B

#3F556B
(63,85,107)
#506478
(80,100,120)
#617385
(97,115,133)
#728292
(114,130,146)
#83919F
(131,145,159)
#94A0AC
(148,160,172)
#A5AFB9
(165,175,185)
#B6BEC6
(182,190,198)
#C7CDD3
(199,205,211)
#D8DCE0
(216,220,224)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F556B; }

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

This text font color is #3F556B.


Background Color

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

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

This div background color is #3F556B.


Border color

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

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

This div border color is #3F556B.


Opacity

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

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

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

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

This text has shadow with #3F556B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F556B on black background.


Color preview on white background

This text has color #3F556B on white background.



Black color preview on #3F556B background

This text has black color on #3F556B background.


White color preview on #3F556B background

This text has white color on #3F556B background.