COLOR #3F496E

HEX: #3F496E RGB: (63,73,110)

Color info

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

RGB color model

#3F496E color RGB value is (63,73,110).

RGB: (63,73,110) (25%, 29%, 43%)

RGB channels and saturation

R 63 of 255 = 25%
G 73 of 255 = 29%
B 110 of 255 = 43%

63
73
110

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

Portions of RGB colors in percentages

R + G + B = 63 + 73 + 110 = 246 (100%)
R 63 of 246 ~ 25.61%
G 73 of 246 ~ 29.67%
B 110 of 246 ~ 44.72'%

%25.61
%29.67
%44.72

CMYK color model

#3F496E color CMYK value is (43,34,0,57).

  • cyan value is 42.73%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (43,34,0,57)
C43M34Y0K57 (43%, 34%, 0%, 57%)
(0.43 / 0.34 / 0.00 / 0.57)

CMYK percentages

%42.73
%33.64
%0
%56.86

Codes

Color #3F496E in popluar color models

3F 49 6E
RGB 63 73 110
HSL 227° 27.17% 33.92%
HSB/HSV 227° 42.73% 43.14%
CMYK 42.73% 33.64% 0.00%
56.86%

Color #3F496E in popluar number systems.

HEX 3F 49 6E
Decimal 63 73 110
Binary 111111 1001001 1101110
Octal 77 111 156

Shades and tints

Shades of #3F496E

#3F496E
(63,73,110)
#3A4364
(58,67,100)
#353D5A
(53,61,90)
#303750
(48,55,80)
#2B3146
(43,49,70)
#262B3C
(38,43,60)
#212532
(33,37,50)
#1C1F28
(28,31,40)
#17191E
(23,25,30)
#121314
(18,19,20)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #3F496E

#3F496E
(63,73,110)
#50597B
(80,89,123)
#616988
(97,105,136)
#727995
(114,121,149)
#8389A2
(131,137,162)
#9499AF
(148,153,175)
#A5A9BC
(165,169,188)
#B6B9C9
(182,185,201)
#C7C9D6
(199,201,214)
#D8D9E3
(216,217,227)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F496E; }

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

This text font color is #3F496E.

Background Color

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

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

This div background color is #3F496E.

Border color

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

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

This div border color is #3F496E.

Opacity

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

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

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

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

This text has shadow with #3F496E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F496E.

Preview

Color preview on black background

This text has color #3F496E on black background.


Color preview on white background

This text has color #3F496E on white background.


Black color preview on #3F496E background

This text has black color on #3F496E background.


White color preview on #3F496E background

This text has white color on #3F496E background.


Related colors

Complementary color

Complementary color for #hex is #C0B691.


I love getcolorcode.com

Triadic colors

1 #6E3F49 and #496E3F with #3F496E are triadic colors.

2 #6E493F and #493F6E with #3F496E are triadic colors.