COLOR #3AD589

HEX: #3AD589
RGB: (58,213,137)

Color info

#3AD589 contains mainly green color. Web safe color of #3AD589 is #33CC99 (or #3C9).

RGB color model

#3AD589 color RGB value is (58,213,137).

  • red value is 58;
  • green value is 213;
  • blue value is 137.
RGB:
(58,213,137)
(23%,84%,54%)

RGB channels and saturation

R 58 of 255 = 23%
G 213 of 255 = 84%
B 137 of 255 = 54%

58
213
137

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

Portions of RGB colors in percentages

R + G + B =
58 + 213 + 137 = 408 (100%)
R 58 of 408 ~ 14.22%
G 213 of 408 ~ 52.21%
B 137 of 408 ~ 33.58%

%14.22
%52.21
%33.58

CMYK color model

#3AD589 color CMYK value is (73,0,36,16).

  • cyan value is 72.77%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 16.47%
CMYK:
(73,0,36,16)
C73M0Y36K16 
(73%,0%,36%,16%)
(0.73/0.00/0.36/0.16)	

CMYK percentages

%72.77
%0
%35.68
%16.47

Codes

Color #3AD589 in popluar color models

3AD589
RGB58213137
HSL151°64.85%53.14%
HSB/HSV151°72.77%83.53%
CMYK72.77%0.00%35.68%
16.47%

Color #3AD589 in popluar number systems.

HEX3AD589
Decimal58213137
Binary1110101101010110001001
Octal72325211

Shades and tints

Shades of #3AD589

#3AD589
(58,213,137)
#35C27D
(53,194,125)
#30AF71
(48,175,113)
#2B9C65
(43,156,101)
#268959
(38,137,89)
#21764D
(33,118,77)
#1C6341
(28,99,65)
#175035
(23,80,53)
#123D29
(18,61,41)
#0D2A1D
(13,42,29)
#081711
(8,23,17)
#000000
(0,0,0)

Tints of #3AD589

#3AD589
(58,213,137)
#4BD893
(75,216,147)
#5CDB9D
(92,219,157)
#6DDEA7
(109,222,167)
#7EE1B1
(126,225,177)
#8FE4BB
(143,228,187)
#A0E7C5
(160,231,197)
#B1EACF
(177,234,207)
#C2EDD9
(194,237,217)
#D3F0E3
(211,240,227)
#E4F3ED
(228,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AD589 color. Also use rgb(58,213,137) instead hex code.

Text Font Color

.myTextColor { color: #3AD589; }

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

This text font color is #3AD589.


Background Color

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

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

This div background color is #3AD589.


Border color

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

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

This div border color is #3AD589.


Opacity

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

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

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

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

This text has shadow with #3AD589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AD589 on black background.


Color preview on white background

This text has color #3AD589 on white background.



Black color preview on #3AD589 background

This text has black color on #3AD589 background.


White color preview on #3AD589 background

This text has white color on #3AD589 background.