COLOR #3F211E

HEX: #3F211E
RGB: (63,33,30)

Color info

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

RGB color model

#3F211E color RGB value is (63,33,30).

  • red value is 63;
  • green value is 33;
  • blue value is 30.
RGB:
(63,33,30)
(25%,13%,12%)

RGB channels and saturation

R 63 of 255 = 25%
G 33 of 255 = 13%
B 30 of 255 = 12%

63
33
30

R + G + B ~ 17%. #3F211E is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 33 + 30 = 126 (100%)
R 63 of 126 ~ 50%
G 33 of 126 ~ 26.19%
B 30 of 126 ~ 23.81%

%50
%26.19
%23.81

CMYK color model

#3F211E color CMYK value is (0,48,52,75).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 52.38%
  • key color value is 75.29%
CMYK:
(0,48,52,75)
C0M48Y52K75 
(0%,48%,52%,75%)
(0.00/0.48/0.52/0.75)	

CMYK percentages

%0
%47.62
%52.38
%75.29

Codes

Color #3F211E in popluar color models

3F211E
RGB633330
HSL35.48%18.24%
HSB/HSV52.38%24.71%
CMYK0.00%47.62%52.38%
75.29%

Color #3F211E in popluar number systems.

HEX3F211E
Decimal633330
Binary11111110000111110
Octal774136

Shades and tints

Shades of #3F211E

#3F211E
(63,33,30)
#3A1E1C
(58,30,28)
#351B1A
(53,27,26)
#301818
(48,24,24)
#2B1516
(43,21,22)
#261214
(38,18,20)
#210F12
(33,15,18)
#1C0C10
(28,12,16)
#17090E
(23,9,14)
#12060C
(18,6,12)
#0D030A
(13,3,10)
#000000
(0,0,0)

Tints of #3F211E

#3F211E
(63,33,30)
#503532
(80,53,50)
#614946
(97,73,70)
#725D5A
(114,93,90)
#83716E
(131,113,110)
#948582
(148,133,130)
#A59996
(165,153,150)
#B6ADAA
(182,173,170)
#C7C1BE
(199,193,190)
#D8D5D2
(216,213,210)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F211E; }

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

This text font color is #3F211E.


Background Color

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

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

This div background color is #3F211E.


Border color

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

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

This div border color is #3F211E.


Opacity

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

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

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

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

This text has shadow with #3F211E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F211E on black background.


Color preview on white background

This text has color #3F211E on white background.



Black color preview on #3F211E background

This text has black color on #3F211E background.


White color preview on #3F211E background

This text has white color on #3F211E background.