COLOR #3EAA53

HEX: #3EAA53 RGB: (62,170,83)

Color info

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

RGB color model

#3EAA53 color RGB value is (62,170,83).

RGB: (62,170,83) (24%, 67%, 33%)

RGB channels and saturation

R 62 of 255 = 24%
G 170 of 255 = 67%
B 83 of 255 = 33%

62
170
83

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

Portions of RGB colors in percentages

R + G + B = 62 + 170 + 83 = 315 (100%)
R 62 of 315 ~ 19.68%
G 170 of 315 ~ 53.97%
B 83 of 315 ~ 26.35'%

%19.68
%53.97
%26.35

CMYK color model

#3EAA53 color CMYK value is (64,0,51,33).

  • cyan value is 63.53%
  • magenta value is 0.00%
  • yellow value is 51.18%
  • key color value is 33.33%

CMYK: (64,0,51,33)
C64M0Y51K33 (64%, 0%, 51%, 33%)
(0.64 / 0.00 / 0.51 / 0.33)

CMYK percentages

%63.53
%0
%51.18
%33.33

Codes

Color #3EAA53 in popluar color models

3E AA 53
RGB 62 170 83
HSL 132° 46.55% 45.49%
HSB/HSV 132° 63.53% 66.67%
CMYK 63.53% 0.00% 51.18%
33.33%

Color #3EAA53 in popluar number systems.

HEX 3E AA 53
Decimal 62 170 83
Binary 111110 10101010 1010011
Octal 76 252 123

Shades and tints

Shades of #3EAA53

#3EAA53
(62,170,83)
#399B4C
(57,155,76)
#348C45
(52,140,69)
#2F7D3E
(47,125,62)
#2A6E37
(42,110,55)
#255F30
(37,95,48)
#205029
(32,80,41)
#1B4122
(27,65,34)
#16321B
(22,50,27)
#112314
(17,35,20)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #3EAA53

#3EAA53
(62,170,83)
#4FB162
(79,177,98)
#60B871
(96,184,113)
#71BF80
(113,191,128)
#82C68F
(130,198,143)
#93CD9E
(147,205,158)
#A4D4AD
(164,212,173)
#B5DBBC
(181,219,188)
#C6E2CB
(198,226,203)
#D7E9DA
(215,233,218)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EAA53 color. Also use rgb(62,170,83) instead hex code.

Text Font Color

.myTextColor { color: #3EAA53; }

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

This text font color is #3EAA53.

Background Color

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

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

This div background color is #3EAA53.

Border color

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

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

This div border color is #3EAA53.

Opacity

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

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

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

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

This text has shadow with #3EAA53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3EAA53.

Preview

Color preview on black background

This text has color #3EAA53 on black background.


Color preview on white background

This text has color #3EAA53 on white background.


Black color preview on #3EAA53 background

This text has black color on #3EAA53 background.


White color preview on #3EAA53 background

This text has white color on #3EAA53 background.


Related colors

Complementary color

Complementary color for #hex is #C155AC.


I love getcolorcode.com

Triadic colors

1 #533EAA and #AA533E with #3EAA53 are triadic colors.

2 #53AA3E and #AA3E53 with #3EAA53 are triadic colors.