COLOR #3EB48C

HEX: #3EB48C
RGB: (62,180,140)

Color info

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

RGB color model

#3EB48C color RGB value is (62,180,140).

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

RGB channels and saturation

R 62 of 255 = 24%
G 180 of 255 = 71%
B 140 of 255 = 55%

62
180
140

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

Portions of RGB colors in percentages

R + G + B =
62 + 180 + 140 = 382 (100%)
R 62 of 382 ~ 16.23%
G 180 of 382 ~ 47.12%
B 140 of 382 ~ 36.65%

%16.23
%47.12
%36.65

CMYK color model

#3EB48C color CMYK value is (66,0,22,29).

  • cyan value is 65.56%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 29.41%
CMYK:
(66,0,22,29)
C66M0Y22K29 
(66%,0%,22%,29%)
(0.66/0.00/0.22/0.29)	

CMYK percentages

%65.56
%0
%22.22
%29.41

Codes

Color #3EB48C in popluar color models

3EB48C
RGB62180140
HSL160°48.76%47.45%
HSB/HSV160°65.56%70.59%
CMYK65.56%0.00%22.22%
29.41%

Color #3EB48C in popluar number systems.

HEX3EB48C
Decimal62180140
Binary1111101011010010001100
Octal76264214

Shades and tints

Shades of #3EB48C

#3EB48C
(62,180,140)
#39A480
(57,164,128)
#349474
(52,148,116)
#2F8468
(47,132,104)
#2A745C
(42,116,92)
#256450
(37,100,80)
#205444
(32,84,68)
#1B4438
(27,68,56)
#16342C
(22,52,44)
#112420
(17,36,32)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #3EB48C

#3EB48C
(62,180,140)
#4FBA96
(79,186,150)
#60C0A0
(96,192,160)
#71C6AA
(113,198,170)
#82CCB4
(130,204,180)
#93D2BE
(147,210,190)
#A4D8C8
(164,216,200)
#B5DED2
(181,222,210)
#C6E4DC
(198,228,220)
#D7EAE6
(215,234,230)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3EB48C; }

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

This text font color is #3EB48C.


Background Color

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

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

This div background color is #3EB48C.


Border color

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

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

This div border color is #3EB48C.


Opacity

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

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

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

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

This text has shadow with #3EB48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EB48C on black background.


Color preview on white background

This text has color #3EB48C on white background.



Black color preview on #3EB48C background

This text has black color on #3EB48C background.


White color preview on #3EB48C background

This text has white color on #3EB48C background.