COLOR #3E4514

HEX: #3E4514 RGB: (62,69,20)

Color info

#3E4514 contains red, green and blue colors in about the same proportion. Web safe color of #3E4514 is #333300 (or #330).

RGB color model

#3E4514 color RGB value is (62,69,20).

RGB: (62,69,20) (24%, 27%, 8%)

RGB channels and saturation

R 62 of 255 = 24%
G 69 of 255 = 27%
B 20 of 255 = 8%

62
69
20

R + G + B ~ 20%. #3E4514 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 69 + 20 = 151 (100%)
R 62 of 151 ~ 41.06%
G 69 of 151 ~ 45.7%
B 20 of 151 ~ 13.25'%

%41.06
%45.7
%13.25

CMYK color model

#3E4514 color CMYK value is (10,0,71,73).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 71.01%
  • key color value is 72.94%

CMYK: (10,0,71,73)
C10M0Y71K73 (10%, 0%, 71%, 73%)
(0.10 / 0.00 / 0.71 / 0.73)

CMYK percentages

%10.14
%0
%71.01
%72.94

Codes

Color #3E4514 in popluar color models

3E 45 14
RGB 62 69 20
HSL 69° 55.06% 17.45%
HSB/HSV 69° 71.01% 27.06%
CMYK 10.14% 0.00% 71.01%
72.94%

Color #3E4514 in popluar number systems.

HEX 3E 45 14
Decimal 62 69 20
Binary 111110 1000101 10100
Octal 76 105 24

Shades and tints

Shades of #3E4514

#3E4514
(62,69,20)
#393F13
(57,63,19)
#343912
(52,57,18)
#2F3311
(47,51,17)
#2A2D10
(42,45,16)
#25270F
(37,39,15)
#20210E
(32,33,14)
#1B1B0D
(27,27,13)
#16150C
(22,21,12)
#110F0B
(17,15,11)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #3E4514

#3E4514
(62,69,20)
#4F5529
(79,85,41)
#60653E
(96,101,62)
#717553
(113,117,83)
#828568
(130,133,104)
#93957D
(147,149,125)
#A4A592
(164,165,146)
#B5B5A7
(181,181,167)
#C6C5BC
(198,197,188)
#D7D5D1
(215,213,209)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4514 color. Also use rgb(62,69,20) instead hex code.

Text Font Color

.myTextColor { color: #3E4514; }

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

This text font color is #3E4514.

Background Color

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

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

This div background color is #3E4514.

Border color

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

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

This div border color is #3E4514.

Opacity

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

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

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

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

This text has shadow with #3E4514 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4514.

Preview

Color preview on black background

This text has color #3E4514 on black background.


Color preview on white background

This text has color #3E4514 on white background.


Black color preview on #3E4514 background

This text has black color on #3E4514 background.


White color preview on #3E4514 background

This text has white color on #3E4514 background.


Related colors

Complementary color

Complementary color for #hex is #C1BAEB.


I love getcolorcode.com

Triadic colors

1 #143E45 and #45143E with #3E4514 are triadic colors.

2 #14453E and #453E14 with #3E4514 are triadic colors.