COLOR #3F4456

HEX: #3F4456
RGB: (63,68,86)

Color info

#3F4456 contains red, green and blue colors in about the same proportion. Web safe color of #3F4456 is #333366 (or #336).

RGB color model

#3F4456 color RGB value is (63,68,86).

  • red value is 63;
  • green value is 68;
  • blue value is 86.
RGB:
(63,68,86)
(25%,27%,34%)

RGB channels and saturation

R 63 of 255 = 25%
G 68 of 255 = 27%
B 86 of 255 = 34%

63
68
86

R + G + B ~ 29%. #3F4456 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 68 + 86 = 217 (100%)
R 63 of 217 ~ 29.03%
G 68 of 217 ~ 31.34%
B 86 of 217 ~ 39.63%

%29.03
%31.34
%39.63

CMYK color model

#3F4456 color CMYK value is (27,21,0,66).

  • cyan value is 26.74%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(27,21,0,66)
C27M21Y0K66 
(27%,21%,0%,66%)
(0.27/0.21/0.00/0.66)	

CMYK percentages

%26.74
%20.93
%0
%66.27

Codes

Color #3F4456 in popluar color models

3F4456
RGB636886
HSL227°15.44%29.22%
HSB/HSV227°26.74%33.73%
CMYK26.74%20.93%0.00%
66.27%

Color #3F4456 in popluar number systems.

HEX3F4456
Decimal636886
Binary11111110001001010110
Octal77104126

Shades and tints

Shades of #3F4456

#3F4456
(63,68,86)
#3A3E4F
(58,62,79)
#353848
(53,56,72)
#303241
(48,50,65)
#2B2C3A
(43,44,58)
#262633
(38,38,51)
#21202C
(33,32,44)
#1C1A25
(28,26,37)
#17141E
(23,20,30)
#120E17
(18,14,23)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #3F4456

#3F4456
(63,68,86)
#505565
(80,85,101)
#616674
(97,102,116)
#727783
(114,119,131)
#838892
(131,136,146)
#9499A1
(148,153,161)
#A5AAB0
(165,170,176)
#B6BBBF
(182,187,191)
#C7CCCE
(199,204,206)
#D8DDDD
(216,221,221)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4456 color. Also use rgb(63,68,86) instead hex code.

Text Font Color

.myTextColor { color: #3F4456; }

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

This text font color is #3F4456.


Background Color

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

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

This div background color is #3F4456.


Border color

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

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

This div border color is #3F4456.


Opacity

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

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

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

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

This text has shadow with #3F4456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4456 on black background.


Color preview on white background

This text has color #3F4456 on white background.



Black color preview on #3F4456 background

This text has black color on #3F4456 background.


White color preview on #3F4456 background

This text has white color on #3F4456 background.