COLOR #3F8F42

HEX: #3F8F42
RGB: (63,143,66)

Color info

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

RGB color model

#3F8F42 color RGB value is (63,143,66).

  • red value is 63;
  • green value is 143;
  • blue value is 66.
RGB:
(63,143,66)
(25%,56%,26%)

RGB channels and saturation

R 63 of 255 = 25%
G 143 of 255 = 56%
B 66 of 255 = 26%

63
143
66

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

Portions of RGB colors in percentages

R + G + B =
63 + 143 + 66 = 272 (100%)
R 63 of 272 ~ 23.16%
G 143 of 272 ~ 52.57%
B 66 of 272 ~ 24.26%

%23.16
%52.57
%24.26

CMYK color model

#3F8F42 color CMYK value is (56,0,54,44).

  • cyan value is 55.94%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 43.92%
CMYK:
(56,0,54,44)
C56M0Y54K44 
(56%,0%,54%,44%)
(0.56/0.00/0.54/0.44)	

CMYK percentages

%55.94
%0
%53.85
%43.92

Codes

Color #3F8F42 in popluar color models

3F8F42
RGB6314366
HSL122°38.83%40.39%
HSB/HSV122°55.94%56.08%
CMYK55.94%0.00%53.85%
43.92%

Color #3F8F42 in popluar number systems.

HEX3F8F42
Decimal6314366
Binary111111100011111000010
Octal77217102

Shades and tints

Shades of #3F8F42

#3F8F42
(63,143,66)
#3A823C
(58,130,60)
#357536
(53,117,54)
#306830
(48,104,48)
#2B5B2A
(43,91,42)
#264E24
(38,78,36)
#21411E
(33,65,30)
#1C3418
(28,52,24)
#172712
(23,39,18)
#121A0C
(18,26,12)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #3F8F42

#3F8F42
(63,143,66)
#509953
(80,153,83)
#61A364
(97,163,100)
#72AD75
(114,173,117)
#83B786
(131,183,134)
#94C197
(148,193,151)
#A5CBA8
(165,203,168)
#B6D5B9
(182,213,185)
#C7DFCA
(199,223,202)
#D8E9DB
(216,233,219)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8F42 color. Also use rgb(63,143,66) instead hex code.

Text Font Color

.myTextColor { color: #3F8F42; }

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

This text font color is #3F8F42.


Background Color

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

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

This div background color is #3F8F42.


Border color

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

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

This div border color is #3F8F42.


Opacity

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

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

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

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

This text has shadow with #3F8F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8F42 on black background.


Color preview on white background

This text has color #3F8F42 on white background.



Black color preview on #3F8F42 background

This text has black color on #3F8F42 background.


White color preview on #3F8F42 background

This text has white color on #3F8F42 background.