COLOR #3F4A5F

HEX: #3F4A5F
RGB: (63,74,95)

Color info

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

RGB color model

#3F4A5F color RGB value is (63,74,95).

  • red value is 63;
  • green value is 74;
  • blue value is 95.
RGB:
(63,74,95)
(25%,29%,37%)

RGB channels and saturation

R 63 of 255 = 25%
G 74 of 255 = 29%
B 95 of 255 = 37%

63
74
95

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

Portions of RGB colors in percentages

R + G + B =
63 + 74 + 95 = 232 (100%)
R 63 of 232 ~ 27.16%
G 74 of 232 ~ 31.9%
B 95 of 232 ~ 40.95%

%27.16
%31.9
%40.95

CMYK color model

#3F4A5F color CMYK value is (34,22,0,63).

  • cyan value is 33.68%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(34,22,0,63)
C34M22Y0K63 
(34%,22%,0%,63%)
(0.34/0.22/0.00/0.63)	

CMYK percentages

%33.68
%22.11
%0
%62.75

Codes

Color #3F4A5F in popluar color models

3F4A5F
RGB637495
HSL219°20.25%30.98%
HSB/HSV219°33.68%37.25%
CMYK33.68%22.11%0.00%
62.75%

Color #3F4A5F in popluar number systems.

HEX3F4A5F
Decimal637495
Binary11111110010101011111
Octal77112137

Shades and tints

Shades of #3F4A5F

#3F4A5F
(63,74,95)
#3A4457
(58,68,87)
#353E4F
(53,62,79)
#303847
(48,56,71)
#2B323F
(43,50,63)
#262C37
(38,44,55)
#21262F
(33,38,47)
#1C2027
(28,32,39)
#171A1F
(23,26,31)
#121417
(18,20,23)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #3F4A5F

#3F4A5F
(63,74,95)
#505A6D
(80,90,109)
#616A7B
(97,106,123)
#727A89
(114,122,137)
#838A97
(131,138,151)
#949AA5
(148,154,165)
#A5AAB3
(165,170,179)
#B6BAC1
(182,186,193)
#C7CACF
(199,202,207)
#D8DADD
(216,218,221)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4A5F color. Also use rgb(63,74,95) instead hex code.

Text Font Color

.myTextColor { color: #3F4A5F; }

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

This text font color is #3F4A5F.


Background Color

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

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

This div background color is #3F4A5F.


Border color

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

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

This div border color is #3F4A5F.


Opacity

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

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

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

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

This text has shadow with #3F4A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4A5F on black background.


Color preview on white background

This text has color #3F4A5F on white background.



Black color preview on #3F4A5F background

This text has black color on #3F4A5F background.


White color preview on #3F4A5F background

This text has white color on #3F4A5F background.