COLOR #3FAF3D

HEX: #3FAF3D
RGB: (63,175,61)

Color info

#3FAF3D contains mainly green color. Web safe color of #3FAF3D is #339933 (or #393).

RGB color model

#3FAF3D color RGB value is (63,175,61).

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

RGB channels and saturation

R 63 of 255 = 25%
G 175 of 255 = 69%
B 61 of 255 = 24%

63
175
61

R + G + B ~ 39%. #3FAF3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 175 + 61 = 299 (100%)
R 63 of 299 ~ 21.07%
G 175 of 299 ~ 58.53%
B 61 of 299 ~ 20.4%

%21.07
%58.53
%20.4

CMYK color model

#3FAF3D color CMYK value is (64,0,65,31).

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 65.14%
  • key color value is 31.37%
CMYK:
(64,0,65,31)
C64M0Y65K31 
(64%,0%,65%,31%)
(0.64/0.00/0.65/0.31)	

CMYK percentages

%64
%0
%65.14
%31.37

Codes

Color #3FAF3D in popluar color models

3FAF3D
RGB6317561
HSL119°48.31%46.27%
HSB/HSV119°65.14%68.63%
CMYK64.00%0.00%65.14%
31.37%

Color #3FAF3D in popluar number systems.

HEX3FAF3D
Decimal6317561
Binary11111110101111111101
Octal7725775

Shades and tints

Shades of #3FAF3D

#3FAF3D
(63,175,61)
#3AA038
(58,160,56)
#359133
(53,145,51)
#30822E
(48,130,46)
#2B7329
(43,115,41)
#266424
(38,100,36)
#21551F
(33,85,31)
#1C461A
(28,70,26)
#173715
(23,55,21)
#122810
(18,40,16)
#0D190B
(13,25,11)
#000000
(0,0,0)

Tints of #3FAF3D

#3FAF3D
(63,175,61)
#50B64E
(80,182,78)
#61BD5F
(97,189,95)
#72C470
(114,196,112)
#83CB81
(131,203,129)
#94D292
(148,210,146)
#A5D9A3
(165,217,163)
#B6E0B4
(182,224,180)
#C7E7C5
(199,231,197)
#D8EED6
(216,238,214)
#E9F5E7
(233,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3FAF3D; }

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

This text font color is #3FAF3D.


Background Color

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

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

This div background color is #3FAF3D.


Border color

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

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

This div border color is #3FAF3D.


Opacity

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

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

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

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

This text has shadow with #3FAF3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FAF3D on black background.


Color preview on white background

This text has color #3FAF3D on white background.



Black color preview on #3FAF3D background

This text has black color on #3FAF3D background.


White color preview on #3FAF3D background

This text has white color on #3FAF3D background.