COLOR #3E6216

HEX: #3E6216 RGB: (62,98,22)

Color info

#3E6216 contains mainly red and green colors. Web safe color of #3E6216 is #336600 (or #360).

RGB color model

#3E6216 color RGB value is (62,98,22).

RGB: (62,98,22) (24%, 38%, 9%)

RGB channels and saturation

R 62 of 255 = 24%
G 98 of 255 = 38%
B 22 of 255 = 9%

62
98
22

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

Portions of RGB colors in percentages

R + G + B = 62 + 98 + 22 = 182 (100%)
R 62 of 182 ~ 34.07%
G 98 of 182 ~ 53.85%
B 22 of 182 ~ 12.09'%

%34.07
%53.85
%12.09

CMYK color model

#3E6216 color CMYK value is (37,0,78,62).

  • cyan value is 36.73%
  • magenta value is 0.00%
  • yellow value is 77.55%
  • key color value is 61.57%

CMYK: (37,0,78,62)
C37M0Y78K62 (37%, 0%, 78%, 62%)
(0.37 / 0.00 / 0.78 / 0.62)

CMYK percentages

%36.73
%0
%77.55
%61.57

Codes

Color #3E6216 in popluar color models

3E 62 16
RGB 62 98 22
HSL 88° 63.33% 23.53%
HSB/HSV 88° 77.55% 38.43%
CMYK 36.73% 0.00% 77.55%
61.57%

Color #3E6216 in popluar number systems.

HEX 3E 62 16
Decimal 62 98 22
Binary 111110 1100010 10110
Octal 76 142 26

Shades and tints

Shades of #3E6216

#3E6216
(62,98,22)
#395A14
(57,90,20)
#345212
(52,82,18)
#2F4A10
(47,74,16)
#2A420E
(42,66,14)
#253A0C
(37,58,12)
#20320A
(32,50,10)
#1B2A08
(27,42,8)
#162206
(22,34,6)
#111A04
(17,26,4)
#0C1202
(12,18,2)
#000000
(0,0,0)

Tints of #3E6216

#3E6216
(62,98,22)
#4F702B
(79,112,43)
#607E40
(96,126,64)
#718C55
(113,140,85)
#829A6A
(130,154,106)
#93A87F
(147,168,127)
#A4B694
(164,182,148)
#B5C4A9
(181,196,169)
#C6D2BE
(198,210,190)
#D7E0D3
(215,224,211)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6216 color. Also use rgb(62,98,22) instead hex code.

Text Font Color

.myTextColor { color: #3E6216; }

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

This text font color is #3E6216.

Background Color

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

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

This div background color is #3E6216.

Border color

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

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

This div border color is #3E6216.

Opacity

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

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

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

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

This text has shadow with #3E6216 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6216.

Preview

Color preview on black background

This text has color #3E6216 on black background.


Color preview on white background

This text has color #3E6216 on white background.


Black color preview on #3E6216 background

This text has black color on #3E6216 background.


White color preview on #3E6216 background

This text has white color on #3E6216 background.


Related colors

Complementary color

Complementary color for #hex is #C19DE9.


I love getcolorcode.com

Triadic colors

1 #163E62 and #62163E with #3E6216 are triadic colors.

2 #16623E and #623E16 with #3E6216 are triadic colors.