COLOR #3F4149

HEX: #3F4149
RGB: (63,65,73)

Color info

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

RGB color model

#3F4149 color RGB value is (63,65,73).

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

RGB channels and saturation

R 63 of 255 = 25%
G 65 of 255 = 25%
B 73 of 255 = 29%

63
65
73

R + G + B ~ 26%. #3F4149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 65 + 73 = 201 (100%)
R 63 of 201 ~ 31.34%
G 65 of 201 ~ 32.34%
B 73 of 201 ~ 36.32%

%31.34
%32.34
%36.32

CMYK color model

#3F4149 color CMYK value is (14,11,0,71).

  • cyan value is 13.70%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(14,11,0,71)
C14M11Y0K71 
(14%,11%,0%,71%)
(0.14/0.11/0.00/0.71)	

CMYK percentages

%13.7
%10.96
%0
%71.37

Codes

Color #3F4149 in popluar color models

3F4149
RGB636573
HSL228°7.35%26.67%
HSB/HSV228°13.70%28.63%
CMYK13.70%10.96%0.00%
71.37%

Color #3F4149 in popluar number systems.

HEX3F4149
Decimal636573
Binary11111110000011001001
Octal77101111

Shades and tints

Shades of #3F4149

#3F4149
(63,65,73)
#3A3C43
(58,60,67)
#35373D
(53,55,61)
#303237
(48,50,55)
#2B2D31
(43,45,49)
#26282B
(38,40,43)
#212325
(33,35,37)
#1C1E1F
(28,30,31)
#171919
(23,25,25)
#121413
(18,20,19)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #3F4149

#3F4149
(63,65,73)
#505259
(80,82,89)
#616369
(97,99,105)
#727479
(114,116,121)
#838589
(131,133,137)
#949699
(148,150,153)
#A5A7A9
(165,167,169)
#B6B8B9
(182,184,185)
#C7C9C9
(199,201,201)
#D8DAD9
(216,218,217)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4149; }

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

This text font color is #3F4149.


Background Color

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

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

This div background color is #3F4149.


Border color

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

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

This div border color is #3F4149.


Opacity

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

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

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

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

This text has shadow with #3F4149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4149 on black background.


Color preview on white background

This text has color #3F4149 on white background.



Black color preview on #3F4149 background

This text has black color on #3F4149 background.


White color preview on #3F4149 background

This text has white color on #3F4149 background.