COLOR #3AA979

HEX: #3AA979
RGB: (58,169,121)

Color info

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

RGB color model

#3AA979 color RGB value is (58,169,121).

  • red value is 58;
  • green value is 169;
  • blue value is 121.
RGB:
(58,169,121)
(23%,66%,47%)

RGB channels and saturation

R 58 of 255 = 23%
G 169 of 255 = 66%
B 121 of 255 = 47%

58
169
121

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

Portions of RGB colors in percentages

R + G + B =
58 + 169 + 121 = 348 (100%)
R 58 of 348 ~ 16.67%
G 169 of 348 ~ 48.56%
B 121 of 348 ~ 34.77%

%16.67
%48.56
%34.77

CMYK color model

#3AA979 color CMYK value is (66,0,28,34).

  • cyan value is 65.68%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 33.73%
CMYK:
(66,0,28,34)
C66M0Y28K34 
(66%,0%,28%,34%)
(0.66/0.00/0.28/0.34)	

CMYK percentages

%65.68
%0
%28.4
%33.73

Codes

Color #3AA979 in popluar color models

3AA979
RGB58169121
HSL154°48.90%44.51%
HSB/HSV154°65.68%66.27%
CMYK65.68%0.00%28.40%
33.73%

Color #3AA979 in popluar number systems.

HEX3AA979
Decimal58169121
Binary111010101010011111001
Octal72251171

Shades and tints

Shades of #3AA979

#3AA979
(58,169,121)
#359A6E
(53,154,110)
#308B63
(48,139,99)
#2B7C58
(43,124,88)
#266D4D
(38,109,77)
#215E42
(33,94,66)
#1C4F37
(28,79,55)
#17402C
(23,64,44)
#123121
(18,49,33)
#0D2216
(13,34,22)
#08130B
(8,19,11)
#000000
(0,0,0)

Tints of #3AA979

#3AA979
(58,169,121)
#4BB085
(75,176,133)
#5CB791
(92,183,145)
#6DBE9D
(109,190,157)
#7EC5A9
(126,197,169)
#8FCCB5
(143,204,181)
#A0D3C1
(160,211,193)
#B1DACD
(177,218,205)
#C2E1D9
(194,225,217)
#D3E8E5
(211,232,229)
#E4EFF1
(228,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AA979 color. Also use rgb(58,169,121) instead hex code.

Text Font Color

.myTextColor { color: #3AA979; }

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

This text font color is #3AA979.


Background Color

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

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

This div background color is #3AA979.


Border color

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

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

This div border color is #3AA979.


Opacity

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

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

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

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

This text has shadow with #3AA979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AA979 on black background.


Color preview on white background

This text has color #3AA979 on white background.



Black color preview on #3AA979 background

This text has black color on #3AA979 background.


White color preview on #3AA979 background

This text has white color on #3AA979 background.