COLOR #3EB894

HEX: #3EB894
RGB: (62,184,148)

Color info

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

RGB color model

#3EB894 color RGB value is (62,184,148).

  • red value is 62;
  • green value is 184;
  • blue value is 148.
RGB:
(62,184,148)
(24%,72%,58%)

RGB channels and saturation

R 62 of 255 = 24%
G 184 of 255 = 72%
B 148 of 255 = 58%

62
184
148

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

Portions of RGB colors in percentages

R + G + B =
62 + 184 + 148 = 394 (100%)
R 62 of 394 ~ 15.74%
G 184 of 394 ~ 46.7%
B 148 of 394 ~ 37.56%

%15.74
%46.7
%37.56

CMYK color model

#3EB894 color CMYK value is (66,0,20,28).

  • cyan value is 66.30%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 27.84%
CMYK:
(66,0,20,28)
C66M0Y20K28 
(66%,0%,20%,28%)
(0.66/0.00/0.20/0.28)	

CMYK percentages

%66.3
%0
%19.57
%27.84

Codes

Color #3EB894 in popluar color models

3EB894
RGB62184148
HSL162°49.59%48.24%
HSB/HSV162°66.30%72.16%
CMYK66.30%0.00%19.57%
27.84%

Color #3EB894 in popluar number systems.

HEX3EB894
Decimal62184148
Binary1111101011100010010100
Octal76270224

Shades and tints

Shades of #3EB894

#3EB894
(62,184,148)
#39A887
(57,168,135)
#34987A
(52,152,122)
#2F886D
(47,136,109)
#2A7860
(42,120,96)
#256853
(37,104,83)
#205846
(32,88,70)
#1B4839
(27,72,57)
#16382C
(22,56,44)
#11281F
(17,40,31)
#0C1812
(12,24,18)
#000000
(0,0,0)

Tints of #3EB894

#3EB894
(62,184,148)
#4FBE9D
(79,190,157)
#60C4A6
(96,196,166)
#71CAAF
(113,202,175)
#82D0B8
(130,208,184)
#93D6C1
(147,214,193)
#A4DCCA
(164,220,202)
#B5E2D3
(181,226,211)
#C6E8DC
(198,232,220)
#D7EEE5
(215,238,229)
#E8F4EE
(232,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EB894 color. Also use rgb(62,184,148) instead hex code.

Text Font Color

.myTextColor { color: #3EB894; }

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

This text font color is #3EB894.


Background Color

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

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

This div background color is #3EB894.


Border color

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

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

This div border color is #3EB894.


Opacity

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

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

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

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

This text has shadow with #3EB894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EB894 on black background.


Color preview on white background

This text has color #3EB894 on white background.



Black color preview on #3EB894 background

This text has black color on #3EB894 background.


White color preview on #3EB894 background

This text has white color on #3EB894 background.