COLOR #3F4860

HEX: #3F4860
RGB: (63,72,96)

Color info

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

RGB color model

#3F4860 color RGB value is (63,72,96).

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

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 96 of 255 = 38%

63
72
96

R + G + B ~ 30%. #3F4860 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 72 + 96 = 231 (100%)
R 63 of 231 ~ 27.27%
G 72 of 231 ~ 31.17%
B 96 of 231 ~ 41.56%

%27.27
%31.17
%41.56

CMYK color model

#3F4860 color CMYK value is (34,25,0,62).

  • cyan value is 34.38%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(34,25,0,62)
C34M25Y0K62 
(34%,25%,0%,62%)
(0.34/0.25/0.00/0.62)	

CMYK percentages

%34.38
%25
%0
%62.35

Codes

Color #3F4860 in popluar color models

3F4860
RGB637296
HSL224°20.75%31.18%
HSB/HSV224°34.38%37.65%
CMYK34.38%25.00%0.00%
62.35%

Color #3F4860 in popluar number systems.

HEX3F4860
Decimal637296
Binary11111110010001100000
Octal77110140

Shades and tints

Shades of #3F4860

#3F4860
(63,72,96)
#3A4258
(58,66,88)
#353C50
(53,60,80)
#303648
(48,54,72)
#2B3040
(43,48,64)
#262A38
(38,42,56)
#212430
(33,36,48)
#1C1E28
(28,30,40)
#171820
(23,24,32)
#121218
(18,18,24)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #3F4860

#3F4860
(63,72,96)
#50586E
(80,88,110)
#61687C
(97,104,124)
#72788A
(114,120,138)
#838898
(131,136,152)
#9498A6
(148,152,166)
#A5A8B4
(165,168,180)
#B6B8C2
(182,184,194)
#C7C8D0
(199,200,208)
#D8D8DE
(216,216,222)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4860; }

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

This text font color is #3F4860.


Background Color

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

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

This div background color is #3F4860.


Border color

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

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

This div border color is #3F4860.


Opacity

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

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

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

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

This text has shadow with #3F4860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4860 on black background.


Color preview on white background

This text has color #3F4860 on white background.



Black color preview on #3F4860 background

This text has black color on #3F4860 background.


White color preview on #3F4860 background

This text has white color on #3F4860 background.