COLOR #3E4F2A

HEX: #3E4F2A
RGB: (62,79,42)

Color info

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

RGB color model

#3E4F2A color RGB value is (62,79,42).

  • red value is 62;
  • green value is 79;
  • blue value is 42.
RGB:
(62,79,42)
(24%,31%,16%)

RGB channels and saturation

R 62 of 255 = 24%
G 79 of 255 = 31%
B 42 of 255 = 16%

62
79
42

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

Portions of RGB colors in percentages

R + G + B =
62 + 79 + 42 = 183 (100%)
R 62 of 183 ~ 33.88%
G 79 of 183 ~ 43.17%
B 42 of 183 ~ 22.95%

%33.88
%43.17
%22.95

CMYK color model

#3E4F2A color CMYK value is (22,0,47,69).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 46.84%
  • key color value is 69.02%
CMYK:
(22,0,47,69)
C22M0Y47K69 
(22%,0%,47%,69%)
(0.22/0.00/0.47/0.69)	

CMYK percentages

%21.52
%0
%46.84
%69.02

Codes

Color #3E4F2A in popluar color models

3E4F2A
RGB627942
HSL88°30.58%23.73%
HSB/HSV88°46.84%30.98%
CMYK21.52%0.00%46.84%
69.02%

Color #3E4F2A in popluar number systems.

HEX3E4F2A
Decimal627942
Binary1111101001111101010
Octal7611752

Shades and tints

Shades of #3E4F2A

#3E4F2A
(62,79,42)
#394827
(57,72,39)
#344124
(52,65,36)
#2F3A21
(47,58,33)
#2A331E
(42,51,30)
#252C1B
(37,44,27)
#202518
(32,37,24)
#1B1E15
(27,30,21)
#161712
(22,23,18)
#11100F
(17,16,15)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #3E4F2A

#3E4F2A
(62,79,42)
#4F5F3D
(79,95,61)
#606F50
(96,111,80)
#717F63
(113,127,99)
#828F76
(130,143,118)
#939F89
(147,159,137)
#A4AF9C
(164,175,156)
#B5BFAF
(181,191,175)
#C6CFC2
(198,207,194)
#D7DFD5
(215,223,213)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4F2A color. Also use rgb(62,79,42) instead hex code.

Text Font Color

.myTextColor { color: #3E4F2A; }

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

This text font color is #3E4F2A.


Background Color

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

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

This div background color is #3E4F2A.


Border color

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

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

This div border color is #3E4F2A.


Opacity

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

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

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

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

This text has shadow with #3E4F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4F2A on black background.


Color preview on white background

This text has color #3E4F2A on white background.



Black color preview on #3E4F2A background

This text has black color on #3E4F2A background.


White color preview on #3E4F2A background

This text has white color on #3E4F2A background.