COLOR #3AD38C

HEX: #3AD38C
RGB: (58,211,140)

Color info

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

RGB color model

#3AD38C color RGB value is (58,211,140).

  • red value is 58;
  • green value is 211;
  • blue value is 140.
RGB:
(58,211,140)
(23%,83%,55%)

RGB channels and saturation

R 58 of 255 = 23%
G 211 of 255 = 83%
B 140 of 255 = 55%

58
211
140

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

Portions of RGB colors in percentages

R + G + B =
58 + 211 + 140 = 409 (100%)
R 58 of 409 ~ 14.18%
G 211 of 409 ~ 51.59%
B 140 of 409 ~ 34.23%

%14.18
%51.59
%34.23

CMYK color model

#3AD38C color CMYK value is (73,0,34,17).

  • cyan value is 72.51%
  • magenta value is 0.00%
  • yellow value is 33.65%
  • key color value is 17.25%
CMYK:
(73,0,34,17)
C73M0Y34K17 
(73%,0%,34%,17%)
(0.73/0.00/0.34/0.17)	

CMYK percentages

%72.51
%0
%33.65
%17.25

Codes

Color #3AD38C in popluar color models

3AD38C
RGB58211140
HSL152°63.49%52.75%
HSB/HSV152°72.51%82.75%
CMYK72.51%0.00%33.65%
17.25%

Color #3AD38C in popluar number systems.

HEX3AD38C
Decimal58211140
Binary1110101101001110001100
Octal72323214

Shades and tints

Shades of #3AD38C

#3AD38C
(58,211,140)
#35C080
(53,192,128)
#30AD74
(48,173,116)
#2B9A68
(43,154,104)
#26875C
(38,135,92)
#217450
(33,116,80)
#1C6144
(28,97,68)
#174E38
(23,78,56)
#123B2C
(18,59,44)
#0D2820
(13,40,32)
#081514
(8,21,20)
#000000
(0,0,0)

Tints of #3AD38C

#3AD38C
(58,211,140)
#4BD796
(75,215,150)
#5CDBA0
(92,219,160)
#6DDFAA
(109,223,170)
#7EE3B4
(126,227,180)
#8FE7BE
(143,231,190)
#A0EBC8
(160,235,200)
#B1EFD2
(177,239,210)
#C2F3DC
(194,243,220)
#D3F7E6
(211,247,230)
#E4FBF0
(228,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AD38C color. Also use rgb(58,211,140) instead hex code.

Text Font Color

.myTextColor { color: #3AD38C; }

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

This text font color is #3AD38C.


Background Color

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

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

This div background color is #3AD38C.


Border color

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

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

This div border color is #3AD38C.


Opacity

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

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

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

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

This text has shadow with #3AD38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AD38C on black background.


Color preview on white background

This text has color #3AD38C on white background.



Black color preview on #3AD38C background

This text has black color on #3AD38C background.


White color preview on #3AD38C background

This text has white color on #3AD38C background.