COLOR #3F212E

HEX: #3F212E RGB: (63,33,46)

Color info

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

RGB color model

#3F212E color RGB value is (63,33,46).

RGB: (63,33,46) (25%, 13%, 18%)

RGB channels and saturation

R 63 of 255 = 25%
G 33 of 255 = 13%
B 46 of 255 = 18%

63
33
46

R + G + B ~ 19%. #3F212E is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 33 + 46 = 142 (100%)
R 63 of 142 ~ 44.37%
G 33 of 142 ~ 23.24%
B 46 of 142 ~ 32.39'%

%44.37
%23.24
%32.39

CMYK color model

#3F212E color CMYK value is (0,48,27,75).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 26.98%
  • key color value is 75.29%

CMYK: (0,48,27,75)
C0M48Y27K75 (0%, 48%, 27%, 75%)
(0.00 / 0.48 / 0.27 / 0.75)

CMYK percentages

%0
%47.62
%26.98
%75.29

Codes

Color #3F212E in popluar color models

3F 21 2E
RGB 63 33 46
HSL 334° 31.25% 18.82%
HSB/HSV 334° 47.62% 24.71%
CMYK 0.00% 47.62% 26.98%
75.29%

Color #3F212E in popluar number systems.

HEX 3F 21 2E
Decimal 63 33 46
Binary 111111 100001 101110
Octal 77 41 56

Shades and tints

Shades of #3F212E

#3F212E
(63,33,46)
#3A1E2A
(58,30,42)
#351B26
(53,27,38)
#301822
(48,24,34)
#2B151E
(43,21,30)
#26121A
(38,18,26)
#210F16
(33,15,22)
#1C0C12
(28,12,18)
#17090E
(23,9,14)
#12060A
(18,6,10)
#0D0306
(13,3,6)
#000000
(0,0,0)

Tints of #3F212E

#3F212E
(63,33,46)
#503541
(80,53,65)
#614954
(97,73,84)
#725D67
(114,93,103)
#83717A
(131,113,122)
#94858D
(148,133,141)
#A599A0
(165,153,160)
#B6ADB3
(182,173,179)
#C7C1C6
(199,193,198)
#D8D5D9
(216,213,217)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F212E color. Also use rgb(63,33,46) instead hex code.

Text Font Color

.myTextColor { color: #3F212E; }

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

This text font color is #3F212E.

Background Color

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

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

This div background color is #3F212E.

Border color

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

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

This div border color is #3F212E.

Opacity

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

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

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

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

This text has shadow with #3F212E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F212E.

Preview

Color preview on black background

This text has color #3F212E on black background.


Color preview on white background

This text has color #3F212E on white background.


Black color preview on #3F212E background

This text has black color on #3F212E background.


White color preview on #3F212E background

This text has white color on #3F212E background.


Related colors

Complementary color

Complementary color for #hex is #C0DED1.


I love getcolorcode.com

Triadic colors

1 #2E3F21 and #212E3F with #3F212E are triadic colors.

2 #2E213F and #213F2E with #3F212E are triadic colors.