COLOR #3AA75A

HEX: #3AA75A RGB: (58,167,90)

Color info

#3AA75A contains mainly green color. Web safe color of #3AA75A is #339966 (or #396).

RGB color model

#3AA75A color RGB value is (58,167,90).

RGB: (58,167,90) (23%, 65%, 35%)

RGB channels and saturation

R 58 of 255 = 23%
G 167 of 255 = 65%
B 90 of 255 = 35%

58
167
90

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

Portions of RGB colors in percentages

R + G + B = 58 + 167 + 90 = 315 (100%)
R 58 of 315 ~ 18.41%
G 167 of 315 ~ 53.02%
B 90 of 315 ~ 28.57'%

%18.41
%53.02
%28.57

CMYK color model

#3AA75A color CMYK value is (65,0,46,35).

  • cyan value is 65.27%
  • magenta value is 0.00%
  • yellow value is 46.11%
  • key color value is 34.51%

CMYK: (65,0,46,35)
C65M0Y46K35 (65%, 0%, 46%, 35%)
(0.65 / 0.00 / 0.46 / 0.35)

CMYK percentages

%65.27
%0
%46.11
%34.51

Codes

Color #3AA75A in popluar color models

3A A7 5A
RGB 58 167 90
HSL 138° 48.44% 44.12%
HSB/HSV 138° 65.27% 65.49%
CMYK 65.27% 0.00% 46.11%
34.51%

Color #3AA75A in popluar number systems.

HEX 3A A7 5A
Decimal 58 167 90
Binary 111010 10100111 1011010
Octal 72 247 132

Shades and tints

Shades of #3AA75A

#3AA75A
(58,167,90)
#359852
(53,152,82)
#30894A
(48,137,74)
#2B7A42
(43,122,66)
#266B3A
(38,107,58)
#215C32
(33,92,50)
#1C4D2A
(28,77,42)
#173E22
(23,62,34)
#122F1A
(18,47,26)
#0D2012
(13,32,18)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #3AA75A

#3AA75A
(58,167,90)
#4BAF69
(75,175,105)
#5CB778
(92,183,120)
#6DBF87
(109,191,135)
#7EC796
(126,199,150)
#8FCFA5
(143,207,165)
#A0D7B4
(160,215,180)
#B1DFC3
(177,223,195)
#C2E7D2
(194,231,210)
#D3EFE1
(211,239,225)
#E4F7F0
(228,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AA75A color. Also use rgb(58,167,90) instead hex code.

Text Font Color

.myTextColor { color: #3AA75A; }

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

This text font color is #3AA75A.

Background Color

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

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

This div background color is #3AA75A.

Border color

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

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

This div border color is #3AA75A.

Opacity

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

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

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

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

This text has shadow with #3AA75A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3AA75A.

Preview

Color preview on black background

This text has color #3AA75A on black background.


Color preview on white background

This text has color #3AA75A on white background.


Black color preview on #3AA75A background

This text has black color on #3AA75A background.


White color preview on #3AA75A background

This text has white color on #3AA75A background.


Related colors

Complementary color

Complementary color for #hex is #C558A5.


I love getcolorcode.com

Triadic colors

1 #5A3AA7 and #A75A3A with #3AA75A are triadic colors.

2 #5AA73A and #A73A5A with #3AA75A are triadic colors.