COLOR #3F414D

HEX: #3F414D
RGB: (63,65,77)

Color info

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

RGB color model

#3F414D color RGB value is (63,65,77).

  • red value is 63;
  • green value is 65;
  • blue value is 77.
RGB:
(63,65,77)
(25%,25%,30%)

RGB channels and saturation

R 63 of 255 = 25%
G 65 of 255 = 25%
B 77 of 255 = 30%

63
65
77

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

Portions of RGB colors in percentages

R + G + B =
63 + 65 + 77 = 205 (100%)
R 63 of 205 ~ 30.73%
G 65 of 205 ~ 31.71%
B 77 of 205 ~ 37.56%

%30.73
%31.71
%37.56

CMYK color model

#3F414D color CMYK value is (18,16,0,70).

  • cyan value is 18.18%
  • magenta value is 15.58%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(18,16,0,70)
C18M16Y0K70 
(18%,16%,0%,70%)
(0.18/0.16/0.00/0.70)	

CMYK percentages

%18.18
%15.58
%0
%69.8

Codes

Color #3F414D in popluar color models

3F414D
RGB636577
HSL231°10.00%27.45%
HSB/HSV231°18.18%30.20%
CMYK18.18%15.58%0.00%
69.80%

Color #3F414D in popluar number systems.

HEX3F414D
Decimal636577
Binary11111110000011001101
Octal77101115

Shades and tints

Shades of #3F414D

#3F414D
(63,65,77)
#3A3C46
(58,60,70)
#35373F
(53,55,63)
#303238
(48,50,56)
#2B2D31
(43,45,49)
#26282A
(38,40,42)
#212323
(33,35,35)
#1C1E1C
(28,30,28)
#171915
(23,25,21)
#12140E
(18,20,14)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #3F414D

#3F414D
(63,65,77)
#50525D
(80,82,93)
#61636D
(97,99,109)
#72747D
(114,116,125)
#83858D
(131,133,141)
#94969D
(148,150,157)
#A5A7AD
(165,167,173)
#B6B8BD
(182,184,189)
#C7C9CD
(199,201,205)
#D8DADD
(216,218,221)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F414D; }

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

This text font color is #3F414D.


Background Color

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

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

This div background color is #3F414D.


Border color

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

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

This div border color is #3F414D.


Opacity

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

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

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

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

This text has shadow with #3F414D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F414D on black background.


Color preview on white background

This text has color #3F414D on white background.



Black color preview on #3F414D background

This text has black color on #3F414D background.


White color preview on #3F414D background

This text has white color on #3F414D background.