COLOR #3E5F32

HEX: #3E5F32
RGB: (62,95,50)

Color info

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

RGB color model

#3E5F32 color RGB value is (62,95,50).

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

RGB channels and saturation

R 62 of 255 = 24%
G 95 of 255 = 37%
B 50 of 255 = 20%

62
95
50

R + G + B ~ 27%. #3E5F32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 95 + 50 = 207 (100%)
R 62 of 207 ~ 29.95%
G 95 of 207 ~ 45.89%
B 50 of 207 ~ 24.15%

%29.95
%45.89
%24.15

CMYK color model

#3E5F32 color CMYK value is (35,0,47,63).

  • cyan value is 34.74%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 62.75%
CMYK:
(35,0,47,63)
C35M0Y47K63 
(35%,0%,47%,63%)
(0.35/0.00/0.47/0.63)	

CMYK percentages

%34.74
%0
%47.37
%62.75

Codes

Color #3E5F32 in popluar color models

3E5F32
RGB629550
HSL104°31.03%28.43%
HSB/HSV104°47.37%37.25%
CMYK34.74%0.00%47.37%
62.75%

Color #3E5F32 in popluar number systems.

HEX3E5F32
Decimal629550
Binary1111101011111110010
Octal7613762

Shades and tints

Shades of #3E5F32

#3E5F32
(62,95,50)
#39572E
(57,87,46)
#344F2A
(52,79,42)
#2F4726
(47,71,38)
#2A3F22
(42,63,34)
#25371E
(37,55,30)
#202F1A
(32,47,26)
#1B2716
(27,39,22)
#161F12
(22,31,18)
#11170E
(17,23,14)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #3E5F32

#3E5F32
(62,95,50)
#4F6D44
(79,109,68)
#607B56
(96,123,86)
#718968
(113,137,104)
#82977A
(130,151,122)
#93A58C
(147,165,140)
#A4B39E
(164,179,158)
#B5C1B0
(181,193,176)
#C6CFC2
(198,207,194)
#D7DDD4
(215,221,212)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5F32; }

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

This text font color is #3E5F32.


Background Color

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

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

This div background color is #3E5F32.


Border color

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

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

This div border color is #3E5F32.


Opacity

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

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

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

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

This text has shadow with #3E5F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5F32 on black background.


Color preview on white background

This text has color #3E5F32 on white background.



Black color preview on #3E5F32 background

This text has black color on #3E5F32 background.


White color preview on #3E5F32 background

This text has white color on #3E5F32 background.