COLOR #3AA589

HEX: #3AA589
RGB: (58,165,137)

Color info

#3AA589 contains mainly green and blue colors. Web safe color of #3AA589 is #339999 (or #399).

RGB color model

#3AA589 color RGB value is (58,165,137).

  • red value is 58;
  • green value is 165;
  • blue value is 137.
RGB:
(58,165,137)
(23%,65%,54%)

RGB channels and saturation

R 58 of 255 = 23%
G 165 of 255 = 65%
B 137 of 255 = 54%

58
165
137

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

Portions of RGB colors in percentages

R + G + B =
58 + 165 + 137 = 360 (100%)
R 58 of 360 ~ 16.11%
G 165 of 360 ~ 45.83%
B 137 of 360 ~ 38.06%

%16.11
%45.83
%38.06

CMYK color model

#3AA589 color CMYK value is (65,0,17,35).

  • cyan value is 64.85%
  • magenta value is 0.00%
  • yellow value is 16.97%
  • key color value is 35.29%
CMYK:
(65,0,17,35)
C65M0Y17K35 
(65%,0%,17%,35%)
(0.65/0.00/0.17/0.35)	

CMYK percentages

%64.85
%0
%16.97
%35.29

Codes

Color #3AA589 in popluar color models

3AA589
RGB58165137
HSL164°47.98%43.73%
HSB/HSV164°64.85%64.71%
CMYK64.85%0.00%16.97%
35.29%

Color #3AA589 in popluar number systems.

HEX3AA589
Decimal58165137
Binary1110101010010110001001
Octal72245211

Shades and tints

Shades of #3AA589

#3AA589
(58,165,137)
#35967D
(53,150,125)
#308771
(48,135,113)
#2B7865
(43,120,101)
#266959
(38,105,89)
#215A4D
(33,90,77)
#1C4B41
(28,75,65)
#173C35
(23,60,53)
#122D29
(18,45,41)
#0D1E1D
(13,30,29)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #3AA589

#3AA589
(58,165,137)
#4BAD93
(75,173,147)
#5CB59D
(92,181,157)
#6DBDA7
(109,189,167)
#7EC5B1
(126,197,177)
#8FCDBB
(143,205,187)
#A0D5C5
(160,213,197)
#B1DDCF
(177,221,207)
#C2E5D9
(194,229,217)
#D3EDE3
(211,237,227)
#E4F5ED
(228,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AA589 color. Also use rgb(58,165,137) instead hex code.

Text Font Color

.myTextColor { color: #3AA589; }

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

This text font color is #3AA589.


Background Color

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

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

This div background color is #3AA589.


Border color

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

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

This div border color is #3AA589.


Opacity

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

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

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

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

This text has shadow with #3AA589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AA589 on black background.


Color preview on white background

This text has color #3AA589 on white background.



Black color preview on #3AA589 background

This text has black color on #3AA589 background.


White color preview on #3AA589 background

This text has white color on #3AA589 background.