COLOR #3F4859

HEX: #3F4859
RGB: (63,72,89)

Color info

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

RGB color model

#3F4859 color RGB value is (63,72,89).

  • red value is 63;
  • green value is 72;
  • blue value is 89.
RGB:
(63,72,89)
(25%,28%,35%)

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 89 of 255 = 35%

63
72
89

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

Portions of RGB colors in percentages

R + G + B =
63 + 72 + 89 = 224 (100%)
R 63 of 224 ~ 28.13%
G 72 of 224 ~ 32.14%
B 89 of 224 ~ 39.73%

%28.13
%32.14
%39.73

CMYK color model

#3F4859 color CMYK value is (29,19,0,65).

  • cyan value is 29.21%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(29,19,0,65)
C29M19Y0K65 
(29%,19%,0%,65%)
(0.29/0.19/0.00/0.65)	

CMYK percentages

%29.21
%19.1
%0
%65.1

Codes

Color #3F4859 in popluar color models

3F4859
RGB637289
HSL219°17.11%29.80%
HSB/HSV219°29.21%34.90%
CMYK29.21%19.10%0.00%
65.10%

Color #3F4859 in popluar number systems.

HEX3F4859
Decimal637289
Binary11111110010001011001
Octal77110131

Shades and tints

Shades of #3F4859

#3F4859
(63,72,89)
#3A4251
(58,66,81)
#353C49
(53,60,73)
#303641
(48,54,65)
#2B3039
(43,48,57)
#262A31
(38,42,49)
#212429
(33,36,41)
#1C1E21
(28,30,33)
#171819
(23,24,25)
#121211
(18,18,17)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #3F4859

#3F4859
(63,72,89)
#505868
(80,88,104)
#616877
(97,104,119)
#727886
(114,120,134)
#838895
(131,136,149)
#9498A4
(148,152,164)
#A5A8B3
(165,168,179)
#B6B8C2
(182,184,194)
#C7C8D1
(199,200,209)
#D8D8E0
(216,216,224)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4859 color. Also use rgb(63,72,89) instead hex code.

Text Font Color

.myTextColor { color: #3F4859; }

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

This text font color is #3F4859.


Background Color

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

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

This div background color is #3F4859.


Border color

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

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

This div border color is #3F4859.


Opacity

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

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

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

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

This text has shadow with #3F4859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4859 on black background.


Color preview on white background

This text has color #3F4859 on white background.



Black color preview on #3F4859 background

This text has black color on #3F4859 background.


White color preview on #3F4859 background

This text has white color on #3F4859 background.