COLOR #3E4931

HEX: #3E4931
RGB: (62,73,49)

Color info

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

RGB color model

#3E4931 color RGB value is (62,73,49).

  • red value is 62;
  • green value is 73;
  • blue value is 49.
RGB:
(62,73,49)
(24%,29%,19%)

RGB channels and saturation

R 62 of 255 = 24%
G 73 of 255 = 29%
B 49 of 255 = 19%

62
73
49

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

Portions of RGB colors in percentages

R + G + B =
62 + 73 + 49 = 184 (100%)
R 62 of 184 ~ 33.7%
G 73 of 184 ~ 39.67%
B 49 of 184 ~ 26.63%

%33.7
%39.67
%26.63

CMYK color model

#3E4931 color CMYK value is (15,0,33,71).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 71.37%
CMYK:
(15,0,33,71)
C15M0Y33K71 
(15%,0%,33%,71%)
(0.15/0.00/0.33/0.71)	

CMYK percentages

%15.07
%0
%32.88
%71.37

Codes

Color #3E4931 in popluar color models

3E4931
RGB627349
HSL88°19.67%23.92%
HSB/HSV88°32.88%28.63%
CMYK15.07%0.00%32.88%
71.37%

Color #3E4931 in popluar number systems.

HEX3E4931
Decimal627349
Binary1111101001001110001
Octal7611161

Shades and tints

Shades of #3E4931

#3E4931
(62,73,49)
#39432D
(57,67,45)
#343D29
(52,61,41)
#2F3725
(47,55,37)
#2A3121
(42,49,33)
#252B1D
(37,43,29)
#202519
(32,37,25)
#1B1F15
(27,31,21)
#161911
(22,25,17)
#11130D
(17,19,13)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #3E4931

#3E4931
(62,73,49)
#4F5943
(79,89,67)
#606955
(96,105,85)
#717967
(113,121,103)
#828979
(130,137,121)
#93998B
(147,153,139)
#A4A99D
(164,169,157)
#B5B9AF
(181,185,175)
#C6C9C1
(198,201,193)
#D7D9D3
(215,217,211)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4931; }

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

This text font color is #3E4931.


Background Color

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

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

This div background color is #3E4931.


Border color

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

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

This div border color is #3E4931.


Opacity

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

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

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

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

This text has shadow with #3E4931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4931 on black background.


Color preview on white background

This text has color #3E4931 on white background.



Black color preview on #3E4931 background

This text has black color on #3E4931 background.


White color preview on #3E4931 background

This text has white color on #3E4931 background.