COLOR #3F8B4A

HEX: #3F8B4A
RGB: (63,139,74)

Color info

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

RGB color model

#3F8B4A color RGB value is (63,139,74).

  • red value is 63;
  • green value is 139;
  • blue value is 74.
RGB:
(63,139,74)
(25%,55%,29%)

RGB channels and saturation

R 63 of 255 = 25%
G 139 of 255 = 55%
B 74 of 255 = 29%

63
139
74

R + G + B ~ 36%. #3F8B4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 139 + 74 = 276 (100%)
R 63 of 276 ~ 22.83%
G 139 of 276 ~ 50.36%
B 74 of 276 ~ 26.81%

%22.83
%50.36
%26.81

CMYK color model

#3F8B4A color CMYK value is (55,0,47,45).

  • cyan value is 54.68%
  • magenta value is 0.00%
  • yellow value is 46.76%
  • key color value is 45.49%
CMYK:
(55,0,47,45)
C55M0Y47K45 
(55%,0%,47%,45%)
(0.55/0.00/0.47/0.45)	

CMYK percentages

%54.68
%0
%46.76
%45.49

Codes

Color #3F8B4A in popluar color models

3F8B4A
RGB6313974
HSL129°37.62%39.61%
HSB/HSV129°54.68%54.51%
CMYK54.68%0.00%46.76%
45.49%

Color #3F8B4A in popluar number systems.

HEX3F8B4A
Decimal6313974
Binary111111100010111001010
Octal77213112

Shades and tints

Shades of #3F8B4A

#3F8B4A
(63,139,74)
#3A7F44
(58,127,68)
#35733E
(53,115,62)
#306738
(48,103,56)
#2B5B32
(43,91,50)
#264F2C
(38,79,44)
#214326
(33,67,38)
#1C3720
(28,55,32)
#172B1A
(23,43,26)
#121F14
(18,31,20)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #3F8B4A

#3F8B4A
(63,139,74)
#50955A
(80,149,90)
#619F6A
(97,159,106)
#72A97A
(114,169,122)
#83B38A
(131,179,138)
#94BD9A
(148,189,154)
#A5C7AA
(165,199,170)
#B6D1BA
(182,209,186)
#C7DBCA
(199,219,202)
#D8E5DA
(216,229,218)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8B4A color. Also use rgb(63,139,74) instead hex code.

Text Font Color

.myTextColor { color: #3F8B4A; }

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

This text font color is #3F8B4A.


Background Color

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

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

This div background color is #3F8B4A.


Border color

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

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

This div border color is #3F8B4A.


Opacity

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

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

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

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

This text has shadow with #3F8B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8B4A on black background.


Color preview on white background

This text has color #3F8B4A on white background.



Black color preview on #3F8B4A background

This text has black color on #3F8B4A background.


White color preview on #3F8B4A background

This text has white color on #3F8B4A background.