COLOR #3AB076

HEX: #3AB076
RGB: (58,176,118)

Color info

#3AB076 contains mainly green and blue colors. Web safe color of #3AB076 is #339966 (or #396).

RGB color model

#3AB076 color RGB value is (58,176,118).

  • red value is 58;
  • green value is 176;
  • blue value is 118.
RGB:
(58,176,118)
(23%,69%,46%)

RGB channels and saturation

R 58 of 255 = 23%
G 176 of 255 = 69%
B 118 of 255 = 46%

58
176
118

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

Portions of RGB colors in percentages

R + G + B =
58 + 176 + 118 = 352 (100%)
R 58 of 352 ~ 16.48%
G 176 of 352 ~ 50%
B 118 of 352 ~ 33.52%

%16.48
%50
%33.52

CMYK color model

#3AB076 color CMYK value is (67,0,33,31).

  • cyan value is 67.05%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(67,0,33,31)
C67M0Y33K31 
(67%,0%,33%,31%)
(0.67/0.00/0.33/0.31)	

CMYK percentages

%67.05
%0
%32.95
%30.98

Codes

Color #3AB076 in popluar color models

3AB076
RGB58176118
HSL151°50.43%45.88%
HSB/HSV151°67.05%69.02%
CMYK67.05%0.00%32.95%
30.98%

Color #3AB076 in popluar number systems.

HEX3AB076
Decimal58176118
Binary111010101100001110110
Octal72260166

Shades and tints

Shades of #3AB076

#3AB076
(58,176,118)
#35A06C
(53,160,108)
#309062
(48,144,98)
#2B8058
(43,128,88)
#26704E
(38,112,78)
#216044
(33,96,68)
#1C503A
(28,80,58)
#174030
(23,64,48)
#123026
(18,48,38)
#0D201C
(13,32,28)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #3AB076

#3AB076
(58,176,118)
#4BB782
(75,183,130)
#5CBE8E
(92,190,142)
#6DC59A
(109,197,154)
#7ECCA6
(126,204,166)
#8FD3B2
(143,211,178)
#A0DABE
(160,218,190)
#B1E1CA
(177,225,202)
#C2E8D6
(194,232,214)
#D3EFE2
(211,239,226)
#E4F6EE
(228,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AB076 color. Also use rgb(58,176,118) instead hex code.

Text Font Color

.myTextColor { color: #3AB076; }

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

This text font color is #3AB076.


Background Color

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

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

This div background color is #3AB076.


Border color

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

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

This div border color is #3AB076.


Opacity

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

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

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

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

This text has shadow with #3AB076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AB076 on black background.


Color preview on white background

This text has color #3AB076 on white background.



Black color preview on #3AB076 background

This text has black color on #3AB076 background.


White color preview on #3AB076 background

This text has white color on #3AB076 background.