COLOR #3E7628

HEX: #3E7628 RGB: (62,118,40)

Color info

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

RGB color model

#3E7628 color RGB value is (62,118,40).

RGB: (62,118,40) (24%, 46%, 16%)

RGB channels and saturation

R 62 of 255 = 24%
G 118 of 255 = 46%
B 40 of 255 = 16%

62
118
40

R + G + B ~ 29%. #3E7628 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 118 + 40 = 220 (100%)
R 62 of 220 ~ 28.18%
G 118 of 220 ~ 53.64%
B 40 of 220 ~ 18.18'%

%28.18
%53.64
%18.18

CMYK color model

#3E7628 color CMYK value is (47,0,66,54).

  • cyan value is 47.46%
  • magenta value is 0.00%
  • yellow value is 66.10%
  • key color value is 53.73%

CMYK: (47,0,66,54)
C47M0Y66K54 (47%, 0%, 66%, 54%)
(0.47 / 0.00 / 0.66 / 0.54)

CMYK percentages

%47.46
%0
%66.1
%53.73

Codes

Color #3E7628 in popluar color models

3E 76 28
RGB 62 118 40
HSL 103° 49.37% 30.98%
HSB/HSV 103° 66.10% 46.27%
CMYK 47.46% 0.00% 66.10%
53.73%

Color #3E7628 in popluar number systems.

HEX 3E 76 28
Decimal 62 118 40
Binary 111110 1110110 101000
Octal 76 166 50

Shades and tints

Shades of #3E7628

#3E7628
(62,118,40)
#396C25
(57,108,37)
#346222
(52,98,34)
#2F581F
(47,88,31)
#2A4E1C
(42,78,28)
#254419
(37,68,25)
#203A16
(32,58,22)
#1B3013
(27,48,19)
#162610
(22,38,16)
#111C0D
(17,28,13)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #3E7628

#3E7628
(62,118,40)
#4F823B
(79,130,59)
#608E4E
(96,142,78)
#719A61
(113,154,97)
#82A674
(130,166,116)
#93B287
(147,178,135)
#A4BE9A
(164,190,154)
#B5CAAD
(181,202,173)
#C6D6C0
(198,214,192)
#D7E2D3
(215,226,211)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7628 color. Also use rgb(62,118,40) instead hex code.

Text Font Color

.myTextColor { color: #3E7628; }

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

This text font color is #3E7628.

Background Color

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

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

This div background color is #3E7628.

Border color

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

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

This div border color is #3E7628.

Opacity

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

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

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

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

This text has shadow with #3E7628 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7628.

Preview

Color preview on black background

This text has color #3E7628 on black background.


Color preview on white background

This text has color #3E7628 on white background.


Black color preview on #3E7628 background

This text has black color on #3E7628 background.


White color preview on #3E7628 background

This text has white color on #3E7628 background.


Related colors

Complementary color

Complementary color for #hex is #C189D7.


I love getcolorcode.com

Triadic colors

1 #283E76 and #76283E with #3E7628 are triadic colors.

2 #28763E and #763E28 with #3E7628 are triadic colors.