COLOR #3E5115

HEX: #3E5115 RGB: (62,81,21)

Color info

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

RGB color model

#3E5115 color RGB value is (62,81,21).

RGB: (62,81,21) (24%, 32%, 8%)

RGB channels and saturation

R 62 of 255 = 24%
G 81 of 255 = 32%
B 21 of 255 = 8%

62
81
21

R + G + B ~ 21%. #3E5115 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 81 + 21 = 164 (100%)
R 62 of 164 ~ 37.8%
G 81 of 164 ~ 49.39%
B 21 of 164 ~ 12.8'%

%37.8
%49.39
%12.8

CMYK color model

#3E5115 color CMYK value is (23,0,74,68).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 74.07%
  • key color value is 68.24%

CMYK: (23,0,74,68)
C23M0Y74K68 (23%, 0%, 74%, 68%)
(0.23 / 0.00 / 0.74 / 0.68)

CMYK percentages

%23.46
%0
%74.07
%68.24

Codes

Color #3E5115 in popluar color models

3E 51 15
RGB 62 81 21
HSL 79° 58.82% 20.00%
HSB/HSV 79° 74.07% 31.76%
CMYK 23.46% 0.00% 74.07%
68.24%

Color #3E5115 in popluar number systems.

HEX 3E 51 15
Decimal 62 81 21
Binary 111110 1010001 10101
Octal 76 121 25

Shades and tints

Shades of #3E5115

#3E5115
(62,81,21)
#394A14
(57,74,20)
#344313
(52,67,19)
#2F3C12
(47,60,18)
#2A3511
(42,53,17)
#252E10
(37,46,16)
#20270F
(32,39,15)
#1B200E
(27,32,14)
#16190D
(22,25,13)
#11120C
(17,18,12)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #3E5115

#3E5115
(62,81,21)
#4F602A
(79,96,42)
#606F3F
(96,111,63)
#717E54
(113,126,84)
#828D69
(130,141,105)
#939C7E
(147,156,126)
#A4AB93
(164,171,147)
#B5BAA8
(181,186,168)
#C6C9BD
(198,201,189)
#D7D8D2
(215,216,210)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5115 color. Also use rgb(62,81,21) instead hex code.

Text Font Color

.myTextColor { color: #3E5115; }

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

This text font color is #3E5115.

Background Color

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

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

This div background color is #3E5115.

Border color

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

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

This div border color is #3E5115.

Opacity

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

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

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

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

This text has shadow with #3E5115 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5115.

Preview

Color preview on black background

This text has color #3E5115 on black background.


Color preview on white background

This text has color #3E5115 on white background.


Black color preview on #3E5115 background

This text has black color on #3E5115 background.


White color preview on #3E5115 background

This text has white color on #3E5115 background.


Related colors

Complementary color

Complementary color for #hex is #C1AEEA.


I love getcolorcode.com

Triadic colors

1 #153E51 and #51153E with #3E5115 are triadic colors.

2 #15513E and #513E15 with #3E5115 are triadic colors.