COLOR #3E3813

HEX: #3E3813 RGB: (62,56,19)

Color info

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

RGB color model

#3E3813 color RGB value is (62,56,19).

RGB: (62,56,19) (24%, 22%, 7%)

RGB channels and saturation

R 62 of 255 = 24%
G 56 of 255 = 22%
B 19 of 255 = 7%

62
56
19

R + G + B ~ 18%. #3E3813 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 56 + 19 = 137 (100%)
R 62 of 137 ~ 45.26%
G 56 of 137 ~ 40.88%
B 19 of 137 ~ 13.87'%

%45.26
%40.88
%13.87

CMYK color model

#3E3813 color CMYK value is (0,10,69,76).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 69.35%
  • key color value is 75.69%

CMYK: (0,10,69,76)
C0M10Y69K76 (0%, 10%, 69%, 76%)
(0.00 / 0.10 / 0.69 / 0.76)

CMYK percentages

%0
%9.68
%69.35
%75.69

Codes

Color #3E3813 in popluar color models

3E 38 13
RGB 62 56 19
HSL 52° 53.09% 15.88%
HSB/HSV 52° 69.35% 24.31%
CMYK 0.00% 9.68% 69.35%
75.69%

Color #3E3813 in popluar number systems.

HEX 3E 38 13
Decimal 62 56 19
Binary 111110 111000 10011
Octal 76 70 23

Shades and tints

Shades of #3E3813

#3E3813
(62,56,19)
#393312
(57,51,18)
#342E11
(52,46,17)
#2F2910
(47,41,16)
#2A240F
(42,36,15)
#251F0E
(37,31,14)
#201A0D
(32,26,13)
#1B150C
(27,21,12)
#16100B
(22,16,11)
#110B0A
(17,11,10)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #3E3813

#3E3813
(62,56,19)
#4F4A28
(79,74,40)
#605C3D
(96,92,61)
#716E52
(113,110,82)
#828067
(130,128,103)
#93927C
(147,146,124)
#A4A491
(164,164,145)
#B5B6A6
(181,182,166)
#C6C8BB
(198,200,187)
#D7DAD0
(215,218,208)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3813; }

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

This text font color is #3E3813.

Background Color

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

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

This div background color is #3E3813.

Border color

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

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

This div border color is #3E3813.

Opacity

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

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

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

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

This text has shadow with #3E3813 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3813.

Preview

Color preview on black background

This text has color #3E3813 on black background.


Color preview on white background

This text has color #3E3813 on white background.


Black color preview on #3E3813 background

This text has black color on #3E3813 background.


White color preview on #3E3813 background

This text has white color on #3E3813 background.


Related colors

Complementary color

Complementary color for #hex is #C1C7EC.


I love getcolorcode.com

Triadic colors

1 #133E38 and #38133E with #3E3813 are triadic colors.

2 #13383E and #383E13 with #3E3813 are triadic colors.