COLOR #3E5421

HEX: #3E5421 RGB: (62,84,33)

Color info

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

RGB color model

#3E5421 color RGB value is (62,84,33).

RGB: (62,84,33) (24%, 33%, 13%)

RGB channels and saturation

R 62 of 255 = 24%
G 84 of 255 = 33%
B 33 of 255 = 13%

62
84
33

R + G + B ~ 23%. #3E5421 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 84 + 33 = 179 (100%)
R 62 of 179 ~ 34.64%
G 84 of 179 ~ 46.93%
B 33 of 179 ~ 18.44'%

%34.64
%46.93
%18.44

CMYK color model

#3E5421 color CMYK value is (26,0,61,67).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 60.71%
  • key color value is 67.06%

CMYK: (26,0,61,67)
C26M0Y61K67 (26%, 0%, 61%, 67%)
(0.26 / 0.00 / 0.61 / 0.67)

CMYK percentages

%26.19
%0
%60.71
%67.06

Codes

Color #3E5421 in popluar color models

3E 54 21
RGB 62 84 33
HSL 86° 43.59% 22.94%
HSB/HSV 86° 60.71% 32.94%
CMYK 26.19% 0.00% 60.71%
67.06%

Color #3E5421 in popluar number systems.

HEX 3E 54 21
Decimal 62 84 33
Binary 111110 1010100 100001
Octal 76 124 41

Shades and tints

Shades of #3E5421

#3E5421
(62,84,33)
#394D1E
(57,77,30)
#34461B
(52,70,27)
#2F3F18
(47,63,24)
#2A3815
(42,56,21)
#253112
(37,49,18)
#202A0F
(32,42,15)
#1B230C
(27,35,12)
#161C09
(22,28,9)
#111506
(17,21,6)
#0C0E03
(12,14,3)
#000000
(0,0,0)

Tints of #3E5421

#3E5421
(62,84,33)
#4F6335
(79,99,53)
#607249
(96,114,73)
#71815D
(113,129,93)
#829071
(130,144,113)
#939F85
(147,159,133)
#A4AE99
(164,174,153)
#B5BDAD
(181,189,173)
#C6CCC1
(198,204,193)
#D7DBD5
(215,219,213)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5421 color. Also use rgb(62,84,33) instead hex code.

Text Font Color

.myTextColor { color: #3E5421; }

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

This text font color is #3E5421.

Background Color

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

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

This div background color is #3E5421.

Border color

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

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

This div border color is #3E5421.

Opacity

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

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

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

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

This text has shadow with #3E5421 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5421.

Preview

Color preview on black background

This text has color #3E5421 on black background.


Color preview on white background

This text has color #3E5421 on white background.


Black color preview on #3E5421 background

This text has black color on #3E5421 background.


White color preview on #3E5421 background

This text has white color on #3E5421 background.


Related colors

Complementary color

Complementary color for #hex is #C1ABDE.


I love getcolorcode.com

Triadic colors

1 #213E54 and #54213E with #3E5421 are triadic colors.

2 #21543E and #543E21 with #3E5421 are triadic colors.