COLOR #3F446D

HEX: #3F446D RGB: (63,68,109)

Color info

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

RGB color model

#3F446D color RGB value is (63,68,109).

RGB: (63,68,109) (25%, 27%, 43%)

RGB channels and saturation

R 63 of 255 = 25%
G 68 of 255 = 27%
B 109 of 255 = 43%

63
68
109

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

Portions of RGB colors in percentages

R + G + B = 63 + 68 + 109 = 240 (100%)
R 63 of 240 ~ 26.25%
G 68 of 240 ~ 28.33%
B 109 of 240 ~ 45.42'%

%26.25
%28.33
%45.42

CMYK color model

#3F446D color CMYK value is (42,38,0,57).

  • cyan value is 42.20%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (42,38,0,57)
C42M38Y0K57 (42%, 38%, 0%, 57%)
(0.42 / 0.38 / 0.00 / 0.57)

CMYK percentages

%42.2
%37.61
%0
%57.25

Codes

Color #3F446D in popluar color models

3F 44 6D
RGB 63 68 109
HSL 233° 26.74% 33.73%
HSB/HSV 233° 42.20% 42.75%
CMYK 42.20% 37.61% 0.00%
57.25%

Color #3F446D in popluar number systems.

HEX 3F 44 6D
Decimal 63 68 109
Binary 111111 1000100 1101101
Octal 77 104 155

Shades and tints

Shades of #3F446D

#3F446D
(63,68,109)
#3A3E64
(58,62,100)
#35385B
(53,56,91)
#303252
(48,50,82)
#2B2C49
(43,44,73)
#262640
(38,38,64)
#212037
(33,32,55)
#1C1A2E
(28,26,46)
#171425
(23,20,37)
#120E1C
(18,14,28)
#0D0813
(13,8,19)
#000000
(0,0,0)

Tints of #3F446D

#3F446D
(63,68,109)
#50557A
(80,85,122)
#616687
(97,102,135)
#727794
(114,119,148)
#8388A1
(131,136,161)
#9499AE
(148,153,174)
#A5AABB
(165,170,187)
#B6BBC8
(182,187,200)
#C7CCD5
(199,204,213)
#D8DDE2
(216,221,226)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F446D color. Also use rgb(63,68,109) instead hex code.

Text Font Color

.myTextColor { color: #3F446D; }

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

This text font color is #3F446D.

Background Color

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

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

This div background color is #3F446D.

Border color

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

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

This div border color is #3F446D.

Opacity

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

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

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

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

This text has shadow with #3F446D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F446D.

Preview

Color preview on black background

This text has color #3F446D on black background.


Color preview on white background

This text has color #3F446D on white background.


Black color preview on #3F446D background

This text has black color on #3F446D background.


White color preview on #3F446D background

This text has white color on #3F446D background.


Related colors

Complementary color

Complementary color for #hex is #C0BB92.


I love getcolorcode.com

Triadic colors

1 #6D3F44 and #446D3F with #3F446D are triadic colors.

2 #6D443F and #443F6D with #3F446D are triadic colors.