COLOR #3EAC72

HEX: #3EAC72
RGB: (62,172,114)

Color info

#3EAC72 contains mainly green and blue colors. Web safe color of #3EAC72 is #339966 (or #396).

RGB color model

#3EAC72 color RGB value is (62,172,114).

  • red value is 62;
  • green value is 172;
  • blue value is 114.
RGB:
(62,172,114)
(24%,67%,45%)

RGB channels and saturation

R 62 of 255 = 24%
G 172 of 255 = 67%
B 114 of 255 = 45%

62
172
114

R + G + B ~ 45%. #3EAC72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
62 + 172 + 114 = 348 (100%)
R 62 of 348 ~ 17.82%
G 172 of 348 ~ 49.43%
B 114 of 348 ~ 32.76%

%17.82
%49.43
%32.76

CMYK color model

#3EAC72 color CMYK value is (64,0,34,33).

  • cyan value is 63.95%
  • magenta value is 0.00%
  • yellow value is 33.72%
  • key color value is 32.55%
CMYK:
(64,0,34,33)
C64M0Y34K33 
(64%,0%,34%,33%)
(0.64/0.00/0.34/0.33)	

CMYK percentages

%63.95
%0
%33.72
%32.55

Codes

Color #3EAC72 in popluar color models

3EAC72
RGB62172114
HSL148°47.01%45.88%
HSB/HSV148°63.95%67.45%
CMYK63.95%0.00%33.72%
32.55%

Color #3EAC72 in popluar number systems.

HEX3EAC72
Decimal62172114
Binary111110101011001110010
Octal76254162

Shades and tints

Shades of #3EAC72

#3EAC72
(62,172,114)
#399D68
(57,157,104)
#348E5E
(52,142,94)
#2F7F54
(47,127,84)
#2A704A
(42,112,74)
#256140
(37,97,64)
#205236
(32,82,54)
#1B432C
(27,67,44)
#163422
(22,52,34)
#112518
(17,37,24)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #3EAC72

#3EAC72
(62,172,114)
#4FB37E
(79,179,126)
#60BA8A
(96,186,138)
#71C196
(113,193,150)
#82C8A2
(130,200,162)
#93CFAE
(147,207,174)
#A4D6BA
(164,214,186)
#B5DDC6
(181,221,198)
#C6E4D2
(198,228,210)
#D7EBDE
(215,235,222)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EAC72 color. Also use rgb(62,172,114) instead hex code.

Text Font Color

.myTextColor { color: #3EAC72; }

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

This text font color is #3EAC72.


Background Color

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

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

This div background color is #3EAC72.


Border color

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

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

This div border color is #3EAC72.


Opacity

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

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

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

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

This text has shadow with #3EAC72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EAC72 on black background.


Color preview on white background

This text has color #3EAC72 on white background.



Black color preview on #3EAC72 background

This text has black color on #3EAC72 background.


White color preview on #3EAC72 background

This text has white color on #3EAC72 background.