COLOR #3E2A09

HEX: #3E2A09
RGB: (62,42,9)

Color info

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

RGB color model

#3E2A09 color RGB value is (62,42,9).

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

RGB channels and saturation

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

62
42
9

R + G + B ~ 15%. #3E2A09 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 42 + 9 = 113 (100%)
R 62 of 113 ~ 54.87%
G 42 of 113 ~ 37.17%
B 9 of 113 ~ 7.96%

%54.87
%37.17

CMYK color model

#3E2A09 color CMYK value is (0,32,85,76).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 85.48%
  • key color value is 75.69%
CMYK:
(0,32,85,76)
C0M32Y85K76 
(0%,32%,85%,76%)
(0.00/0.32/0.85/0.76)	

CMYK percentages

%0
%32.26
%85.48
%75.69

Codes

Color #3E2A09 in popluar color models

3E2A09
RGB62429
HSL37°74.65%13.92%
HSB/HSV37°85.48%24.31%
CMYK0.00%32.26%85.48%
75.69%

Color #3E2A09 in popluar number systems.

HEX3E2A09
Decimal62429
Binary1111101010101001
Octal765211

Shades and tints

Shades of #3E2A09

#3E2A09
(62,42,9)
#392709
(57,39,9)
#342409
(52,36,9)
#2F2109
(47,33,9)
#2A1E09
(42,30,9)
#251B09
(37,27,9)
#201809
(32,24,9)
#1B1509
(27,21,9)
#161209
(22,18,9)
#110F09
(17,15,9)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #3E2A09

#3E2A09
(62,42,9)
#4F3D1F
(79,61,31)
#605035
(96,80,53)
#71634B
(113,99,75)
#827661
(130,118,97)
#938977
(147,137,119)
#A49C8D
(164,156,141)
#B5AFA3
(181,175,163)
#C6C2B9
(198,194,185)
#D7D5CF
(215,213,207)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E2A09; }

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

This text font color is #3E2A09.


Background Color

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

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

This div background color is #3E2A09.


Border color

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

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

This div border color is #3E2A09.


Opacity

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

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

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

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

This text has shadow with #3E2A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2A09 on black background.


Color preview on white background

This text has color #3E2A09 on white background.



Black color preview on #3E2A09 background

This text has black color on #3E2A09 background.


White color preview on #3E2A09 background

This text has white color on #3E2A09 background.