COLOR #3AB180

HEX: #3AB180
RGB: (58,177,128)

Color info

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

RGB color model

#3AB180 color RGB value is (58,177,128).

  • red value is 58;
  • green value is 177;
  • blue value is 128.
RGB:
(58,177,128)
(23%,69%,50%)

RGB channels and saturation

R 58 of 255 = 23%
G 177 of 255 = 69%
B 128 of 255 = 50%

58
177
128

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

Portions of RGB colors in percentages

R + G + B =
58 + 177 + 128 = 363 (100%)
R 58 of 363 ~ 15.98%
G 177 of 363 ~ 48.76%
B 128 of 363 ~ 35.26%

%15.98
%48.76
%35.26

CMYK color model

#3AB180 color CMYK value is (67,0,28,31).

  • cyan value is 67.23%
  • magenta value is 0.00%
  • yellow value is 27.68%
  • key color value is 30.59%
CMYK:
(67,0,28,31)
C67M0Y28K31 
(67%,0%,28%,31%)
(0.67/0.00/0.28/0.31)	

CMYK percentages

%67.23
%0
%27.68
%30.59

Codes

Color #3AB180 in popluar color models

3AB180
RGB58177128
HSL155°50.64%46.08%
HSB/HSV155°67.23%69.41%
CMYK67.23%0.00%27.68%
30.59%

Color #3AB180 in popluar number systems.

HEX3AB180
Decimal58177128
Binary1110101011000110000000
Octal72261200

Shades and tints

Shades of #3AB180

#3AB180
(58,177,128)
#35A175
(53,161,117)
#30916A
(48,145,106)
#2B815F
(43,129,95)
#267154
(38,113,84)
#216149
(33,97,73)
#1C513E
(28,81,62)
#174133
(23,65,51)
#123128
(18,49,40)
#0D211D
(13,33,29)
#081112
(8,17,18)
#000000
(0,0,0)

Tints of #3AB180

#3AB180
(58,177,128)
#4BB88B
(75,184,139)
#5CBF96
(92,191,150)
#6DC6A1
(109,198,161)
#7ECDAC
(126,205,172)
#8FD4B7
(143,212,183)
#A0DBC2
(160,219,194)
#B1E2CD
(177,226,205)
#C2E9D8
(194,233,216)
#D3F0E3
(211,240,227)
#E4F7EE
(228,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AB180 color. Also use rgb(58,177,128) instead hex code.

Text Font Color

.myTextColor { color: #3AB180; }

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

This text font color is #3AB180.


Background Color

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

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

This div background color is #3AB180.


Border color

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

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

This div border color is #3AB180.


Opacity

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

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

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

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

This text has shadow with #3AB180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AB180 on black background.


Color preview on white background

This text has color #3AB180 on white background.



Black color preview on #3AB180 background

This text has black color on #3AB180 background.


White color preview on #3AB180 background

This text has white color on #3AB180 background.