COLOR #3F434F

HEX: #3F434F RGB: (63,67,79)

Color info

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

RGB color model

#3F434F color RGB value is (63,67,79).

RGB: (63,67,79) (25%, 26%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 67 of 255 = 26%
B 79 of 255 = 31%

63
67
79

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

Portions of RGB colors in percentages

R + G + B = 63 + 67 + 79 = 209 (100%)
R 63 of 209 ~ 30.14%
G 67 of 209 ~ 32.06%
B 79 of 209 ~ 37.8'%

%30.14
%32.06
%37.8

CMYK color model

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

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

CMYK: (20,15,0,69)
C20M15Y0K69 (20%, 15%, 0%, 69%)
(0.20 / 0.15 / 0.00 / 0.69)

CMYK percentages

%20.25
%15.19
%0
%69.02

Codes

Color #3F434F in popluar color models

3F 43 4F
RGB 63 67 79
HSL 225° 11.27% 27.84%
HSB/HSV 225° 20.25% 30.98%
CMYK 20.25% 15.19% 0.00%
69.02%

Color #3F434F in popluar number systems.

HEX 3F 43 4F
Decimal 63 67 79
Binary 111111 1000011 1001111
Octal 77 103 117

Shades and tints

Shades of #3F434F

#3F434F
(63,67,79)
#3A3D48
(58,61,72)
#353741
(53,55,65)
#30313A
(48,49,58)
#2B2B33
(43,43,51)
#26252C
(38,37,44)
#211F25
(33,31,37)
#1C191E
(28,25,30)
#171317
(23,19,23)
#120D10
(18,13,16)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #3F434F

#3F434F
(63,67,79)
#50545F
(80,84,95)
#61656F
(97,101,111)
#72767F
(114,118,127)
#83878F
(131,135,143)
#94989F
(148,152,159)
#A5A9AF
(165,169,175)
#B6BABF
(182,186,191)
#C7CBCF
(199,203,207)
#D8DCDF
(216,220,223)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F434F; }

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

This text font color is #3F434F.

Background Color

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

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

This div background color is #3F434F.

Border color

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

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

This div border color is #3F434F.

Opacity

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

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

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

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

This text has shadow with #3F434F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F434F.

Preview

Color preview on black background

This text has color #3F434F on black background.


Color preview on white background

This text has color #3F434F on white background.


Black color preview on #3F434F background

This text has black color on #3F434F background.


White color preview on #3F434F background

This text has white color on #3F434F background.


Related colors

Complementary color

Complementary color for #hex is #C0BCB0.


I love getcolorcode.com

Triadic colors

1 #4F3F43 and #434F3F with #3F434F are triadic colors.

2 #4F433F and #433F4F with #3F434F are triadic colors.