COLOR #3FAF77

HEX: #3FAF77
RGB: (63,175,119)

Color info

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

RGB color model

#3FAF77 color RGB value is (63,175,119).

  • red value is 63;
  • green value is 175;
  • blue value is 119.
RGB:
(63,175,119)
(25%,69%,47%)

RGB channels and saturation

R 63 of 255 = 25%
G 175 of 255 = 69%
B 119 of 255 = 47%

63
175
119

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

Portions of RGB colors in percentages

R + G + B =
63 + 175 + 119 = 357 (100%)
R 63 of 357 ~ 17.65%
G 175 of 357 ~ 49.02%
B 119 of 357 ~ 33.33%

%17.65
%49.02
%33.33

CMYK color model

#3FAF77 color CMYK value is (64,0,32,31).

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 31.37%
CMYK:
(64,0,32,31)
C64M0Y32K31 
(64%,0%,32%,31%)
(0.64/0.00/0.32/0.31)	

CMYK percentages

%64
%0
%32
%31.37

Codes

Color #3FAF77 in popluar color models

3FAF77
RGB63175119
HSL150°47.06%46.67%
HSB/HSV150°64.00%68.63%
CMYK64.00%0.00%32.00%
31.37%

Color #3FAF77 in popluar number systems.

HEX3FAF77
Decimal63175119
Binary111111101011111110111
Octal77257167

Shades and tints

Shades of #3FAF77

#3FAF77
(63,175,119)
#3AA06D
(58,160,109)
#359163
(53,145,99)
#308259
(48,130,89)
#2B734F
(43,115,79)
#266445
(38,100,69)
#21553B
(33,85,59)
#1C4631
(28,70,49)
#173727
(23,55,39)
#12281D
(18,40,29)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #3FAF77

#3FAF77
(63,175,119)
#50B683
(80,182,131)
#61BD8F
(97,189,143)
#72C49B
(114,196,155)
#83CBA7
(131,203,167)
#94D2B3
(148,210,179)
#A5D9BF
(165,217,191)
#B6E0CB
(182,224,203)
#C7E7D7
(199,231,215)
#D8EEE3
(216,238,227)
#E9F5EF
(233,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FAF77 color. Also use rgb(63,175,119) instead hex code.

Text Font Color

.myTextColor { color: #3FAF77; }

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

This text font color is #3FAF77.


Background Color

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

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

This div background color is #3FAF77.


Border color

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

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

This div border color is #3FAF77.


Opacity

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

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

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

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

This text has shadow with #3FAF77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FAF77 on black background.


Color preview on white background

This text has color #3FAF77 on white background.



Black color preview on #3FAF77 background

This text has black color on #3FAF77 background.


White color preview on #3FAF77 background

This text has white color on #3FAF77 background.