COLOR #3AB25D

HEX: #3AB25D
RGB: (58,178,93)

Color info

#3AB25D contains mainly green color. Web safe color of #3AB25D is #339966 (or #396).

RGB color model

#3AB25D color RGB value is (58,178,93).

  • red value is 58;
  • green value is 178;
  • blue value is 93.
RGB:
(58,178,93)
(23%,70%,36%)

RGB channels and saturation

R 58 of 255 = 23%
G 178 of 255 = 70%
B 93 of 255 = 36%

58
178
93

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

Portions of RGB colors in percentages

R + G + B =
58 + 178 + 93 = 329 (100%)
R 58 of 329 ~ 17.63%
G 178 of 329 ~ 54.1%
B 93 of 329 ~ 28.27%

%17.63
%54.1
%28.27

CMYK color model

#3AB25D color CMYK value is (67,0,48,30).

  • cyan value is 67.42%
  • magenta value is 0.00%
  • yellow value is 47.75%
  • key color value is 30.20%
CMYK:
(67,0,48,30)
C67M0Y48K30 
(67%,0%,48%,30%)
(0.67/0.00/0.48/0.30)	

CMYK percentages

%67.42
%0
%47.75
%30.2

Codes

Color #3AB25D in popluar color models

3AB25D
RGB5817893
HSL138°50.85%46.27%
HSB/HSV138°67.42%69.80%
CMYK67.42%0.00%47.75%
30.20%

Color #3AB25D in popluar number systems.

HEX3AB25D
Decimal5817893
Binary111010101100101011101
Octal72262135

Shades and tints

Shades of #3AB25D

#3AB25D
(58,178,93)
#35A255
(53,162,85)
#30924D
(48,146,77)
#2B8245
(43,130,69)
#26723D
(38,114,61)
#216235
(33,98,53)
#1C522D
(28,82,45)
#174225
(23,66,37)
#12321D
(18,50,29)
#0D2215
(13,34,21)
#08120D
(8,18,13)
#000000
(0,0,0)

Tints of #3AB25D

#3AB25D
(58,178,93)
#4BB96B
(75,185,107)
#5CC079
(92,192,121)
#6DC787
(109,199,135)
#7ECE95
(126,206,149)
#8FD5A3
(143,213,163)
#A0DCB1
(160,220,177)
#B1E3BF
(177,227,191)
#C2EACD
(194,234,205)
#D3F1DB
(211,241,219)
#E4F8E9
(228,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AB25D color. Also use rgb(58,178,93) instead hex code.

Text Font Color

.myTextColor { color: #3AB25D; }

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

This text font color is #3AB25D.


Background Color

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

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

This div background color is #3AB25D.


Border color

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

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

This div border color is #3AB25D.


Opacity

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

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

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

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

This text has shadow with #3AB25D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AB25D on black background.


Color preview on white background

This text has color #3AB25D on white background.



Black color preview on #3AB25D background

This text has black color on #3AB25D background.


White color preview on #3AB25D background

This text has white color on #3AB25D background.