COLOR #3E7A6D

HEX: #3E7A6D
RGB: (62,122,109)

Color info

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

RGB color model

#3E7A6D color RGB value is (62,122,109).

  • red value is 62;
  • green value is 122;
  • blue value is 109.
RGB:
(62,122,109)
(24%,48%,43%)

RGB channels and saturation

R 62 of 255 = 24%
G 122 of 255 = 48%
B 109 of 255 = 43%

62
122
109

R + G + B ~ 38%. #3E7A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 122 + 109 = 293 (100%)
R 62 of 293 ~ 21.16%
G 122 of 293 ~ 41.64%
B 109 of 293 ~ 37.2%

%21.16
%41.64
%37.2

CMYK color model

#3E7A6D color CMYK value is (49,0,11,52).

  • cyan value is 49.18%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(49,0,11,52)
C49M0Y11K52 
(49%,0%,11%,52%)
(0.49/0.00/0.11/0.52)	

CMYK percentages

%49.18
%0
%10.66
%52.16

Codes

Color #3E7A6D in popluar color models

3E7A6D
RGB62122109
HSL167°32.61%36.08%
HSB/HSV167°49.18%47.84%
CMYK49.18%0.00%10.66%
52.16%

Color #3E7A6D in popluar number systems.

HEX3E7A6D
Decimal62122109
Binary11111011110101101101
Octal76172155

Shades and tints

Shades of #3E7A6D

#3E7A6D
(62,122,109)
#396F64
(57,111,100)
#34645B
(52,100,91)
#2F5952
(47,89,82)
#2A4E49
(42,78,73)
#254340
(37,67,64)
#203837
(32,56,55)
#1B2D2E
(27,45,46)
#162225
(22,34,37)
#11171C
(17,23,28)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #3E7A6D

#3E7A6D
(62,122,109)
#4F867A
(79,134,122)
#609287
(96,146,135)
#719E94
(113,158,148)
#82AAA1
(130,170,161)
#93B6AE
(147,182,174)
#A4C2BB
(164,194,187)
#B5CEC8
(181,206,200)
#C6DAD5
(198,218,213)
#D7E6E2
(215,230,226)
#E8F2EF
(232,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7A6D color. Also use rgb(62,122,109) instead hex code.

Text Font Color

.myTextColor { color: #3E7A6D; }

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

This text font color is #3E7A6D.


Background Color

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

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

This div background color is #3E7A6D.


Border color

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

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

This div border color is #3E7A6D.


Opacity

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

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

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

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

This text has shadow with #3E7A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7A6D on black background.


Color preview on white background

This text has color #3E7A6D on white background.



Black color preview on #3E7A6D background

This text has black color on #3E7A6D background.


White color preview on #3E7A6D background

This text has white color on #3E7A6D background.