COLOR #3E7141

HEX: #3E7141 RGB: (62,113,65)

Color info

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

RGB color model

#3E7141 color RGB value is (62,113,65).

RGB: (62,113,65) (24%, 44%, 25%)

RGB channels and saturation

R 62 of 255 = 24%
G 113 of 255 = 44%
B 65 of 255 = 25%

62
113
65

R + G + B ~ 31%. #3E7141 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 113 + 65 = 240 (100%)
R 62 of 240 ~ 25.83%
G 113 of 240 ~ 47.08%
B 65 of 240 ~ 27.08'%

%25.83
%47.08
%27.08

CMYK color model

#3E7141 color CMYK value is (45,0,42,56).

  • cyan value is 45.13%
  • magenta value is 0.00%
  • yellow value is 42.48%
  • key color value is 55.69%

CMYK: (45,0,42,56)
C45M0Y42K56 (45%, 0%, 42%, 56%)
(0.45 / 0.00 / 0.42 / 0.56)

CMYK percentages

%45.13
%0
%42.48
%55.69

Codes

Color #3E7141 in popluar color models

3E 71 41
RGB 62 113 65
HSL 124° 29.14% 34.31%
HSB/HSV 124° 45.13% 44.31%
CMYK 45.13% 0.00% 42.48%
55.69%

Color #3E7141 in popluar number systems.

HEX 3E 71 41
Decimal 62 113 65
Binary 111110 1110001 1000001
Octal 76 161 101

Shades and tints

Shades of #3E7141

#3E7141
(62,113,65)
#39673C
(57,103,60)
#345D37
(52,93,55)
#2F5332
(47,83,50)
#2A492D
(42,73,45)
#253F28
(37,63,40)
#203523
(32,53,35)
#1B2B1E
(27,43,30)
#162119
(22,33,25)
#111714
(17,23,20)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #3E7141

#3E7141
(62,113,65)
#4F7D52
(79,125,82)
#608963
(96,137,99)
#719574
(113,149,116)
#82A185
(130,161,133)
#93AD96
(147,173,150)
#A4B9A7
(164,185,167)
#B5C5B8
(181,197,184)
#C6D1C9
(198,209,201)
#D7DDDA
(215,221,218)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7141 color. Also use rgb(62,113,65) instead hex code.

Text Font Color

.myTextColor { color: #3E7141; }

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

This text font color is #3E7141.

Background Color

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

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

This div background color is #3E7141.

Border color

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

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

This div border color is #3E7141.

Opacity

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

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

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

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

This text has shadow with #3E7141 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7141.

Preview

Color preview on black background

This text has color #3E7141 on black background.


Color preview on white background

This text has color #3E7141 on white background.


Black color preview on #3E7141 background

This text has black color on #3E7141 background.


White color preview on #3E7141 background

This text has white color on #3E7141 background.


Related colors

Complementary color

Complementary color for #hex is #C18EBE.


I love getcolorcode.com

Triadic colors

1 #413E71 and #71413E with #3E7141 are triadic colors.

2 #41713E and #713E41 with #3E7141 are triadic colors.