COLOR #3F424D

HEX: #3F424D RGB: (63,66,77)

Color info

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

RGB color model

#3F424D color RGB value is (63,66,77).

RGB: (63,66,77) (25%, 26%, 30%)

RGB channels and saturation

R 63 of 255 = 25%
G 66 of 255 = 26%
B 77 of 255 = 30%

63
66
77

R + G + B ~ 27%. #3F424D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 66 + 77 = 206 (100%)
R 63 of 206 ~ 30.58%
G 66 of 206 ~ 32.04%
B 77 of 206 ~ 37.38'%

%30.58
%32.04
%37.38

CMYK color model

#3F424D color CMYK value is (18,14,0,70).

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

CMYK: (18,14,0,70)
C18M14Y0K70 (18%, 14%, 0%, 70%)
(0.18 / 0.14 / 0.00 / 0.70)

CMYK percentages

%18.18
%14.29
%0
%69.8

Codes

Color #3F424D in popluar color models

3F 42 4D
RGB 63 66 77
HSL 227° 10.00% 27.45%
HSB/HSV 227° 18.18% 30.20%
CMYK 18.18% 14.29% 0.00%
69.80%

Color #3F424D in popluar number systems.

HEX 3F 42 4D
Decimal 63 66 77
Binary 111111 1000010 1001101
Octal 77 102 115

Shades and tints

Shades of #3F424D

#3F424D
(63,66,77)
#3A3C46
(58,60,70)
#35363F
(53,54,63)
#303038
(48,48,56)
#2B2A31
(43,42,49)
#26242A
(38,36,42)
#211E23
(33,30,35)
#1C181C
(28,24,28)
#171215
(23,18,21)
#120C0E
(18,12,14)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #3F424D

#3F424D
(63,66,77)
#50535D
(80,83,93)
#61646D
(97,100,109)
#72757D
(114,117,125)
#83868D
(131,134,141)
#94979D
(148,151,157)
#A5A8AD
(165,168,173)
#B6B9BD
(182,185,189)
#C7CACD
(199,202,205)
#D8DBDD
(216,219,221)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F424D; }

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

This text font color is #3F424D.

Background Color

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

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

This div background color is #3F424D.

Border color

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

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

This div border color is #3F424D.

Opacity

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

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

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

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

This text has shadow with #3F424D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F424D.

Preview

Color preview on black background

This text has color #3F424D on black background.


Color preview on white background

This text has color #3F424D on white background.


Black color preview on #3F424D background

This text has black color on #3F424D background.


White color preview on #3F424D background

This text has white color on #3F424D background.


Related colors

Complementary color

Complementary color for #hex is #C0BDB2.


I love getcolorcode.com

Triadic colors

1 #4D3F42 and #424D3F with #3F424D are triadic colors.

2 #4D423F and #423F4D with #3F424D are triadic colors.