COLOR #3E7740

HEX: #3E7740 RGB: (62,119,64)

Color info

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

RGB color model

#3E7740 color RGB value is (62,119,64).

RGB: (62,119,64) (24%, 47%, 25%)

RGB channels and saturation

R 62 of 255 = 24%
G 119 of 255 = 47%
B 64 of 255 = 25%

62
119
64

R + G + B ~ 32%. #3E7740 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 119 + 64 = 245 (100%)
R 62 of 245 ~ 25.31%
G 119 of 245 ~ 48.57%
B 64 of 245 ~ 26.12'%

%25.31
%48.57
%26.12

CMYK color model

#3E7740 color CMYK value is (48,0,46,53).

  • cyan value is 47.90%
  • magenta value is 0.00%
  • yellow value is 46.22%
  • key color value is 53.33%

CMYK: (48,0,46,53)
C48M0Y46K53 (48%, 0%, 46%, 53%)
(0.48 / 0.00 / 0.46 / 0.53)

CMYK percentages

%47.9
%0
%46.22
%53.33

Codes

Color #3E7740 in popluar color models

3E 77 40
RGB 62 119 64
HSL 122° 31.49% 35.49%
HSB/HSV 122° 47.90% 46.67%
CMYK 47.90% 0.00% 46.22%
53.33%

Color #3E7740 in popluar number systems.

HEX 3E 77 40
Decimal 62 119 64
Binary 111110 1110111 1000000
Octal 76 167 100

Shades and tints

Shades of #3E7740

#3E7740
(62,119,64)
#396D3B
(57,109,59)
#346336
(52,99,54)
#2F5931
(47,89,49)
#2A4F2C
(42,79,44)
#254527
(37,69,39)
#203B22
(32,59,34)
#1B311D
(27,49,29)
#162718
(22,39,24)
#111D13
(17,29,19)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #3E7740

#3E7740
(62,119,64)
#4F8351
(79,131,81)
#608F62
(96,143,98)
#719B73
(113,155,115)
#82A784
(130,167,132)
#93B395
(147,179,149)
#A4BFA6
(164,191,166)
#B5CBB7
(181,203,183)
#C6D7C8
(198,215,200)
#D7E3D9
(215,227,217)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7740 color. Also use rgb(62,119,64) instead hex code.

Text Font Color

.myTextColor { color: #3E7740; }

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

This text font color is #3E7740.

Background Color

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

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

This div background color is #3E7740.

Border color

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

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

This div border color is #3E7740.

Opacity

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

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

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

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

This text has shadow with #3E7740 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7740.

Preview

Color preview on black background

This text has color #3E7740 on black background.


Color preview on white background

This text has color #3E7740 on white background.


Black color preview on #3E7740 background

This text has black color on #3E7740 background.


White color preview on #3E7740 background

This text has white color on #3E7740 background.


Related colors

Complementary color

Complementary color for #hex is #C188BF.


I love getcolorcode.com

Triadic colors

1 #403E77 and #77403E with #3E7740 are triadic colors.

2 #40773E and #773E40 with #3E7740 are triadic colors.