COLOR #3F4D51

HEX: #3F4D51 RGB: (63,77,81)

Color info

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

RGB color model

#3F4D51 color RGB value is (63,77,81).

RGB: (63,77,81) (25%, 30%, 32%)

RGB channels and saturation

R 63 of 255 = 25%
G 77 of 255 = 30%
B 81 of 255 = 32%

63
77
81

R + G + B ~ 29%. #3F4D51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 77 + 81 = 221 (100%)
R 63 of 221 ~ 28.51%
G 77 of 221 ~ 34.84%
B 81 of 221 ~ 36.65'%

%28.51
%34.84
%36.65

CMYK color model

#3F4D51 color CMYK value is (22,5,0,68).

  • cyan value is 22.22%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (22,5,0,68)
C22M5Y0K68 (22%, 5%, 0%, 68%)
(0.22 / 0.05 / 0.00 / 0.68)

CMYK percentages

%22.22
%4.94
%0
%68.24

Codes

Color #3F4D51 in popluar color models

3F 4D 51
RGB 63 77 81
HSL 193° 12.50% 28.24%
HSB/HSV 193° 22.22% 31.76%
CMYK 22.22% 4.94% 0.00%
68.24%

Color #3F4D51 in popluar number systems.

HEX 3F 4D 51
Decimal 63 77 81
Binary 111111 1001101 1010001
Octal 77 115 121

Shades and tints

Shades of #3F4D51

#3F4D51
(63,77,81)
#3A464A
(58,70,74)
#353F43
(53,63,67)
#30383C
(48,56,60)
#2B3135
(43,49,53)
#262A2E
(38,42,46)
#212327
(33,35,39)
#1C1C20
(28,28,32)
#171519
(23,21,25)
#120E12
(18,14,18)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #3F4D51

#3F4D51
(63,77,81)
#505D60
(80,93,96)
#616D6F
(97,109,111)
#727D7E
(114,125,126)
#838D8D
(131,141,141)
#949D9C
(148,157,156)
#A5ADAB
(165,173,171)
#B6BDBA
(182,189,186)
#C7CDC9
(199,205,201)
#D8DDD8
(216,221,216)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4D51 color. Also use rgb(63,77,81) instead hex code.

Text Font Color

.myTextColor { color: #3F4D51; }

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

This text font color is #3F4D51.

Background Color

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

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

This div background color is #3F4D51.

Border color

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

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

This div border color is #3F4D51.

Opacity

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

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

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

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

This text has shadow with #3F4D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4D51.

Preview

Color preview on black background

This text has color #3F4D51 on black background.


Color preview on white background

This text has color #3F4D51 on white background.


Black color preview on #3F4D51 background

This text has black color on #3F4D51 background.


White color preview on #3F4D51 background

This text has white color on #3F4D51 background.


Related colors

Complementary color

Complementary color for #hex is #C0B2AE.


I love getcolorcode.com

Triadic colors

1 #513F4D and #4D513F with #3F4D51 are triadic colors.

2 #514D3F and #4D3F51 with #3F4D51 are triadic colors.