COLOR #3E1809

HEX: #3E1809
RGB: (62,24,9)

Color info

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

RGB color model

#3E1809 color RGB value is (62,24,9).

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

RGB channels and saturation

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

62
24
9

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

Portions of RGB colors in percentages

R + G + B =
62 + 24 + 9 = 95 (100%)
R 62 of 95 ~ 65.26%
G 24 of 95 ~ 25.26%
B 9 of 95 ~ 9.47%

%65.26
%25.26

CMYK color model

#3E1809 color CMYK value is (0,61,85,76).

  • cyan value is 0.00%
  • magenta value is 61.29%
  • yellow value is 85.48%
  • key color value is 75.69%
CMYK:
(0,61,85,76)
C0M61Y85K76 
(0%,61%,85%,76%)
(0.00/0.61/0.85/0.76)	

CMYK percentages

%0
%61.29
%85.48
%75.69

Codes

Color #3E1809 in popluar color models

3E1809
RGB62249
HSL17°74.65%13.92%
HSB/HSV17°85.48%24.31%
CMYK0.00%61.29%85.48%
75.69%

Color #3E1809 in popluar number systems.

HEX3E1809
Decimal62249
Binary111110110001001
Octal763011

Shades and tints

Shades of #3E1809

#3E1809
(62,24,9)
#391609
(57,22,9)
#341409
(52,20,9)
#2F1209
(47,18,9)
#2A1009
(42,16,9)
#250E09
(37,14,9)
#200C09
(32,12,9)
#1B0A09
(27,10,9)
#160809
(22,8,9)
#110609
(17,6,9)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #3E1809

#3E1809
(62,24,9)
#4F2D1F
(79,45,31)
#604235
(96,66,53)
#71574B
(113,87,75)
#826C61
(130,108,97)
#938177
(147,129,119)
#A4968D
(164,150,141)
#B5ABA3
(181,171,163)
#C6C0B9
(198,192,185)
#D7D5CF
(215,213,207)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1809; }

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

This text font color is #3E1809.


Background Color

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

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

This div background color is #3E1809.


Border color

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

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

This div border color is #3E1809.


Opacity

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

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

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

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

This text has shadow with #3E1809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1809 on black background.


Color preview on white background

This text has color #3E1809 on white background.



Black color preview on #3E1809 background

This text has black color on #3E1809 background.


White color preview on #3E1809 background

This text has white color on #3E1809 background.