COLOR #3AB53F

HEX: #3AB53F
RGB: (58,181,63)

Color info

#3AB53F contains mainly green color. Web safe color of #3AB53F is #33CC33 (or #3C3).

RGB color model

#3AB53F color RGB value is (58,181,63).

  • red value is 58;
  • green value is 181;
  • blue value is 63.
RGB:
(58,181,63)
(23%,71%,25%)

RGB channels and saturation

R 58 of 255 = 23%
G 181 of 255 = 71%
B 63 of 255 = 25%

58
181
63

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

Portions of RGB colors in percentages

R + G + B =
58 + 181 + 63 = 302 (100%)
R 58 of 302 ~ 19.21%
G 181 of 302 ~ 59.93%
B 63 of 302 ~ 20.86%

%19.21
%59.93
%20.86

CMYK color model

#3AB53F color CMYK value is (68,0,65,29).

  • cyan value is 67.96%
  • magenta value is 0.00%
  • yellow value is 65.19%
  • key color value is 29.02%
CMYK:
(68,0,65,29)
C68M0Y65K29 
(68%,0%,65%,29%)
(0.68/0.00/0.65/0.29)	

CMYK percentages

%67.96
%0
%65.19
%29.02

Codes

Color #3AB53F in popluar color models

3AB53F
RGB5818163
HSL122°51.46%46.86%
HSB/HSV122°67.96%70.98%
CMYK67.96%0.00%65.19%
29.02%

Color #3AB53F in popluar number systems.

HEX3AB53F
Decimal5818163
Binary11101010110101111111
Octal7226577

Shades and tints

Shades of #3AB53F

#3AB53F
(58,181,63)
#35A53A
(53,165,58)
#309535
(48,149,53)
#2B8530
(43,133,48)
#26752B
(38,117,43)
#216526
(33,101,38)
#1C5521
(28,85,33)
#17451C
(23,69,28)
#123517
(18,53,23)
#0D2512
(13,37,18)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #3AB53F

#3AB53F
(58,181,63)
#4BBB50
(75,187,80)
#5CC161
(92,193,97)
#6DC772
(109,199,114)
#7ECD83
(126,205,131)
#8FD394
(143,211,148)
#A0D9A5
(160,217,165)
#B1DFB6
(177,223,182)
#C2E5C7
(194,229,199)
#D3EBD8
(211,235,216)
#E4F1E9
(228,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AB53F color. Also use rgb(58,181,63) instead hex code.

Text Font Color

.myTextColor { color: #3AB53F; }

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

This text font color is #3AB53F.


Background Color

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

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

This div background color is #3AB53F.


Border color

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

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

This div border color is #3AB53F.


Opacity

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

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

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

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

This text has shadow with #3AB53F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AB53F on black background.


Color preview on white background

This text has color #3AB53F on white background.



Black color preview on #3AB53F background

This text has black color on #3AB53F background.


White color preview on #3AB53F background

This text has white color on #3AB53F background.