COLOR #3F476F

HEX: #3F476F RGB: (63,71,111)

Color info

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

RGB color model

#3F476F color RGB value is (63,71,111).

RGB: (63,71,111) (25%, 28%, 44%)

RGB channels and saturation

R 63 of 255 = 25%
G 71 of 255 = 28%
B 111 of 255 = 44%

63
71
111

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

Portions of RGB colors in percentages

R + G + B = 63 + 71 + 111 = 245 (100%)
R 63 of 245 ~ 25.71%
G 71 of 245 ~ 28.98%
B 111 of 245 ~ 45.31'%

%25.71
%28.98
%45.31

CMYK color model

#3F476F color CMYK value is (43,36,0,56).

  • cyan value is 43.24%
  • magenta value is 36.04%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (43,36,0,56) C43M36Y0K56 (43%,36%,0%,56%) (0.43/0.36/0.00/0.56) 

CMYK percentages

%43.24
%36.04
%0
%56.47

Codes

Color #3F476F in popluar color models

3F 47 6F
RGB 63 71 111
HSL 230° 27.59% 34.12%
HSB/HSV 230° 43.24% 43.53%
CMYK 43.24% 36.04% 0.00%
56.47%

Color #3F476F in popluar number systems.

HEX 3F 47 6F
Decimal 63 71 111
Binary 111111 1000111 1101111
Octal 77 107 157

Shades and tints

Shades of #3F476F

#3F476F
(63,71,111)
#3A4165
(58,65,101)
#353B5B
(53,59,91)
#303551
(48,53,81)
#2B2F47
(43,47,71)
#26293D
(38,41,61)
#212333
(33,35,51)
#1C1D29
(28,29,41)
#17171F
(23,23,31)
#121115
(18,17,21)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #3F476F

#3F476F
(63,71,111)
#50577C
(80,87,124)
#616789
(97,103,137)
#727796
(114,119,150)
#8387A3
(131,135,163)
#9497B0
(148,151,176)
#A5A7BD
(165,167,189)
#B6B7CA
(182,183,202)
#C7C7D7
(199,199,215)
#D8D7E4
(216,215,228)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F476F color. Also use rgb(63,71,111) instead hex code.

Text Font Color

.myTextColor { color: #3F476F; }

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

This text font color is #3F476F.

Background Color

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

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

This div background color is #3F476F.

Border color

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

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

This div border color is #3F476F.

Opacity

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

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

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

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

This text has shadow with #3F476F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F476F.

Preview

Color preview on black background

This text has color #3F476F on black background.


Color preview on white background

This text has color #3F476F on white background.


Black color preview on #3F476F background

This text has black color on #3F476F background.


White color preview on #3F476F background

This text has white color on #3F476F background.


Related colors

Complementary color

Complementary color for #hex is #C0B890.


I love getcolorcode.com

Triadic colors

1 #6F3F47 and #476F3F with #3F476F are triadic colors.

2 #6F473F and #473F6F with #3F476F are triadic colors.