COLOR #3FAA59

HEX: #3FAA59 RGB: (63,170,89)

Color info

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

RGB color model

#3FAA59 color RGB value is (63,170,89).

RGB: (63,170,89) (25%, 67%, 35%)

RGB channels and saturation

R 63 of 255 = 25%
G 170 of 255 = 67%
B 89 of 255 = 35%

63
170
89

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

Portions of RGB colors in percentages

R + G + B = 63 + 170 + 89 = 322 (100%)
R 63 of 322 ~ 19.57%
G 170 of 322 ~ 52.8%
B 89 of 322 ~ 27.64'%

%19.57
%52.8
%27.64

CMYK color model

#3FAA59 color CMYK value is (63,0,48,33).

  • cyan value is 62.94%
  • magenta value is 0.00%
  • yellow value is 47.65%
  • key color value is 33.33%

CMYK: (63,0,48,33)
C63M0Y48K33 (63%, 0%, 48%, 33%)
(0.63 / 0.00 / 0.48 / 0.33)

CMYK percentages

%62.94
%0
%47.65
%33.33

Codes

Color #3FAA59 in popluar color models

3F AA 59
RGB 63 170 89
HSL 135° 45.92% 45.69%
HSB/HSV 135° 62.94% 66.67%
CMYK 62.94% 0.00% 47.65%
33.33%

Color #3FAA59 in popluar number systems.

HEX 3F AA 59
Decimal 63 170 89
Binary 111111 10101010 1011001
Octal 77 252 131

Shades and tints

Shades of #3FAA59

#3FAA59
(63,170,89)
#3A9B51
(58,155,81)
#358C49
(53,140,73)
#307D41
(48,125,65)
#2B6E39
(43,110,57)
#265F31
(38,95,49)
#215029
(33,80,41)
#1C4121
(28,65,33)
#173219
(23,50,25)
#122311
(18,35,17)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #3FAA59

#3FAA59
(63,170,89)
#50B168
(80,177,104)
#61B877
(97,184,119)
#72BF86
(114,191,134)
#83C695
(131,198,149)
#94CDA4
(148,205,164)
#A5D4B3
(165,212,179)
#B6DBC2
(182,219,194)
#C7E2D1
(199,226,209)
#D8E9E0
(216,233,224)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FAA59 color. Also use rgb(63,170,89) instead hex code.

Text Font Color

.myTextColor { color: #3FAA59; }

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

This text font color is #3FAA59.

Background Color

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

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

This div background color is #3FAA59.

Border color

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

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

This div border color is #3FAA59.

Opacity

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

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

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

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

This text has shadow with #3FAA59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3FAA59.

Preview

Color preview on black background

This text has color #3FAA59 on black background.


Color preview on white background

This text has color #3FAA59 on white background.


Black color preview on #3FAA59 background

This text has black color on #3FAA59 background.


White color preview on #3FAA59 background

This text has white color on #3FAA59 background.


Related colors

Complementary color

Complementary color for #hex is #C055A6.


I love getcolorcode.com

Triadic colors

1 #593FAA and #AA593F with #3FAA59 are triadic colors.

2 #59AA3F and #AA3F59 with #3FAA59 are triadic colors.