COLOR #3F484D

HEX: #3F484D RGB: (63,72,77)

Color info

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

RGB color model

#3F484D color RGB value is (63,72,77).

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

RGB channels and saturation

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

63
72
77

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

Portions of RGB colors in percentages

R + G + B = 63 + 72 + 77 = 212 (100%)
R 63 of 212 ~ 29.72%
G 72 of 212 ~ 33.96%
B 77 of 212 ~ 36.32'%

%29.72
%33.96
%36.32

CMYK color model

#3F484D color CMYK value is (18,6,0,70).

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

CMYK: (18,6,0,70)
C18M6Y0K70 (18%, 6%, 0%, 70%)
(0.18 / 0.06 / 0.00 / 0.70)

CMYK percentages

%18.18
%6.49
%0
%69.8

Codes

Color #3F484D in popluar color models

3F 48 4D
RGB 63 72 77
HSL 201° 10.00% 27.45%
HSB/HSV 201° 18.18% 30.20%
CMYK 18.18% 6.49% 0.00%
69.80%

Color #3F484D in popluar number systems.

HEX 3F 48 4D
Decimal 63 72 77
Binary 111111 1001000 1001101
Octal 77 110 115

Shades and tints

Shades of #3F484D

#3F484D
(63,72,77)
#3A4246
(58,66,70)
#353C3F
(53,60,63)
#303638
(48,54,56)
#2B3031
(43,48,49)
#262A2A
(38,42,42)
#212423
(33,36,35)
#1C1E1C
(28,30,28)
#171815
(23,24,21)
#12120E
(18,18,14)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #3F484D

#3F484D
(63,72,77)
#50585D
(80,88,93)
#61686D
(97,104,109)
#72787D
(114,120,125)
#83888D
(131,136,141)
#94989D
(148,152,157)
#A5A8AD
(165,168,173)
#B6B8BD
(182,184,189)
#C7C8CD
(199,200,205)
#D8D8DD
(216,216,221)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F484D; }

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

This text font color is #3F484D.

Background Color

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

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

This div background color is #3F484D.

Border color

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

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

This div border color is #3F484D.

Opacity

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

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

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

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

This text has shadow with #3F484D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F484D.

Preview

Color preview on black background

This text has color #3F484D on black background.


Color preview on white background

This text has color #3F484D on white background.


Black color preview on #3F484D background

This text has black color on #3F484D background.


White color preview on #3F484D background

This text has white color on #3F484D background.


Related colors

Complementary color

Complementary color for #hex is #C0B7B2.


I love getcolorcode.com

Triadic colors

1 #4D3F48 and #484D3F with #3F484D are triadic colors.

2 #4D483F and #483F4D with #3F484D are triadic colors.