COLOR #3F8E70

HEX: #3F8E70 RGB: (63,142,112)

Color info

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

RGB color model

#3F8E70 color RGB value is (63,142,112).

RGB: (63,142,112) (25%, 56%, 44%)

RGB channels and saturation

R 63 of 255 = 25%
G 142 of 255 = 56%
B 112 of 255 = 44%

63
142
112

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

Portions of RGB colors in percentages

R + G + B = 63 + 142 + 112 = 317 (100%)
R 63 of 317 ~ 19.87%
G 142 of 317 ~ 44.79%
B 112 of 317 ~ 35.33'%

%19.87
%44.79
%35.33

CMYK color model

#3F8E70 color CMYK value is (56,0,21,44).

  • cyan value is 55.63%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 44.31%
CMYK: (56,0,21,44) C56M0Y21K44 (56%,0%,21%,44%) (0.56/0.00/0.21/0.44) 

CMYK percentages

%55.63
%0
%21.13
%44.31

Codes

Color #3F8E70 in popluar color models

3F 8E 70
RGB 63 142 112
HSL 157° 38.54% 40.20%
HSB/HSV 157° 55.63% 55.69%
CMYK 55.63% 0.00% 21.13%
44.31%

Color #3F8E70 in popluar number systems.

HEX 3F 8E 70
Decimal 63 142 112
Binary 111111 10001110 1110000
Octal 77 216 160

Shades and tints

Shades of #3F8E70

#3F8E70
(63,142,112)
#3A8266
(58,130,102)
#35765C
(53,118,92)
#306A52
(48,106,82)
#2B5E48
(43,94,72)
#26523E
(38,82,62)
#214634
(33,70,52)
#1C3A2A
(28,58,42)
#172E20
(23,46,32)
#122216
(18,34,22)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #3F8E70

#3F8E70
(63,142,112)
#50987D
(80,152,125)
#61A28A
(97,162,138)
#72AC97
(114,172,151)
#83B6A4
(131,182,164)
#94C0B1
(148,192,177)
#A5CABE
(165,202,190)
#B6D4CB
(182,212,203)
#C7DED8
(199,222,216)
#D8E8E5
(216,232,229)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8E70 color. Also use rgb(63,142,112) instead hex code.

Text Font Color

.myTextColor { color: #3F8E70; }

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

This text font color is #3F8E70.

Background Color

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

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

This div background color is #3F8E70.

Border color

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

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

This div border color is #3F8E70.

Opacity

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

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

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

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

This text has shadow with #3F8E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F8E70.

Preview

Color preview on black background

This text has color #3F8E70 on black background.


Color preview on white background

This text has color #3F8E70 on white background.


Black color preview on #3F8E70 background

This text has black color on #3F8E70 background.


White color preview on #3F8E70 background

This text has white color on #3F8E70 background.


Related colors

Complementary color

Complementary color for #hex is #C0718F.


I love getcolorcode.com

Triadic colors

1 #703F8E and #8E703F with #3F8E70 are triadic colors.

2 #708E3F and #8E3F70 with #3F8E70 are triadic colors.