COLOR #3E4B2E

HEX: #3E4B2E
RGB: (62,75,46)

Color info

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

RGB color model

#3E4B2E color RGB value is (62,75,46).

  • red value is 62;
  • green value is 75;
  • blue value is 46.
RGB:
(62,75,46)
(24%,29%,18%)

RGB channels and saturation

R 62 of 255 = 24%
G 75 of 255 = 29%
B 46 of 255 = 18%

62
75
46

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

Portions of RGB colors in percentages

R + G + B =
62 + 75 + 46 = 183 (100%)
R 62 of 183 ~ 33.88%
G 75 of 183 ~ 40.98%
B 46 of 183 ~ 25.14%

%33.88
%40.98
%25.14

CMYK color model

#3E4B2E color CMYK value is (17,0,39,71).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 70.59%
CMYK:
(17,0,39,71)
C17M0Y39K71 
(17%,0%,39%,71%)
(0.17/0.00/0.39/0.71)	

CMYK percentages

%17.33
%0
%38.67
%70.59

Codes

Color #3E4B2E in popluar color models

3E4B2E
RGB627546
HSL87°23.97%23.73%
HSB/HSV87°38.67%29.41%
CMYK17.33%0.00%38.67%
70.59%

Color #3E4B2E in popluar number systems.

HEX3E4B2E
Decimal627546
Binary1111101001011101110
Octal7611356

Shades and tints

Shades of #3E4B2E

#3E4B2E
(62,75,46)
#39452A
(57,69,42)
#343F26
(52,63,38)
#2F3922
(47,57,34)
#2A331E
(42,51,30)
#252D1A
(37,45,26)
#202716
(32,39,22)
#1B2112
(27,33,18)
#161B0E
(22,27,14)
#11150A
(17,21,10)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #3E4B2E

#3E4B2E
(62,75,46)
#4F5B41
(79,91,65)
#606B54
(96,107,84)
#717B67
(113,123,103)
#828B7A
(130,139,122)
#939B8D
(147,155,141)
#A4ABA0
(164,171,160)
#B5BBB3
(181,187,179)
#C6CBC6
(198,203,198)
#D7DBD9
(215,219,217)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4B2E color. Also use rgb(62,75,46) instead hex code.

Text Font Color

.myTextColor { color: #3E4B2E; }

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

This text font color is #3E4B2E.


Background Color

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

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

This div background color is #3E4B2E.


Border color

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

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

This div border color is #3E4B2E.


Opacity

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

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

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

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

This text has shadow with #3E4B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4B2E on black background.


Color preview on white background

This text has color #3E4B2E on white background.



Black color preview on #3E4B2E background

This text has black color on #3E4B2E background.


White color preview on #3E4B2E background

This text has white color on #3E4B2E background.