COLOR #3F474D

HEX: #3F474D RGB: (63,71,77)

Color info

#3F474D contains red, green and blue colors in about the same proportion. Web safe color of #3F474D is #333333 (or #333).

RGB color model

#3F474D color RGB value is (63,71,77).

RGB: (63,71,77) (25%, 28%, 30%)

RGB channels and saturation

R 63 of 255 = 25%
G 71 of 255 = 28%
B 77 of 255 = 30%

63
71
77

R + G + B ~ 28%. #3F474D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 71 + 77 = 211 (100%)
R 63 of 211 ~ 29.86%
G 71 of 211 ~ 33.65%
B 77 of 211 ~ 36.49'%

%29.86
%33.65
%36.49

CMYK color model

#3F474D color CMYK value is (18,8,0,70).

  • cyan value is 18.18%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (18,8,0,70)
C18M8Y0K70 (18%, 8%, 0%, 70%)
(0.18 / 0.08 / 0.00 / 0.70)

CMYK percentages

%18.18
%7.79
%0
%69.8

Codes

Color #3F474D in popluar color models

3F 47 4D
RGB 63 71 77
HSL 206° 10.00% 27.45%
HSB/HSV 206° 18.18% 30.20%
CMYK 18.18% 7.79% 0.00%
69.80%

Color #3F474D in popluar number systems.

HEX 3F 47 4D
Decimal 63 71 77
Binary 111111 1000111 1001101
Octal 77 107 115

Shades and tints

Shades of #3F474D

#3F474D
(63,71,77)
#3A4146
(58,65,70)
#353B3F
(53,59,63)
#303538
(48,53,56)
#2B2F31
(43,47,49)
#26292A
(38,41,42)
#212323
(33,35,35)
#1C1D1C
(28,29,28)
#171715
(23,23,21)
#12110E
(18,17,14)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #3F474D

#3F474D
(63,71,77)
#50575D
(80,87,93)
#61676D
(97,103,109)
#72777D
(114,119,125)
#83878D
(131,135,141)
#94979D
(148,151,157)
#A5A7AD
(165,167,173)
#B6B7BD
(182,183,189)
#C7C7CD
(199,199,205)
#D8D7DD
(216,215,221)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F474D; }

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

This text font color is #3F474D.

Background Color

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

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

This div background color is #3F474D.

Border color

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

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

This div border color is #3F474D.

Opacity

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

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

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

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

This text has shadow with #3F474D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F474D.

Preview

Color preview on black background

This text has color #3F474D on black background.


Color preview on white background

This text has color #3F474D on white background.


Black color preview on #3F474D background

This text has black color on #3F474D background.


White color preview on #3F474D background

This text has white color on #3F474D background.


Related colors

Complementary color

Complementary color for #hex is #C0B8B2.


I love getcolorcode.com

Triadic colors

1 #4D3F47 and #474D3F with #3F474D are triadic colors.

2 #4D473F and #473F4D with #3F474D are triadic colors.