COLOR #3F4F4D

HEX: #3F4F4D RGB: (63,79,77)

Color info

#3F4F4D contains red, green and blue colors in about the same proportion. Web safe color of #3F4F4D is #336633 (or #363).

RGB color model

#3F4F4D color RGB value is (63,79,77).

RGB: (63,79,77) (25%, 31%, 30%)

RGB channels and saturation

R 63 of 255 = 25%
G 79 of 255 = 31%
B 77 of 255 = 30%

63
79
77

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

Portions of RGB colors in percentages

R + G + B = 63 + 79 + 77 = 219 (100%)
R 63 of 219 ~ 28.77%
G 79 of 219 ~ 36.07%
B 77 of 219 ~ 35.16'%

%28.77
%36.07
%35.16

CMYK color model

#3F4F4D color CMYK value is (20,0,3,69).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 69.02%

CMYK: (20,0,3,69)
C20M0Y3K69 (20%, 0%, 3%, 69%)
(0.20 / 0.00 / 0.03 / 0.69)

CMYK percentages

%20.25
%0
%2.53
%69.02

Codes

Color #3F4F4D in popluar color models

3F 4F 4D
RGB 63 79 77
HSL 173° 11.27% 27.84%
HSB/HSV 173° 20.25% 30.98%
CMYK 20.25% 0.00% 2.53%
69.02%

Color #3F4F4D in popluar number systems.

HEX 3F 4F 4D
Decimal 63 79 77
Binary 111111 1001111 1001101
Octal 77 117 115

Shades and tints

Shades of #3F4F4D

#3F4F4D
(63,79,77)
#3A4846
(58,72,70)
#35413F
(53,65,63)
#303A38
(48,58,56)
#2B3331
(43,51,49)
#262C2A
(38,44,42)
#212523
(33,37,35)
#1C1E1C
(28,30,28)
#171715
(23,23,21)
#12100E
(18,16,14)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #3F4F4D

#3F4F4D
(63,79,77)
#505F5D
(80,95,93)
#616F6D
(97,111,109)
#727F7D
(114,127,125)
#838F8D
(131,143,141)
#949F9D
(148,159,157)
#A5AFAD
(165,175,173)
#B6BFBD
(182,191,189)
#C7CFCD
(199,207,205)
#D8DFDD
(216,223,221)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4F4D; }

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

This text font color is #3F4F4D.

Background Color

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

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

This div background color is #3F4F4D.

Border color

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

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

This div border color is #3F4F4D.

Opacity

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

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

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

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

This text has shadow with #3F4F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4F4D.

Preview

Color preview on black background

This text has color #3F4F4D on black background.


Color preview on white background

This text has color #3F4F4D on white background.


Black color preview on #3F4F4D background

This text has black color on #3F4F4D background.


White color preview on #3F4F4D background

This text has white color on #3F4F4D background.


Related colors

Complementary color

Complementary color for #hex is #C0B0B2.


I love getcolorcode.com

Triadic colors

1 #4D3F4F and #4F4D3F with #3F4F4D are triadic colors.

2 #4D4F3F and #4F3F4D with #3F4F4D are triadic colors.