COLOR #3AB46F

HEX: #3AB46F
RGB: (58,180,111)

Color info

#3AB46F contains mainly green color. Web safe color of #3AB46F is #33CC66 (or #3C6).

RGB color model

#3AB46F color RGB value is (58,180,111).

  • red value is 58;
  • green value is 180;
  • blue value is 111.
RGB:
(58,180,111)
(23%,71%,44%)

RGB channels and saturation

R 58 of 255 = 23%
G 180 of 255 = 71%
B 111 of 255 = 44%

58
180
111

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

Portions of RGB colors in percentages

R + G + B =
58 + 180 + 111 = 349 (100%)
R 58 of 349 ~ 16.62%
G 180 of 349 ~ 51.58%
B 111 of 349 ~ 31.81%

%16.62
%51.58
%31.81

CMYK color model

#3AB46F color CMYK value is (68,0,38,29).

  • cyan value is 67.78%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 29.41%
CMYK:
(68,0,38,29)
C68M0Y38K29 
(68%,0%,38%,29%)
(0.68/0.00/0.38/0.29)	

CMYK percentages

%67.78
%0
%38.33
%29.41

Codes

Color #3AB46F in popluar color models

3AB46F
RGB58180111
HSL146°51.26%46.67%
HSB/HSV146°67.78%70.59%
CMYK67.78%0.00%38.33%
29.41%

Color #3AB46F in popluar number systems.

HEX3AB46F
Decimal58180111
Binary111010101101001101111
Octal72264157

Shades and tints

Shades of #3AB46F

#3AB46F
(58,180,111)
#35A465
(53,164,101)
#30945B
(48,148,91)
#2B8451
(43,132,81)
#267447
(38,116,71)
#21643D
(33,100,61)
#1C5433
(28,84,51)
#174429
(23,68,41)
#12341F
(18,52,31)
#0D2415
(13,36,21)
#08140B
(8,20,11)
#000000
(0,0,0)

Tints of #3AB46F

#3AB46F
(58,180,111)
#4BBA7C
(75,186,124)
#5CC089
(92,192,137)
#6DC696
(109,198,150)
#7ECCA3
(126,204,163)
#8FD2B0
(143,210,176)
#A0D8BD
(160,216,189)
#B1DECA
(177,222,202)
#C2E4D7
(194,228,215)
#D3EAE4
(211,234,228)
#E4F0F1
(228,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AB46F color. Also use rgb(58,180,111) instead hex code.

Text Font Color

.myTextColor { color: #3AB46F; }

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

This text font color is #3AB46F.


Background Color

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

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

This div background color is #3AB46F.


Border color

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

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

This div border color is #3AB46F.


Opacity

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

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

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

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

This text has shadow with #3AB46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AB46F on black background.


Color preview on white background

This text has color #3AB46F on white background.



Black color preview on #3AB46F background

This text has black color on #3AB46F background.


White color preview on #3AB46F background

This text has white color on #3AB46F background.