COLOR #3E2909

HEX: #3E2909
RGB: (62,41,9)

Color info

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

RGB color model

#3E2909 color RGB value is (62,41,9).

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

RGB channels and saturation

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

62
41
9

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

Portions of RGB colors in percentages

R + G + B =
62 + 41 + 9 = 112 (100%)
R 62 of 112 ~ 55.36%
G 41 of 112 ~ 36.61%
B 9 of 112 ~ 8.04%

%55.36
%36.61

CMYK color model

#3E2909 color CMYK value is (0,34,85,76).

  • cyan value is 0.00%
  • magenta value is 33.87%
  • yellow value is 85.48%
  • key color value is 75.69%
CMYK:
(0,34,85,76)
C0M34Y85K76 
(0%,34%,85%,76%)
(0.00/0.34/0.85/0.76)	

CMYK percentages

%0
%33.87
%85.48
%75.69

Codes

Color #3E2909 in popluar color models

3E2909
RGB62419
HSL36°74.65%13.92%
HSB/HSV36°85.48%24.31%
CMYK0.00%33.87%85.48%
75.69%

Color #3E2909 in popluar number systems.

HEX3E2909
Decimal62419
Binary1111101010011001
Octal765111

Shades and tints

Shades of #3E2909

#3E2909
(62,41,9)
#392609
(57,38,9)
#342309
(52,35,9)
#2F2009
(47,32,9)
#2A1D09
(42,29,9)
#251A09
(37,26,9)
#201709
(32,23,9)
#1B1409
(27,20,9)
#161109
(22,17,9)
#110E09
(17,14,9)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #3E2909

#3E2909
(62,41,9)
#4F3C1F
(79,60,31)
#604F35
(96,79,53)
#71624B
(113,98,75)
#827561
(130,117,97)
#938877
(147,136,119)
#A49B8D
(164,155,141)
#B5AEA3
(181,174,163)
#C6C1B9
(198,193,185)
#D7D4CF
(215,212,207)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E2909; }

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

This text font color is #3E2909.


Background Color

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

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

This div background color is #3E2909.


Border color

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

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

This div border color is #3E2909.


Opacity

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

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

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

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

This text has shadow with #3E2909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2909 on black background.


Color preview on white background

This text has color #3E2909 on white background.



Black color preview on #3E2909 background

This text has black color on #3E2909 background.


White color preview on #3E2909 background

This text has white color on #3E2909 background.