COLOR #3E7D4A

HEX: #3E7D4A RGB: (62,125,74)

Color info

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

RGB color model

#3E7D4A color RGB value is (62,125,74).

RGB: (62,125,74) (24%, 49%, 29%)

RGB channels and saturation

R 62 of 255 = 24%
G 125 of 255 = 49%
B 74 of 255 = 29%

62
125
74

R + G + B ~ 34%. #3E7D4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 125 + 74 = 261 (100%)
R 62 of 261 ~ 23.75%
G 125 of 261 ~ 47.89%
B 74 of 261 ~ 28.35'%

%23.75
%47.89
%28.35

CMYK color model

#3E7D4A color CMYK value is (50,0,41,51).

  • cyan value is 50.40%
  • magenta value is 0.00%
  • yellow value is 40.80%
  • key color value is 50.98%

CMYK: (50,0,41,51)
C50M0Y41K51 (50%, 0%, 41%, 51%)
(0.50 / 0.00 / 0.41 / 0.51)

CMYK percentages

%50.4
%0
%40.8
%50.98

Codes

Color #3E7D4A in popluar color models

3E 7D 4A
RGB 62 125 74
HSL 131° 33.69% 36.67%
HSB/HSV 131° 50.40% 49.02%
CMYK 50.40% 0.00% 40.80%
50.98%

Color #3E7D4A in popluar number systems.

HEX 3E 7D 4A
Decimal 62 125 74
Binary 111110 1111101 1001010
Octal 76 175 112

Shades and tints

Shades of #3E7D4A

#3E7D4A
(62,125,74)
#397244
(57,114,68)
#34673E
(52,103,62)
#2F5C38
(47,92,56)
#2A5132
(42,81,50)
#25462C
(37,70,44)
#203B26
(32,59,38)
#1B3020
(27,48,32)
#16251A
(22,37,26)
#111A14
(17,26,20)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #3E7D4A

#3E7D4A
(62,125,74)
#4F885A
(79,136,90)
#60936A
(96,147,106)
#719E7A
(113,158,122)
#82A98A
(130,169,138)
#93B49A
(147,180,154)
#A4BFAA
(164,191,170)
#B5CABA
(181,202,186)
#C6D5CA
(198,213,202)
#D7E0DA
(215,224,218)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7D4A color. Also use rgb(62,125,74) instead hex code.

Text Font Color

.myTextColor { color: #3E7D4A; }

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

This text font color is #3E7D4A.

Background Color

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

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

This div background color is #3E7D4A.

Border color

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

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

This div border color is #3E7D4A.

Opacity

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

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

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

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

This text has shadow with #3E7D4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7D4A.

Preview

Color preview on black background

This text has color #3E7D4A on black background.


Color preview on white background

This text has color #3E7D4A on white background.


Black color preview on #3E7D4A background

This text has black color on #3E7D4A background.


White color preview on #3E7D4A background

This text has white color on #3E7D4A background.


Related colors

Complementary color

Complementary color for #hex is #C182B5.


I love getcolorcode.com

Triadic colors

1 #4A3E7D and #7D4A3E with #3E7D4A are triadic colors.

2 #4A7D3E and #7D3E4A with #3E7D4A are triadic colors.