COLOR #3E210B

HEX: #3E210B
RGB: (62,33,11)

Color info

#3E210B contains red, green and blue colors in about the same proportion. Web safe color of #3E210B is #333300 (or #330).

RGB color model

#3E210B color RGB value is (62,33,11).

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

RGB channels and saturation

R 62 of 255 = 24%
G 33 of 255 = 13%
B 11 of 255 = 4%

62
33
11

R + G + B ~ 14%. #3E210B is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 33 + 11 = 106 (100%)
R 62 of 106 ~ 58.49%
G 33 of 106 ~ 31.13%
B 11 of 106 ~ 10.38%

%58.49
%31.13
%10.38

CMYK color model

#3E210B color CMYK value is (0,47,82,76).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 82.26%
  • key color value is 75.69%
CMYK:
(0,47,82,76)
C0M47Y82K76 
(0%,47%,82%,76%)
(0.00/0.47/0.82/0.76)	

CMYK percentages

%0
%46.77
%82.26
%75.69

Codes

Color #3E210B in popluar color models

3E210B
RGB623311
HSL26°69.86%14.31%
HSB/HSV26°82.26%24.31%
CMYK0.00%46.77%82.26%
75.69%

Color #3E210B in popluar number systems.

HEX3E210B
Decimal623311
Binary1111101000011011
Octal764113

Shades and tints

Shades of #3E210B

#3E210B
(62,33,11)
#391E0A
(57,30,10)
#341B09
(52,27,9)
#2F1808
(47,24,8)
#2A1507
(42,21,7)
#251206
(37,18,6)
#200F05
(32,15,5)
#1B0C04
(27,12,4)
#160903
(22,9,3)
#110602
(17,6,2)
#0C0301
(12,3,1)
#000000
(0,0,0)

Tints of #3E210B

#3E210B
(62,33,11)
#4F3521
(79,53,33)
#604937
(96,73,55)
#715D4D
(113,93,77)
#827163
(130,113,99)
#938579
(147,133,121)
#A4998F
(164,153,143)
#B5ADA5
(181,173,165)
#C6C1BB
(198,193,187)
#D7D5D1
(215,213,209)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E210B; }

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

This text font color is #3E210B.


Background Color

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

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

This div background color is #3E210B.


Border color

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

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

This div border color is #3E210B.


Opacity

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

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

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

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

This text has shadow with #3E210B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E210B on black background.


Color preview on white background

This text has color #3E210B on white background.



Black color preview on #3E210B background

This text has black color on #3E210B background.


White color preview on #3E210B background

This text has white color on #3E210B background.