COLOR #3AD593

HEX: #3AD593
RGB: (58,213,147)

Color info

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

RGB color model

#3AD593 color RGB value is (58,213,147).

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

RGB channels and saturation

R 58 of 255 = 23%
G 213 of 255 = 84%
B 147 of 255 = 58%

58
213
147

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

Portions of RGB colors in percentages

R + G + B =
58 + 213 + 147 = 418 (100%)
R 58 of 418 ~ 13.88%
G 213 of 418 ~ 50.96%
B 147 of 418 ~ 35.17%

%13.88
%50.96
%35.17

CMYK color model

#3AD593 color CMYK value is (73,0,31,16).

  • cyan value is 72.77%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 16.47%
CMYK:
(73,0,31,16)
C73M0Y31K16 
(73%,0%,31%,16%)
(0.73/0.00/0.31/0.16)	

CMYK percentages

%72.77
%0
%30.99
%16.47

Codes

Color #3AD593 in popluar color models

3AD593
RGB58213147
HSL154°64.85%53.14%
HSB/HSV154°72.77%83.53%
CMYK72.77%0.00%30.99%
16.47%

Color #3AD593 in popluar number systems.

HEX3AD593
Decimal58213147
Binary1110101101010110010011
Octal72325223

Shades and tints

Shades of #3AD593

#3AD593
(58,213,147)
#35C286
(53,194,134)
#30AF79
(48,175,121)
#2B9C6C
(43,156,108)
#26895F
(38,137,95)
#217652
(33,118,82)
#1C6345
(28,99,69)
#175038
(23,80,56)
#123D2B
(18,61,43)
#0D2A1E
(13,42,30)
#081711
(8,23,17)
#000000
(0,0,0)

Tints of #3AD593

#3AD593
(58,213,147)
#4BD89C
(75,216,156)
#5CDBA5
(92,219,165)
#6DDEAE
(109,222,174)
#7EE1B7
(126,225,183)
#8FE4C0
(143,228,192)
#A0E7C9
(160,231,201)
#B1EAD2
(177,234,210)
#C2EDDB
(194,237,219)
#D3F0E4
(211,240,228)
#E4F3ED
(228,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3AD593; }

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

This text font color is #3AD593.


Background Color

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

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

This div background color is #3AD593.


Border color

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

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

This div border color is #3AD593.


Opacity

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

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

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

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

This text has shadow with #3AD593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AD593 on black background.


Color preview on white background

This text has color #3AD593 on white background.



Black color preview on #3AD593 background

This text has black color on #3AD593 background.


White color preview on #3AD593 background

This text has white color on #3AD593 background.