COLOR #3E4E35

HEX: #3E4E35
RGB: (62,78,53)

Color info

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

RGB color model

#3E4E35 color RGB value is (62,78,53).

  • red value is 62;
  • green value is 78;
  • blue value is 53.
RGB:
(62,78,53)
(24%,31%,21%)

RGB channels and saturation

R 62 of 255 = 24%
G 78 of 255 = 31%
B 53 of 255 = 21%

62
78
53

R + G + B ~ 25%. #3E4E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 78 + 53 = 193 (100%)
R 62 of 193 ~ 32.12%
G 78 of 193 ~ 40.41%
B 53 of 193 ~ 27.46%

%32.12
%40.41
%27.46

CMYK color model

#3E4E35 color CMYK value is (21,0,32,69).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 32.05%
  • key color value is 69.41%
CMYK:
(21,0,32,69)
C21M0Y32K69 
(21%,0%,32%,69%)
(0.21/0.00/0.32/0.69)	

CMYK percentages

%20.51
%0
%32.05
%69.41

Codes

Color #3E4E35 in popluar color models

3E4E35
RGB627853
HSL98°19.08%25.69%
HSB/HSV98°32.05%30.59%
CMYK20.51%0.00%32.05%
69.41%

Color #3E4E35 in popluar number systems.

HEX3E4E35
Decimal627853
Binary1111101001110110101
Octal7611665

Shades and tints

Shades of #3E4E35

#3E4E35
(62,78,53)
#394731
(57,71,49)
#34402D
(52,64,45)
#2F3929
(47,57,41)
#2A3225
(42,50,37)
#252B21
(37,43,33)
#20241D
(32,36,29)
#1B1D19
(27,29,25)
#161615
(22,22,21)
#110F11
(17,15,17)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #3E4E35

#3E4E35
(62,78,53)
#4F5E47
(79,94,71)
#606E59
(96,110,89)
#717E6B
(113,126,107)
#828E7D
(130,142,125)
#939E8F
(147,158,143)
#A4AEA1
(164,174,161)
#B5BEB3
(181,190,179)
#C6CEC5
(198,206,197)
#D7DED7
(215,222,215)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4E35; }

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

This text font color is #3E4E35.


Background Color

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

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

This div background color is #3E4E35.


Border color

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

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

This div border color is #3E4E35.


Opacity

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

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

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

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

This text has shadow with #3E4E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4E35 on black background.


Color preview on white background

This text has color #3E4E35 on white background.



Black color preview on #3E4E35 background

This text has black color on #3E4E35 background.


White color preview on #3E4E35 background

This text has white color on #3E4E35 background.