COLOR #3E4D3E

HEX: #3E4D3E
RGB: (62,77,62)

Color info

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

RGB color model

#3E4D3E color RGB value is (62,77,62).

  • red value is 62;
  • green value is 77;
  • blue value is 62.
RGB:
(62,77,62)
(24%,30%,24%)

RGB channels and saturation

R 62 of 255 = 24%
G 77 of 255 = 30%
B 62 of 255 = 24%

62
77
62

R + G + B ~ 26%. #3E4D3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 77 + 62 = 201 (100%)
R 62 of 201 ~ 30.85%
G 77 of 201 ~ 38.31%
B 62 of 201 ~ 30.85%

%30.85
%38.31
%30.85

CMYK color model

#3E4D3E color CMYK value is (19,0,19,70).

  • cyan value is 19.48%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 69.80%
CMYK:
(19,0,19,70)
C19M0Y19K70 
(19%,0%,19%,70%)
(0.19/0.00/0.19/0.70)	

CMYK percentages

%19.48
%0
%19.48
%69.8

Codes

Color #3E4D3E in popluar color models

3E4D3E
RGB627762
HSL120°10.79%27.25%
HSB/HSV120°19.48%30.20%
CMYK19.48%0.00%19.48%
69.80%

Color #3E4D3E in popluar number systems.

HEX3E4D3E
Decimal627762
Binary1111101001101111110
Octal7611576

Shades and tints

Shades of #3E4D3E

#3E4D3E
(62,77,62)
#394639
(57,70,57)
#343F34
(52,63,52)
#2F382F
(47,56,47)
#2A312A
(42,49,42)
#252A25
(37,42,37)
#202320
(32,35,32)
#1B1C1B
(27,28,27)
#161516
(22,21,22)
#110E11
(17,14,17)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #3E4D3E

#3E4D3E
(62,77,62)
#4F5D4F
(79,93,79)
#606D60
(96,109,96)
#717D71
(113,125,113)
#828D82
(130,141,130)
#939D93
(147,157,147)
#A4ADA4
(164,173,164)
#B5BDB5
(181,189,181)
#C6CDC6
(198,205,198)
#D7DDD7
(215,221,215)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4D3E; }

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

This text font color is #3E4D3E.


Background Color

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

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

This div background color is #3E4D3E.


Border color

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

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

This div border color is #3E4D3E.


Opacity

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

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

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

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

This text has shadow with #3E4D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4D3E on black background.


Color preview on white background

This text has color #3E4D3E on white background.



Black color preview on #3E4D3E background

This text has black color on #3E4D3E background.


White color preview on #3E4D3E background

This text has white color on #3E4D3E background.