COLOR #3F8A50

HEX: #3F8A50
RGB: (63,138,80)

Color info

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

RGB color model

#3F8A50 color RGB value is (63,138,80).

  • red value is 63;
  • green value is 138;
  • blue value is 80.
RGB:
(63,138,80)
(25%,54%,31%)

RGB channels and saturation

R 63 of 255 = 25%
G 138 of 255 = 54%
B 80 of 255 = 31%

63
138
80

R + G + B ~ 37%. #3F8A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 138 + 80 = 281 (100%)
R 63 of 281 ~ 22.42%
G 138 of 281 ~ 49.11%
B 80 of 281 ~ 28.47%

%22.42
%49.11
%28.47

CMYK color model

#3F8A50 color CMYK value is (54,0,42,46).

  • cyan value is 54.35%
  • magenta value is 0.00%
  • yellow value is 42.03%
  • key color value is 45.88%
CMYK:
(54,0,42,46)
C54M0Y42K46 
(54%,0%,42%,46%)
(0.54/0.00/0.42/0.46)	

CMYK percentages

%54.35
%0
%42.03
%45.88

Codes

Color #3F8A50 in popluar color models

3F8A50
RGB6313880
HSL134°37.31%39.41%
HSB/HSV134°54.35%54.12%
CMYK54.35%0.00%42.03%
45.88%

Color #3F8A50 in popluar number systems.

HEX3F8A50
Decimal6313880
Binary111111100010101010000
Octal77212120

Shades and tints

Shades of #3F8A50

#3F8A50
(63,138,80)
#3A7E49
(58,126,73)
#357242
(53,114,66)
#30663B
(48,102,59)
#2B5A34
(43,90,52)
#264E2D
(38,78,45)
#214226
(33,66,38)
#1C361F
(28,54,31)
#172A18
(23,42,24)
#121E11
(18,30,17)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #3F8A50

#3F8A50
(63,138,80)
#50945F
(80,148,95)
#619E6E
(97,158,110)
#72A87D
(114,168,125)
#83B28C
(131,178,140)
#94BC9B
(148,188,155)
#A5C6AA
(165,198,170)
#B6D0B9
(182,208,185)
#C7DAC8
(199,218,200)
#D8E4D7
(216,228,215)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8A50 color. Also use rgb(63,138,80) instead hex code.

Text Font Color

.myTextColor { color: #3F8A50; }

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

This text font color is #3F8A50.


Background Color

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

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

This div background color is #3F8A50.


Border color

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

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

This div border color is #3F8A50.


Opacity

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

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

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

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

This text has shadow with #3F8A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8A50 on black background.


Color preview on white background

This text has color #3F8A50 on white background.



Black color preview on #3F8A50 background

This text has black color on #3F8A50 background.


White color preview on #3F8A50 background

This text has white color on #3F8A50 background.