COLOR #3E6128

HEX: #3E6128 RGB: (62,97,40)

Color info

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

RGB color model

#3E6128 color RGB value is (62,97,40).

RGB: (62,97,40) (24%, 38%, 16%)

RGB channels and saturation

R 62 of 255 = 24%
G 97 of 255 = 38%
B 40 of 255 = 16%

62
97
40

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

Portions of RGB colors in percentages

R + G + B = 62 + 97 + 40 = 199 (100%)
R 62 of 199 ~ 31.16%
G 97 of 199 ~ 48.74%
B 40 of 199 ~ 20.1'%

%31.16
%48.74
%20.1

CMYK color model

#3E6128 color CMYK value is (36,0,59,62).

  • cyan value is 36.08%
  • magenta value is 0.00%
  • yellow value is 58.76%
  • key color value is 61.96%

CMYK: (36,0,59,62)
C36M0Y59K62 (36%, 0%, 59%, 62%)
(0.36 / 0.00 / 0.59 / 0.62)

CMYK percentages

%36.08
%0
%58.76
%61.96

Codes

Color #3E6128 in popluar color models

3E 61 28
RGB 62 97 40
HSL 97° 41.61% 26.86%
HSB/HSV 97° 58.76% 38.04%
CMYK 36.08% 0.00% 58.76%
61.96%

Color #3E6128 in popluar number systems.

HEX 3E 61 28
Decimal 62 97 40
Binary 111110 1100001 101000
Octal 76 141 50

Shades and tints

Shades of #3E6128

#3E6128
(62,97,40)
#395925
(57,89,37)
#345122
(52,81,34)
#2F491F
(47,73,31)
#2A411C
(42,65,28)
#253919
(37,57,25)
#203116
(32,49,22)
#1B2913
(27,41,19)
#162110
(22,33,16)
#11190D
(17,25,13)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #3E6128

#3E6128
(62,97,40)
#4F6F3B
(79,111,59)
#607D4E
(96,125,78)
#718B61
(113,139,97)
#829974
(130,153,116)
#93A787
(147,167,135)
#A4B59A
(164,181,154)
#B5C3AD
(181,195,173)
#C6D1C0
(198,209,192)
#D7DFD3
(215,223,211)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6128; }

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

This text font color is #3E6128.

Background Color

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

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

This div background color is #3E6128.

Border color

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

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

This div border color is #3E6128.

Opacity

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

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

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

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

This text has shadow with #3E6128 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6128.

Preview

Color preview on black background

This text has color #3E6128 on black background.


Color preview on white background

This text has color #3E6128 on white background.


Black color preview on #3E6128 background

This text has black color on #3E6128 background.


White color preview on #3E6128 background

This text has white color on #3E6128 background.


Related colors

Complementary color

Complementary color for #hex is #C19ED7.


I love getcolorcode.com

Triadic colors

1 #283E61 and #61283E with #3E6128 are triadic colors.

2 #28613E and #613E28 with #3E6128 are triadic colors.