COLOR #3AA379

HEX: #3AA379
RGB: (58,163,121)

Color info

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

RGB color model

#3AA379 color RGB value is (58,163,121).

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

RGB channels and saturation

R 58 of 255 = 23%
G 163 of 255 = 64%
B 121 of 255 = 47%

58
163
121

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

Portions of RGB colors in percentages

R + G + B =
58 + 163 + 121 = 342 (100%)
R 58 of 342 ~ 16.96%
G 163 of 342 ~ 47.66%
B 121 of 342 ~ 35.38%

%16.96
%47.66
%35.38

CMYK color model

#3AA379 color CMYK value is (64,0,26,36).

  • cyan value is 64.42%
  • magenta value is 0.00%
  • yellow value is 25.77%
  • key color value is 36.08%
CMYK:
(64,0,26,36)
C64M0Y26K36 
(64%,0%,26%,36%)
(0.64/0.00/0.26/0.36)	

CMYK percentages

%64.42
%0
%25.77
%36.08

Codes

Color #3AA379 in popluar color models

3AA379
RGB58163121
HSL156°47.51%43.33%
HSB/HSV156°64.42%63.92%
CMYK64.42%0.00%25.77%
36.08%

Color #3AA379 in popluar number systems.

HEX3AA379
Decimal58163121
Binary111010101000111111001
Octal72243171

Shades and tints

Shades of #3AA379

#3AA379
(58,163,121)
#35956E
(53,149,110)
#308763
(48,135,99)
#2B7958
(43,121,88)
#266B4D
(38,107,77)
#215D42
(33,93,66)
#1C4F37
(28,79,55)
#17412C
(23,65,44)
#123321
(18,51,33)
#0D2516
(13,37,22)
#08170B
(8,23,11)
#000000
(0,0,0)

Tints of #3AA379

#3AA379
(58,163,121)
#4BAB85
(75,171,133)
#5CB391
(92,179,145)
#6DBB9D
(109,187,157)
#7EC3A9
(126,195,169)
#8FCBB5
(143,203,181)
#A0D3C1
(160,211,193)
#B1DBCD
(177,219,205)
#C2E3D9
(194,227,217)
#D3EBE5
(211,235,229)
#E4F3F1
(228,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3AA379; }

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

This text font color is #3AA379.


Background Color

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

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

This div background color is #3AA379.


Border color

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

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

This div border color is #3AA379.


Opacity

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

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

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

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

This text has shadow with #3AA379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AA379 on black background.


Color preview on white background

This text has color #3AA379 on white background.



Black color preview on #3AA379 background

This text has black color on #3AA379 background.


White color preview on #3AA379 background

This text has white color on #3AA379 background.