COLOR #3E5820

HEX: #3E5820 RGB: (62,88,32)

Color info

#3E5820 contains red, green and blue colors in about the same proportion. Web safe color of #3E5820 is #336633 (or #363).

RGB color model

#3E5820 color RGB value is (62,88,32).

RGB: (62,88,32) (24%, 35%, 13%)

RGB channels and saturation

R 62 of 255 = 24%
G 88 of 255 = 35%
B 32 of 255 = 13%

62
88
32

R + G + B ~ 24%. #3E5820 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 88 + 32 = 182 (100%)
R 62 of 182 ~ 34.07%
G 88 of 182 ~ 48.35%
B 32 of 182 ~ 17.58'%

%34.07
%48.35
%17.58

CMYK color model

#3E5820 color CMYK value is (30,0,64,65).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 65.49%

CMYK: (30,0,64,65)
C30M0Y64K65 (30%, 0%, 64%, 65%)
(0.30 / 0.00 / 0.64 / 0.65)

CMYK percentages

%29.55
%0
%63.64
%65.49

Codes

Color #3E5820 in popluar color models

3E 58 20
RGB 62 88 32
HSL 88° 46.67% 23.53%
HSB/HSV 88° 63.64% 34.51%
CMYK 29.55% 0.00% 63.64%
65.49%

Color #3E5820 in popluar number systems.

HEX 3E 58 20
Decimal 62 88 32
Binary 111110 1011000 100000
Octal 76 130 40

Shades and tints

Shades of #3E5820

#3E5820
(62,88,32)
#39501E
(57,80,30)
#34481C
(52,72,28)
#2F401A
(47,64,26)
#2A3818
(42,56,24)
#253016
(37,48,22)
#202814
(32,40,20)
#1B2012
(27,32,18)
#161810
(22,24,16)
#11100E
(17,16,14)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #3E5820

#3E5820
(62,88,32)
#4F6734
(79,103,52)
#607648
(96,118,72)
#71855C
(113,133,92)
#829470
(130,148,112)
#93A384
(147,163,132)
#A4B298
(164,178,152)
#B5C1AC
(181,193,172)
#C6D0C0
(198,208,192)
#D7DFD4
(215,223,212)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5820 color. Also use rgb(62,88,32) instead hex code.

Text Font Color

.myTextColor { color: #3E5820; }

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

This text font color is #3E5820.

Background Color

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

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

This div background color is #3E5820.

Border color

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

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

This div border color is #3E5820.

Opacity

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

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

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

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

This text has shadow with #3E5820 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5820.

Preview

Color preview on black background

This text has color #3E5820 on black background.


Color preview on white background

This text has color #3E5820 on white background.


Black color preview on #3E5820 background

This text has black color on #3E5820 background.


White color preview on #3E5820 background

This text has white color on #3E5820 background.


Related colors

Complementary color

Complementary color for #hex is #C1A7DF.


I love getcolorcode.com

Triadic colors

1 #203E58 and #58203E with #3E5820 are triadic colors.

2 #20583E and #583E20 with #3E5820 are triadic colors.