COLOR #3F486D

HEX: #3F486D RGB: (63,72,109)

Color info

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

RGB color model

#3F486D color RGB value is (63,72,109).

RGB: (63,72,109) (25%, 28%, 43%)

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 109 of 255 = 43%

63
72
109

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

Portions of RGB colors in percentages

R + G + B = 63 + 72 + 109 = 244 (100%)
R 63 of 244 ~ 25.82%
G 72 of 244 ~ 29.51%
B 109 of 244 ~ 44.67'%

%25.82
%29.51
%44.67

CMYK color model

#3F486D color CMYK value is (42,34,0,57).

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

CMYK: (42,34,0,57)
C42M34Y0K57 (42%, 34%, 0%, 57%)
(0.42 / 0.34 / 0.00 / 0.57)

CMYK percentages

%42.2
%33.94
%0
%57.25

Codes

Color #3F486D in popluar color models

3F 48 6D
RGB 63 72 109
HSL 228° 26.74% 33.73%
HSB/HSV 228° 42.20% 42.75%
CMYK 42.20% 33.94% 0.00%
57.25%

Color #3F486D in popluar number systems.

HEX 3F 48 6D
Decimal 63 72 109
Binary 111111 1001000 1101101
Octal 77 110 155

Shades and tints

Shades of #3F486D

#3F486D
(63,72,109)
#3A4264
(58,66,100)
#353C5B
(53,60,91)
#303652
(48,54,82)
#2B3049
(43,48,73)
#262A40
(38,42,64)
#212437
(33,36,55)
#1C1E2E
(28,30,46)
#171825
(23,24,37)
#12121C
(18,18,28)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #3F486D

#3F486D
(63,72,109)
#50587A
(80,88,122)
#616887
(97,104,135)
#727894
(114,120,148)
#8388A1
(131,136,161)
#9498AE
(148,152,174)
#A5A8BB
(165,168,187)
#B6B8C8
(182,184,200)
#C7C8D5
(199,200,213)
#D8D8E2
(216,216,226)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F486D; }

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

This text font color is #3F486D.

Background Color

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

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

This div background color is #3F486D.

Border color

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

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

This div border color is #3F486D.

Opacity

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

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

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

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

This text has shadow with #3F486D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F486D.

Preview

Color preview on black background

This text has color #3F486D on black background.


Color preview on white background

This text has color #3F486D on white background.


Black color preview on #3F486D background

This text has black color on #3F486D background.


White color preview on #3F486D background

This text has white color on #3F486D background.


Related colors

Complementary color

Complementary color for #hex is #C0B792.


I love getcolorcode.com

Triadic colors

1 #6D3F48 and #486D3F with #3F486D are triadic colors.

2 #6D483F and #483F6D with #3F486D are triadic colors.