COLOR #3F496A

HEX: #3F496A
RGB: (63,73,106)

Color info

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

RGB color model

#3F496A color RGB value is (63,73,106).

  • red value is 63;
  • green value is 73;
  • blue value is 106.
RGB:
(63,73,106)
(25%,29%,42%)

RGB channels and saturation

R 63 of 255 = 25%
G 73 of 255 = 29%
B 106 of 255 = 42%

63
73
106

R + G + B ~ 32%. #3F496A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 73 + 106 = 242 (100%)
R 63 of 242 ~ 26.03%
G 73 of 242 ~ 30.17%
B 106 of 242 ~ 43.8%

%26.03
%30.17
%43.8

CMYK color model

#3F496A color CMYK value is (41,31,0,58).

  • cyan value is 40.57%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(41,31,0,58)
C41M31Y0K58 
(41%,31%,0%,58%)
(0.41/0.31/0.00/0.58)	

CMYK percentages

%40.57
%31.13
%0
%58.43

Codes

Color #3F496A in popluar color models

3F496A
RGB6373106
HSL226°25.44%33.14%
HSB/HSV226°40.57%41.57%
CMYK40.57%31.13%0.00%
58.43%

Color #3F496A in popluar number systems.

HEX3F496A
Decimal6373106
Binary11111110010011101010
Octal77111152

Shades and tints

Shades of #3F496A

#3F496A
(63,73,106)
#3A4361
(58,67,97)
#353D58
(53,61,88)
#30374F
(48,55,79)
#2B3146
(43,49,70)
#262B3D
(38,43,61)
#212534
(33,37,52)
#1C1F2B
(28,31,43)
#171922
(23,25,34)
#121319
(18,19,25)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #3F496A

#3F496A
(63,73,106)
#505977
(80,89,119)
#616984
(97,105,132)
#727991
(114,121,145)
#83899E
(131,137,158)
#9499AB
(148,153,171)
#A5A9B8
(165,169,184)
#B6B9C5
(182,185,197)
#C7C9D2
(199,201,210)
#D8D9DF
(216,217,223)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F496A color. Also use rgb(63,73,106) instead hex code.

Text Font Color

.myTextColor { color: #3F496A; }

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

This text font color is #3F496A.


Background Color

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

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

This div background color is #3F496A.


Border color

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

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

This div border color is #3F496A.


Opacity

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

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

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

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

This text has shadow with #3F496A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F496A on black background.


Color preview on white background

This text has color #3F496A on white background.



Black color preview on #3F496A background

This text has black color on #3F496A background.


White color preview on #3F496A background

This text has white color on #3F496A background.