COLOR #3E1309

HEX: #3E1309
RGB: (62,19,9)

Color info

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

RGB color model

#3E1309 color RGB value is (62,19,9).

  • red value is 62;
  • green value is 19;
  • blue value is 9.
RGB:
(62,19,9)
(24%,7%,4%)

RGB channels and saturation

R 62 of 255 = 24%
G 19 of 255 = 7%
B 9 of 255 = 4%

62
19
9

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

Portions of RGB colors in percentages

R + G + B =
62 + 19 + 9 = 90 (100%)
R 62 of 90 ~ 68.89%
G 19 of 90 ~ 21.11%
B 9 of 90 ~ 10%

%68.89
%21.11
%10

CMYK color model

#3E1309 color CMYK value is (0,69,85,76).

  • cyan value is 0.00%
  • magenta value is 69.35%
  • yellow value is 85.48%
  • key color value is 75.69%
CMYK:
(0,69,85,76)
C0M69Y85K76 
(0%,69%,85%,76%)
(0.00/0.69/0.85/0.76)	

CMYK percentages

%0
%69.35
%85.48
%75.69

Codes

Color #3E1309 in popluar color models

3E1309
RGB62199
HSL11°74.65%13.92%
HSB/HSV11°85.48%24.31%
CMYK0.00%69.35%85.48%
75.69%

Color #3E1309 in popluar number systems.

HEX3E1309
Decimal62199
Binary111110100111001
Octal762311

Shades and tints

Shades of #3E1309

#3E1309
(62,19,9)
#391209
(57,18,9)
#341109
(52,17,9)
#2F1009
(47,16,9)
#2A0F09
(42,15,9)
#250E09
(37,14,9)
#200D09
(32,13,9)
#1B0C09
(27,12,9)
#160B09
(22,11,9)
#110A09
(17,10,9)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #3E1309

#3E1309
(62,19,9)
#4F281F
(79,40,31)
#603D35
(96,61,53)
#71524B
(113,82,75)
#826761
(130,103,97)
#937C77
(147,124,119)
#A4918D
(164,145,141)
#B5A6A3
(181,166,163)
#C6BBB9
(198,187,185)
#D7D0CF
(215,208,207)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E1309 color. Also use rgb(62,19,9) instead hex code.

Text Font Color

.myTextColor { color: #3E1309; }

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

This text font color is #3E1309.


Background Color

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

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

This div background color is #3E1309.


Border color

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

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

This div border color is #3E1309.


Opacity

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

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

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

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

This text has shadow with #3E1309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1309 on black background.


Color preview on white background

This text has color #3E1309 on white background.



Black color preview on #3E1309 background

This text has black color on #3E1309 background.


White color preview on #3E1309 background

This text has white color on #3E1309 background.