COLOR #3F4D64

HEX: #3F4D64
RGB: (63,77,100)

Color info

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

RGB color model

#3F4D64 color RGB value is (63,77,100).

  • red value is 63;
  • green value is 77;
  • blue value is 100.
RGB:
(63,77,100)
(25%,30%,39%)

RGB channels and saturation

R 63 of 255 = 25%
G 77 of 255 = 30%
B 100 of 255 = 39%

63
77
100

R + G + B ~ 31%. #3F4D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 77 + 100 = 240 (100%)
R 63 of 240 ~ 26.25%
G 77 of 240 ~ 32.08%
B 100 of 240 ~ 41.67%

%26.25
%32.08
%41.67

CMYK color model

#3F4D64 color CMYK value is (37,23,0,61).

  • cyan value is 37.00%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(37,23,0,61)
C37M23Y0K61 
(37%,23%,0%,61%)
(0.37/0.23/0.00/0.61)	

CMYK percentages

%37
%23
%0
%60.78

Codes

Color #3F4D64 in popluar color models

3F4D64
RGB6377100
HSL217°22.70%31.96%
HSB/HSV217°37.00%39.22%
CMYK37.00%23.00%0.00%
60.78%

Color #3F4D64 in popluar number systems.

HEX3F4D64
Decimal6377100
Binary11111110011011100100
Octal77115144

Shades and tints

Shades of #3F4D64

#3F4D64
(63,77,100)
#3A465B
(58,70,91)
#353F52
(53,63,82)
#303849
(48,56,73)
#2B3140
(43,49,64)
#262A37
(38,42,55)
#21232E
(33,35,46)
#1C1C25
(28,28,37)
#17151C
(23,21,28)
#120E13
(18,14,19)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #3F4D64

#3F4D64
(63,77,100)
#505D72
(80,93,114)
#616D80
(97,109,128)
#727D8E
(114,125,142)
#838D9C
(131,141,156)
#949DAA
(148,157,170)
#A5ADB8
(165,173,184)
#B6BDC6
(182,189,198)
#C7CDD4
(199,205,212)
#D8DDE2
(216,221,226)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4D64 color. Also use rgb(63,77,100) instead hex code.

Text Font Color

.myTextColor { color: #3F4D64; }

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

This text font color is #3F4D64.


Background Color

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

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

This div background color is #3F4D64.


Border color

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

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

This div border color is #3F4D64.


Opacity

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

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

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

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

This text has shadow with #3F4D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4D64 on black background.


Color preview on white background

This text has color #3F4D64 on white background.



Black color preview on #3F4D64 background

This text has black color on #3F4D64 background.


White color preview on #3F4D64 background

This text has white color on #3F4D64 background.