COLOR #3E212B

HEX: #3E212B
RGB: (62,33,43)

Color info

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

RGB color model

#3E212B color RGB value is (62,33,43).

  • red value is 62;
  • green value is 33;
  • blue value is 43.
RGB:
(62,33,43)
(24%,13%,17%)

RGB channels and saturation

R 62 of 255 = 24%
G 33 of 255 = 13%
B 43 of 255 = 17%

62
33
43

R + G + B ~ 18%. #3E212B is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 33 + 43 = 138 (100%)
R 62 of 138 ~ 44.93%
G 33 of 138 ~ 23.91%
B 43 of 138 ~ 31.16%

%44.93
%23.91
%31.16

CMYK color model

#3E212B color CMYK value is (0,47,31,76).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 30.65%
  • key color value is 75.69%
CMYK:
(0,47,31,76)
C0M47Y31K76 
(0%,47%,31%,76%)
(0.00/0.47/0.31/0.76)	

CMYK percentages

%0
%46.77
%30.65
%75.69

Codes

Color #3E212B in popluar color models

3E212B
RGB623343
HSL339°30.53%18.63%
HSB/HSV339°46.77%24.31%
CMYK0.00%46.77%30.65%
75.69%

Color #3E212B in popluar number systems.

HEX3E212B
Decimal623343
Binary111110100001101011
Octal764153

Shades and tints

Shades of #3E212B

#3E212B
(62,33,43)
#391E28
(57,30,40)
#341B25
(52,27,37)
#2F1822
(47,24,34)
#2A151F
(42,21,31)
#25121C
(37,18,28)
#200F19
(32,15,25)
#1B0C16
(27,12,22)
#160913
(22,9,19)
#110610
(17,6,16)
#0C030D
(12,3,13)
#000000
(0,0,0)

Tints of #3E212B

#3E212B
(62,33,43)
#4F353E
(79,53,62)
#604951
(96,73,81)
#715D64
(113,93,100)
#827177
(130,113,119)
#93858A
(147,133,138)
#A4999D
(164,153,157)
#B5ADB0
(181,173,176)
#C6C1C3
(198,193,195)
#D7D5D6
(215,213,214)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E212B color. Also use rgb(62,33,43) instead hex code.

Text Font Color

.myTextColor { color: #3E212B; }

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

This text font color is #3E212B.


Background Color

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

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

This div background color is #3E212B.


Border color

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

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

This div border color is #3E212B.


Opacity

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

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

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

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

This text has shadow with #3E212B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E212B on black background.


Color preview on white background

This text has color #3E212B on white background.



Black color preview on #3E212B background

This text has black color on #3E212B background.


White color preview on #3E212B background

This text has white color on #3E212B background.