COLOR #3F475B

HEX: #3F475B RGB: (63,71,91)

Color info

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

RGB color model

#3F475B color RGB value is (63,71,91).

RGB: (63,71,91) (25%, 28%, 36%)

RGB channels and saturation

R 63 of 255 = 25%
G 71 of 255 = 28%
B 91 of 255 = 36%

63
71
91

R + G + B ~ 30%. #3F475B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 71 + 91 = 225 (100%)
R 63 of 225 ~ 28%
G 71 of 225 ~ 31.56%
B 91 of 225 ~ 40.44'%

%28
%31.56
%40.44

CMYK color model

#3F475B color CMYK value is (31,22,0,64).

  • cyan value is 30.77%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (31,22,0,64) C31M22Y0K64 (31%,22%,0%,64%) (0.31/0.22/0.00/0.64) 

CMYK percentages

%30.77
%21.98
%0
%64.31

Codes

Color #3F475B in popluar color models

3F 47 5B
RGB 63 71 91
HSL 223° 18.18% 30.20%
HSB/HSV 223° 30.77% 35.69%
CMYK 30.77% 21.98% 0.00%
64.31%

Color #3F475B in popluar number systems.

HEX 3F 47 5B
Decimal 63 71 91
Binary 111111 1000111 1011011
Octal 77 107 133

Shades and tints

Shades of #3F475B

#3F475B
(63,71,91)
#3A4153
(58,65,83)
#353B4B
(53,59,75)
#303543
(48,53,67)
#2B2F3B
(43,47,59)
#262933
(38,41,51)
#21232B
(33,35,43)
#1C1D23
(28,29,35)
#17171B
(23,23,27)
#121113
(18,17,19)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #3F475B

#3F475B
(63,71,91)
#505769
(80,87,105)
#616777
(97,103,119)
#727785
(114,119,133)
#838793
(131,135,147)
#9497A1
(148,151,161)
#A5A7AF
(165,167,175)
#B6B7BD
(182,183,189)
#C7C7CB
(199,199,203)
#D8D7D9
(216,215,217)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F475B; }

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

This text font color is #3F475B.

Background Color

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

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

This div background color is #3F475B.

Border color

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

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

This div border color is #3F475B.

Opacity

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

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

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

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

This text has shadow with #3F475B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F475B.

Preview

Color preview on black background

This text has color #3F475B on black background.


Color preview on white background

This text has color #3F475B on white background.


Black color preview on #3F475B background

This text has black color on #3F475B background.


White color preview on #3F475B background

This text has white color on #3F475B background.


Related colors

Complementary color

Complementary color for #hex is #C0B8A4.


I love getcolorcode.com

Triadic colors

1 #5B3F47 and #475B3F with #3F475B are triadic colors.

2 #5B473F and #473F5B with #3F475B are triadic colors.