COLOR #3E7532

HEX: #3E7532 RGB: (62,117,50)

Color info

#3E7532 contains mainly red and green colors. Web safe color of #3E7532 is #336633 (or #363).

RGB color model

#3E7532 color RGB value is (62,117,50).

RGB: (62,117,50) (24%, 46%, 20%)

RGB channels and saturation

R 62 of 255 = 24%
G 117 of 255 = 46%
B 50 of 255 = 20%

62
117
50

R + G + B ~ 30%. #3E7532 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 117 + 50 = 229 (100%)
R 62 of 229 ~ 27.07%
G 117 of 229 ~ 51.09%
B 50 of 229 ~ 21.83'%

%27.07
%51.09
%21.83

CMYK color model

#3E7532 color CMYK value is (47,0,57,54).

  • cyan value is 47.01%
  • magenta value is 0.00%
  • yellow value is 57.26%
  • key color value is 54.12%

CMYK: (47,0,57,54)
C47M0Y57K54 (47%, 0%, 57%, 54%)
(0.47 / 0.00 / 0.57 / 0.54)

CMYK percentages

%47.01
%0
%57.26
%54.12

Codes

Color #3E7532 in popluar color models

3E 75 32
RGB 62 117 50
HSL 109° 40.12% 32.75%
HSB/HSV 109° 57.26% 45.88%
CMYK 47.01% 0.00% 57.26%
54.12%

Color #3E7532 in popluar number systems.

HEX 3E 75 32
Decimal 62 117 50
Binary 111110 1110101 110010
Octal 76 165 62

Shades and tints

Shades of #3E7532

#3E7532
(62,117,50)
#396B2E
(57,107,46)
#34612A
(52,97,42)
#2F5726
(47,87,38)
#2A4D22
(42,77,34)
#25431E
(37,67,30)
#20391A
(32,57,26)
#1B2F16
(27,47,22)
#162512
(22,37,18)
#111B0E
(17,27,14)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #3E7532

#3E7532
(62,117,50)
#4F8144
(79,129,68)
#608D56
(96,141,86)
#719968
(113,153,104)
#82A57A
(130,165,122)
#93B18C
(147,177,140)
#A4BD9E
(164,189,158)
#B5C9B0
(181,201,176)
#C6D5C2
(198,213,194)
#D7E1D4
(215,225,212)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7532; }

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

This text font color is #3E7532.

Background Color

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

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

This div background color is #3E7532.

Border color

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

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

This div border color is #3E7532.

Opacity

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

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

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

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

This text has shadow with #3E7532 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7532.

Preview

Color preview on black background

This text has color #3E7532 on black background.


Color preview on white background

This text has color #3E7532 on white background.


Black color preview on #3E7532 background

This text has black color on #3E7532 background.


White color preview on #3E7532 background

This text has white color on #3E7532 background.


Related colors

Complementary color

Complementary color for #hex is #C18ACD.


I love getcolorcode.com

Triadic colors

1 #323E75 and #75323E with #3E7532 are triadic colors.

2 #32753E and #753E32 with #3E7532 are triadic colors.