COLOR #3EB48A

HEX: #3EB48A
RGB: (62,180,138)

Color info

#3EB48A contains mainly green and blue colors. Web safe color of #3EB48A is #33CC99 (or #3C9).

RGB color model

#3EB48A color RGB value is (62,180,138).

  • red value is 62;
  • green value is 180;
  • blue value is 138.
RGB:
(62,180,138)
(24%,71%,54%)

RGB channels and saturation

R 62 of 255 = 24%
G 180 of 255 = 71%
B 138 of 255 = 54%

62
180
138

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

Portions of RGB colors in percentages

R + G + B =
62 + 180 + 138 = 380 (100%)
R 62 of 380 ~ 16.32%
G 180 of 380 ~ 47.37%
B 138 of 380 ~ 36.32%

%16.32
%47.37
%36.32

CMYK color model

#3EB48A color CMYK value is (66,0,23,29).

  • cyan value is 65.56%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 29.41%
CMYK:
(66,0,23,29)
C66M0Y23K29 
(66%,0%,23%,29%)
(0.66/0.00/0.23/0.29)	

CMYK percentages

%65.56
%0
%23.33
%29.41

Codes

Color #3EB48A in popluar color models

3EB48A
RGB62180138
HSL159°48.76%47.45%
HSB/HSV159°65.56%70.59%
CMYK65.56%0.00%23.33%
29.41%

Color #3EB48A in popluar number systems.

HEX3EB48A
Decimal62180138
Binary1111101011010010001010
Octal76264212

Shades and tints

Shades of #3EB48A

#3EB48A
(62,180,138)
#39A47E
(57,164,126)
#349472
(52,148,114)
#2F8466
(47,132,102)
#2A745A
(42,116,90)
#25644E
(37,100,78)
#205442
(32,84,66)
#1B4436
(27,68,54)
#16342A
(22,52,42)
#11241E
(17,36,30)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #3EB48A

#3EB48A
(62,180,138)
#4FBA94
(79,186,148)
#60C09E
(96,192,158)
#71C6A8
(113,198,168)
#82CCB2
(130,204,178)
#93D2BC
(147,210,188)
#A4D8C6
(164,216,198)
#B5DED0
(181,222,208)
#C6E4DA
(198,228,218)
#D7EAE4
(215,234,228)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EB48A color. Also use rgb(62,180,138) instead hex code.

Text Font Color

.myTextColor { color: #3EB48A; }

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

This text font color is #3EB48A.


Background Color

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

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

This div background color is #3EB48A.


Border color

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

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

This div border color is #3EB48A.


Opacity

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

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

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

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

This text has shadow with #3EB48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EB48A on black background.


Color preview on white background

This text has color #3EB48A on white background.



Black color preview on #3EB48A background

This text has black color on #3EB48A background.


White color preview on #3EB48A background

This text has white color on #3EB48A background.