COLOR #3E6020

HEX: #3E6020 RGB: (62,96,32)

Color info

#3E6020 contains mainly red and green colors. Web safe color of #3E6020 is #336633 (or #363).

RGB color model

#3E6020 color RGB value is (62,96,32).

RGB: (62,96,32) (24%, 38%, 13%)

RGB channels and saturation

R 62 of 255 = 24%
G 96 of 255 = 38%
B 32 of 255 = 13%

62
96
32

R + G + B ~ 25%. #3E6020 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 96 + 32 = 190 (100%)
R 62 of 190 ~ 32.63%
G 96 of 190 ~ 50.53%
B 32 of 190 ~ 16.84'%

%32.63
%50.53
%16.84

CMYK color model

#3E6020 color CMYK value is (35,0,67,62).

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 62.35%

CMYK: (35,0,67,62)
C35M0Y67K62 (35%, 0%, 67%, 62%)
(0.35 / 0.00 / 0.67 / 0.62)

CMYK percentages

%35.42
%0
%66.67
%62.35

Codes

Color #3E6020 in popluar color models

3E 60 20
RGB 62 96 32
HSL 92° 50.00% 25.10%
HSB/HSV 92° 66.67% 37.65%
CMYK 35.42% 0.00% 66.67%
62.35%

Color #3E6020 in popluar number systems.

HEX 3E 60 20
Decimal 62 96 32
Binary 111110 1100000 100000
Octal 76 140 40

Shades and tints

Shades of #3E6020

#3E6020
(62,96,32)
#39581E
(57,88,30)
#34501C
(52,80,28)
#2F481A
(47,72,26)
#2A4018
(42,64,24)
#253816
(37,56,22)
#203014
(32,48,20)
#1B2812
(27,40,18)
#162010
(22,32,16)
#11180E
(17,24,14)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #3E6020

#3E6020
(62,96,32)
#4F6E34
(79,110,52)
#607C48
(96,124,72)
#718A5C
(113,138,92)
#829870
(130,152,112)
#93A684
(147,166,132)
#A4B498
(164,180,152)
#B5C2AC
(181,194,172)
#C6D0C0
(198,208,192)
#D7DED4
(215,222,212)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6020; }

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

This text font color is #3E6020.

Background Color

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

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

This div background color is #3E6020.

Border color

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

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

This div border color is #3E6020.

Opacity

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

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

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

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

This text has shadow with #3E6020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6020.

Preview

Color preview on black background

This text has color #3E6020 on black background.


Color preview on white background

This text has color #3E6020 on white background.


Black color preview on #3E6020 background

This text has black color on #3E6020 background.


White color preview on #3E6020 background

This text has white color on #3E6020 background.


Related colors

Complementary color

Complementary color for #hex is #C19FDF.


I love getcolorcode.com

Triadic colors

1 #203E60 and #60203E with #3E6020 are triadic colors.

2 #20603E and #603E20 with #3E6020 are triadic colors.