COLOR #3E7D4F

HEX: #3E7D4F
RGB: (62,125,79)

Color info

#3E7D4F contains mainly green and blue colors. Web safe color of #3E7D4F is #336666 (or #366).

RGB color model

#3E7D4F color RGB value is (62,125,79).

  • red value is 62;
  • green value is 125;
  • blue value is 79.
RGB:
(62,125,79)
(24%,49%,31%)

RGB channels and saturation

R 62 of 255 = 24%
G 125 of 255 = 49%
B 79 of 255 = 31%

62
125
79

R + G + B ~ 35%. #3E7D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 125 + 79 = 266 (100%)
R 62 of 266 ~ 23.31%
G 125 of 266 ~ 46.99%
B 79 of 266 ~ 29.7%

%23.31
%46.99
%29.7

CMYK color model

#3E7D4F color CMYK value is (50,0,37,51).

  • cyan value is 50.40%
  • magenta value is 0.00%
  • yellow value is 36.80%
  • key color value is 50.98%
CMYK:
(50,0,37,51)
C50M0Y37K51 
(50%,0%,37%,51%)
(0.50/0.00/0.37/0.51)	

CMYK percentages

%50.4
%0
%36.8
%50.98

Codes

Color #3E7D4F in popluar color models

3E7D4F
RGB6212579
HSL136°33.69%36.67%
HSB/HSV136°50.40%49.02%
CMYK50.40%0.00%36.80%
50.98%

Color #3E7D4F in popluar number systems.

HEX3E7D4F
Decimal6212579
Binary11111011111011001111
Octal76175117

Shades and tints

Shades of #3E7D4F

#3E7D4F
(62,125,79)
#397248
(57,114,72)
#346741
(52,103,65)
#2F5C3A
(47,92,58)
#2A5133
(42,81,51)
#25462C
(37,70,44)
#203B25
(32,59,37)
#1B301E
(27,48,30)
#162517
(22,37,23)
#111A10
(17,26,16)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #3E7D4F

#3E7D4F
(62,125,79)
#4F885F
(79,136,95)
#60936F
(96,147,111)
#719E7F
(113,158,127)
#82A98F
(130,169,143)
#93B49F
(147,180,159)
#A4BFAF
(164,191,175)
#B5CABF
(181,202,191)
#C6D5CF
(198,213,207)
#D7E0DF
(215,224,223)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7D4F; }

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

This text font color is #3E7D4F.


Background Color

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

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

This div background color is #3E7D4F.


Border color

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

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

This div border color is #3E7D4F.


Opacity

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

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

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

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

This text has shadow with #3E7D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7D4F on black background.


Color preview on white background

This text has color #3E7D4F on white background.



Black color preview on #3E7D4F background

This text has black color on #3E7D4F background.


White color preview on #3E7D4F background

This text has white color on #3E7D4F background.