COLOR #3F8E6D

HEX: #3F8E6D RGB: (63,142,109)

Color info

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

RGB color model

#3F8E6D color RGB value is (63,142,109).

RGB: (63,142,109) (25%, 56%, 43%)

RGB channels and saturation

R 63 of 255 = 25%
G 142 of 255 = 56%
B 109 of 255 = 43%

63
142
109

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

Portions of RGB colors in percentages

R + G + B = 63 + 142 + 109 = 314 (100%)
R 63 of 314 ~ 20.06%
G 142 of 314 ~ 45.22%
B 109 of 314 ~ 34.71'%

%20.06
%45.22
%34.71

CMYK color model

#3F8E6D color CMYK value is (56,0,23,44).

  • cyan value is 55.63%
  • magenta value is 0.00%
  • yellow value is 23.24%
  • key color value is 44.31%

CMYK: (56,0,23,44)
C56M0Y23K44 (56%, 0%, 23%, 44%)
(0.56 / 0.00 / 0.23 / 0.44)

CMYK percentages

%55.63
%0
%23.24
%44.31

Codes

Color #3F8E6D in popluar color models

3F 8E 6D
RGB 63 142 109
HSL 155° 38.54% 40.20%
HSB/HSV 155° 55.63% 55.69%
CMYK 55.63% 0.00% 23.24%
44.31%

Color #3F8E6D in popluar number systems.

HEX 3F 8E 6D
Decimal 63 142 109
Binary 111111 10001110 1101101
Octal 77 216 155

Shades and tints

Shades of #3F8E6D

#3F8E6D
(63,142,109)
#3A8264
(58,130,100)
#35765B
(53,118,91)
#306A52
(48,106,82)
#2B5E49
(43,94,73)
#265240
(38,82,64)
#214637
(33,70,55)
#1C3A2E
(28,58,46)
#172E25
(23,46,37)
#12221C
(18,34,28)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #3F8E6D

#3F8E6D
(63,142,109)
#50987A
(80,152,122)
#61A287
(97,162,135)
#72AC94
(114,172,148)
#83B6A1
(131,182,161)
#94C0AE
(148,192,174)
#A5CABB
(165,202,187)
#B6D4C8
(182,212,200)
#C7DED5
(199,222,213)
#D8E8E2
(216,232,226)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F8E6D; }

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

This text font color is #3F8E6D.

Background Color

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

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

This div background color is #3F8E6D.

Border color

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

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

This div border color is #3F8E6D.

Opacity

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

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

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

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

This text has shadow with #3F8E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F8E6D.

Preview

Color preview on black background

This text has color #3F8E6D on black background.


Color preview on white background

This text has color #3F8E6D on white background.


Black color preview on #3F8E6D background

This text has black color on #3F8E6D background.


White color preview on #3F8E6D background

This text has white color on #3F8E6D background.


Related colors

Complementary color

Complementary color for #hex is #C07192.


I love getcolorcode.com

Triadic colors

1 #6D3F8E and #8E6D3F with #3F8E6D are triadic colors.

2 #6D8E3F and #8E3F6D with #3F8E6D are triadic colors.