COLOR #3E5236

HEX: #3E5236
RGB: (62,82,54)

Color info

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

RGB color model

#3E5236 color RGB value is (62,82,54).

  • red value is 62;
  • green value is 82;
  • blue value is 54.
RGB:
(62,82,54)
(24%,32%,21%)

RGB channels and saturation

R 62 of 255 = 24%
G 82 of 255 = 32%
B 54 of 255 = 21%

62
82
54

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

Portions of RGB colors in percentages

R + G + B =
62 + 82 + 54 = 198 (100%)
R 62 of 198 ~ 31.31%
G 82 of 198 ~ 41.41%
B 54 of 198 ~ 27.27%

%31.31
%41.41
%27.27

CMYK color model

#3E5236 color CMYK value is (24,0,34,68).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 67.84%
CMYK:
(24,0,34,68)
C24M0Y34K68 
(24%,0%,34%,68%)
(0.24/0.00/0.34/0.68)	

CMYK percentages

%24.39
%0
%34.15
%67.84

Codes

Color #3E5236 in popluar color models

3E5236
RGB628254
HSL103°20.59%26.67%
HSB/HSV103°34.15%32.16%
CMYK24.39%0.00%34.15%
67.84%

Color #3E5236 in popluar number systems.

HEX3E5236
Decimal628254
Binary1111101010010110110
Octal7612266

Shades and tints

Shades of #3E5236

#3E5236
(62,82,54)
#394B32
(57,75,50)
#34442E
(52,68,46)
#2F3D2A
(47,61,42)
#2A3626
(42,54,38)
#252F22
(37,47,34)
#20281E
(32,40,30)
#1B211A
(27,33,26)
#161A16
(22,26,22)
#111312
(17,19,18)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #3E5236

#3E5236
(62,82,54)
#4F6148
(79,97,72)
#60705A
(96,112,90)
#717F6C
(113,127,108)
#828E7E
(130,142,126)
#939D90
(147,157,144)
#A4ACA2
(164,172,162)
#B5BBB4
(181,187,180)
#C6CAC6
(198,202,198)
#D7D9D8
(215,217,216)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5236; }

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

This text font color is #3E5236.


Background Color

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

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

This div background color is #3E5236.


Border color

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

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

This div border color is #3E5236.


Opacity

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

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

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

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

This text has shadow with #3E5236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5236 on black background.


Color preview on white background

This text has color #3E5236 on white background.



Black color preview on #3E5236 background

This text has black color on #3E5236 background.


White color preview on #3E5236 background

This text has white color on #3E5236 background.