COLOR #3E1210

HEX: #3E1210
RGB: (62,18,16)

Color info

#3E1210 contains red, green and blue colors in about the same proportion. Web safe color of #3E1210 is #330000 (or #300).

RGB color model

#3E1210 color RGB value is (62,18,16).

  • red value is 62;
  • green value is 18;
  • blue value is 16.
RGB:
(62,18,16)
(24%,7%,6%)

RGB channels and saturation

R 62 of 255 = 24%
G 18 of 255 = 7%
B 16 of 255 = 6%

62
18
16

R + G + B ~ 12%. #3E1210 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 18 + 16 = 96 (100%)
R 62 of 96 ~ 64.58%
G 18 of 96 ~ 18.75%
B 16 of 96 ~ 16.67%

%64.58
%18.75
%16.67

CMYK color model

#3E1210 color CMYK value is (0,71,74,76).

  • cyan value is 0.00%
  • magenta value is 70.97%
  • yellow value is 74.19%
  • key color value is 75.69%
CMYK:
(0,71,74,76)
C0M71Y74K76 
(0%,71%,74%,76%)
(0.00/0.71/0.74/0.76)	

CMYK percentages

%0
%70.97
%74.19
%75.69

Codes

Color #3E1210 in popluar color models

3E1210
RGB621816
HSL58.97%15.29%
HSB/HSV74.19%24.31%
CMYK0.00%70.97%74.19%
75.69%

Color #3E1210 in popluar number systems.

HEX3E1210
Decimal621816
Binary1111101001010000
Octal762220

Shades and tints

Shades of #3E1210

#3E1210
(62,18,16)
#39110F
(57,17,15)
#34100E
(52,16,14)
#2F0F0D
(47,15,13)
#2A0E0C
(42,14,12)
#250D0B
(37,13,11)
#200C0A
(32,12,10)
#1B0B09
(27,11,9)
#160A08
(22,10,8)
#110907
(17,9,7)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #3E1210

#3E1210
(62,18,16)
#4F2725
(79,39,37)
#603C3A
(96,60,58)
#71514F
(113,81,79)
#826664
(130,102,100)
#937B79
(147,123,121)
#A4908E
(164,144,142)
#B5A5A3
(181,165,163)
#C6BAB8
(198,186,184)
#D7CFCD
(215,207,205)
#E8E4E2
(232,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E1210 color. Also use rgb(62,18,16) instead hex code.

Text Font Color

.myTextColor { color: #3E1210; }

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

This text font color is #3E1210.


Background Color

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

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

This div background color is #3E1210.


Border color

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

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

This div border color is #3E1210.


Opacity

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

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

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

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

This text has shadow with #3E1210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1210 on black background.


Color preview on white background

This text has color #3E1210 on white background.



Black color preview on #3E1210 background

This text has black color on #3E1210 background.


White color preview on #3E1210 background

This text has white color on #3E1210 background.