COLOR #3E5232

HEX: #3E5232
RGB: (62,82,50)

Color info

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

RGB color model

#3E5232 color RGB value is (62,82,50).

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

RGB channels and saturation

R 62 of 255 = 24%
G 82 of 255 = 32%
B 50 of 255 = 20%

62
82
50

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

Portions of RGB colors in percentages

R + G + B =
62 + 82 + 50 = 194 (100%)
R 62 of 194 ~ 31.96%
G 82 of 194 ~ 42.27%
B 50 of 194 ~ 25.77%

%31.96
%42.27
%25.77

CMYK color model

#3E5232 color CMYK value is (24,0,39,68).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 67.84%
CMYK:
(24,0,39,68)
C24M0Y39K68 
(24%,0%,39%,68%)
(0.24/0.00/0.39/0.68)	

CMYK percentages

%24.39
%0
%39.02
%67.84

Codes

Color #3E5232 in popluar color models

3E5232
RGB628250
HSL98°24.24%25.88%
HSB/HSV98°39.02%32.16%
CMYK24.39%0.00%39.02%
67.84%

Color #3E5232 in popluar number systems.

HEX3E5232
Decimal628250
Binary1111101010010110010
Octal7612262

Shades and tints

Shades of #3E5232

#3E5232
(62,82,50)
#394B2E
(57,75,46)
#34442A
(52,68,42)
#2F3D26
(47,61,38)
#2A3622
(42,54,34)
#252F1E
(37,47,30)
#20281A
(32,40,26)
#1B2116
(27,33,22)
#161A12
(22,26,18)
#11130E
(17,19,14)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #3E5232

#3E5232
(62,82,50)
#4F6144
(79,97,68)
#607056
(96,112,86)
#717F68
(113,127,104)
#828E7A
(130,142,122)
#939D8C
(147,157,140)
#A4AC9E
(164,172,158)
#B5BBB0
(181,187,176)
#C6CAC2
(198,202,194)
#D7D9D4
(215,217,212)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5232; }

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

This text font color is #3E5232.


Background Color

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

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

This div background color is #3E5232.


Border color

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

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

This div border color is #3E5232.


Opacity

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

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

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

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

This text has shadow with #3E5232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5232 on black background.


Color preview on white background

This text has color #3E5232 on white background.



Black color preview on #3E5232 background

This text has black color on #3E5232 background.


White color preview on #3E5232 background

This text has white color on #3E5232 background.