COLOR #3F426E

HEX: #3F426E RGB: (63,66,110)

Color info

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

RGB color model

#3F426E color RGB value is (63,66,110).

RGB: (63,66,110) (25%, 26%, 43%)

RGB channels and saturation

R 63 of 255 = 25%
G 66 of 255 = 26%
B 110 of 255 = 43%

63
66
110

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

Portions of RGB colors in percentages

R + G + B = 63 + 66 + 110 = 239 (100%)
R 63 of 239 ~ 26.36%
G 66 of 239 ~ 27.62%
B 110 of 239 ~ 46.03'%

%26.36
%27.62
%46.03

CMYK color model

#3F426E color CMYK value is (43,40,0,57).

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

CMYK: (43,40,0,57)
C43M40Y0K57 (43%, 40%, 0%, 57%)
(0.43 / 0.40 / 0.00 / 0.57)

CMYK percentages

%42.73
%40
%0
%56.86

Codes

Color #3F426E in popluar color models

3F 42 6E
RGB 63 66 110
HSL 236° 27.17% 33.92%
HSB/HSV 236° 42.73% 43.14%
CMYK 42.73% 40.00% 0.00%
56.86%

Color #3F426E in popluar number systems.

HEX 3F 42 6E
Decimal 63 66 110
Binary 111111 1000010 1101110
Octal 77 102 156

Shades and tints

Shades of #3F426E

#3F426E
(63,66,110)
#3A3C64
(58,60,100)
#35365A
(53,54,90)
#303050
(48,48,80)
#2B2A46
(43,42,70)
#26243C
(38,36,60)
#211E32
(33,30,50)
#1C1828
(28,24,40)
#17121E
(23,18,30)
#120C14
(18,12,20)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #3F426E

#3F426E
(63,66,110)
#50537B
(80,83,123)
#616488
(97,100,136)
#727595
(114,117,149)
#8386A2
(131,134,162)
#9497AF
(148,151,175)
#A5A8BC
(165,168,188)
#B6B9C9
(182,185,201)
#C7CAD6
(199,202,214)
#D8DBE3
(216,219,227)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F426E; }

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

This text font color is #3F426E.

Background Color

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

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

This div background color is #3F426E.

Border color

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

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

This div border color is #3F426E.

Opacity

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

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

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

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

This text has shadow with #3F426E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F426E.

Preview

Color preview on black background

This text has color #3F426E on black background.


Color preview on white background

This text has color #3F426E on white background.


Black color preview on #3F426E background

This text has black color on #3F426E background.


White color preview on #3F426E background

This text has white color on #3F426E background.


Related colors

Complementary color

Complementary color for #hex is #C0BD91.


I love getcolorcode.com

Triadic colors

1 #6E3F42 and #426E3F with #3F426E are triadic colors.

2 #6E423F and #423F6E with #3F426E are triadic colors.