COLOR #3E492B

HEX: #3E492B RGB: (62,73,43)

Color info

#3E492B contains red, green and blue colors in about the same proportion. Web safe color of #3E492B is #333333 (or #333).

RGB color model

#3E492B color RGB value is (62,73,43).

RGB: (62,73,43) (24%, 29%, 17%)

RGB channels and saturation

R 62 of 255 = 24%
G 73 of 255 = 29%
B 43 of 255 = 17%

62
73
43

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

Portions of RGB colors in percentages

R + G + B = 62 + 73 + 43 = 178 (100%)
R 62 of 178 ~ 34.83%
G 73 of 178 ~ 41.01%
B 43 of 178 ~ 24.16'%

%34.83
%41.01
%24.16

CMYK color model

#3E492B color CMYK value is (15,0,41,71).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 41.10%
  • key color value is 71.37%

CMYK: (15,0,41,71)
C15M0Y41K71 (15%, 0%, 41%, 71%)
(0.15 / 0.00 / 0.41 / 0.71)

CMYK percentages

%15.07
%0
%41.1
%71.37

Codes

Color #3E492B in popluar color models

3E 49 2B
RGB 62 73 43
HSL 82° 25.86% 22.75%
HSB/HSV 82° 41.10% 28.63%
CMYK 15.07% 0.00% 41.10%
71.37%

Color #3E492B in popluar number systems.

HEX 3E 49 2B
Decimal 62 73 43
Binary 111110 1001001 101011
Octal 76 111 53

Shades and tints

Shades of #3E492B

#3E492B
(62,73,43)
#394328
(57,67,40)
#343D25
(52,61,37)
#2F3722
(47,55,34)
#2A311F
(42,49,31)
#252B1C
(37,43,28)
#202519
(32,37,25)
#1B1F16
(27,31,22)
#161913
(22,25,19)
#111310
(17,19,16)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #3E492B

#3E492B
(62,73,43)
#4F593E
(79,89,62)
#606951
(96,105,81)
#717964
(113,121,100)
#828977
(130,137,119)
#93998A
(147,153,138)
#A4A99D
(164,169,157)
#B5B9B0
(181,185,176)
#C6C9C3
(198,201,195)
#D7D9D6
(215,217,214)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E492B color. Also use rgb(62,73,43) instead hex code.

Text Font Color

.myTextColor { color: #3E492B; }

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

This text font color is #3E492B.

Background Color

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

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

This div background color is #3E492B.

Border color

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

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

This div border color is #3E492B.

Opacity

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

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

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

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

This text has shadow with #3E492B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E492B.

Preview

Color preview on black background

This text has color #3E492B on black background.


Color preview on white background

This text has color #3E492B on white background.


Black color preview on #3E492B background

This text has black color on #3E492B background.


White color preview on #3E492B background

This text has white color on #3E492B background.


Related colors

Complementary color

Complementary color for #hex is #C1B6D4.


I love getcolorcode.com

Triadic colors

1 #2B3E49 and #492B3E with #3E492B are triadic colors.

2 #2B493E and #493E2B with #3E492B are triadic colors.