COLOR #3AB98C

HEX: #3AB98C
RGB: (58,185,140)

Color info

#3AB98C contains mainly green and blue colors. Web safe color of #3AB98C is #33CC99 (or #3C9).

RGB color model

#3AB98C color RGB value is (58,185,140).

  • red value is 58;
  • green value is 185;
  • blue value is 140.
RGB:
(58,185,140)
(23%,73%,55%)

RGB channels and saturation

R 58 of 255 = 23%
G 185 of 255 = 73%
B 140 of 255 = 55%

58
185
140

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

Portions of RGB colors in percentages

R + G + B =
58 + 185 + 140 = 383 (100%)
R 58 of 383 ~ 15.14%
G 185 of 383 ~ 48.3%
B 140 of 383 ~ 36.55%

%15.14
%48.3
%36.55

CMYK color model

#3AB98C color CMYK value is (69,0,24,27).

  • cyan value is 68.65%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 27.45%
CMYK:
(69,0,24,27)
C69M0Y24K27 
(69%,0%,24%,27%)
(0.69/0.00/0.24/0.27)	

CMYK percentages

%68.65
%0
%24.32
%27.45

Codes

Color #3AB98C in popluar color models

3AB98C
RGB58185140
HSL159°52.26%47.65%
HSB/HSV159°68.65%72.55%
CMYK68.65%0.00%24.32%
27.45%

Color #3AB98C in popluar number systems.

HEX3AB98C
Decimal58185140
Binary1110101011100110001100
Octal72271214

Shades and tints

Shades of #3AB98C

#3AB98C
(58,185,140)
#35A980
(53,169,128)
#309974
(48,153,116)
#2B8968
(43,137,104)
#26795C
(38,121,92)
#216950
(33,105,80)
#1C5944
(28,89,68)
#174938
(23,73,56)
#12392C
(18,57,44)
#0D2920
(13,41,32)
#081914
(8,25,20)
#000000
(0,0,0)

Tints of #3AB98C

#3AB98C
(58,185,140)
#4BBF96
(75,191,150)
#5CC5A0
(92,197,160)
#6DCBAA
(109,203,170)
#7ED1B4
(126,209,180)
#8FD7BE
(143,215,190)
#A0DDC8
(160,221,200)
#B1E3D2
(177,227,210)
#C2E9DC
(194,233,220)
#D3EFE6
(211,239,230)
#E4F5F0
(228,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AB98C color. Also use rgb(58,185,140) instead hex code.

Text Font Color

.myTextColor { color: #3AB98C; }

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

This text font color is #3AB98C.


Background Color

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

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

This div background color is #3AB98C.


Border color

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

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

This div border color is #3AB98C.


Opacity

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

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

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

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

This text has shadow with #3AB98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AB98C on black background.


Color preview on white background

This text has color #3AB98C on white background.



Black color preview on #3AB98C background

This text has black color on #3AB98C background.


White color preview on #3AB98C background

This text has white color on #3AB98C background.