COLOR #3F8D44

HEX: #3F8D44 RGB: (63,141,68)

Color info

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

RGB color model

#3F8D44 color RGB value is (63,141,68).

RGB: (63,141,68) (25%, 55%, 27%)

RGB channels and saturation

R 63 of 255 = 25%
G 141 of 255 = 55%
B 68 of 255 = 27%

63
141
68

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

Portions of RGB colors in percentages

R + G + B = 63 + 141 + 68 = 272 (100%)
R 63 of 272 ~ 23.16%
G 141 of 272 ~ 51.84%
B 68 of 272 ~ 25'%

%23.16
%51.84
%25

CMYK color model

#3F8D44 color CMYK value is (55,0,52,45).

  • cyan value is 55.32%
  • magenta value is 0.00%
  • yellow value is 51.77%
  • key color value is 44.71%

CMYK: (55,0,52,45)
C55M0Y52K45 (55%, 0%, 52%, 45%)
(0.55 / 0.00 / 0.52 / 0.45)

CMYK percentages

%55.32
%0
%51.77
%44.71

Codes

Color #3F8D44 in popluar color models

3F 8D 44
RGB 63 141 68
HSL 124° 38.24% 40.00%
HSB/HSV 124° 55.32% 55.29%
CMYK 55.32% 0.00% 51.77%
44.71%

Color #3F8D44 in popluar number systems.

HEX 3F 8D 44
Decimal 63 141 68
Binary 111111 10001101 1000100
Octal 77 215 104

Shades and tints

Shades of #3F8D44

#3F8D44
(63,141,68)
#3A813E
(58,129,62)
#357538
(53,117,56)
#306932
(48,105,50)
#2B5D2C
(43,93,44)
#265126
(38,81,38)
#214520
(33,69,32)
#1C391A
(28,57,26)
#172D14
(23,45,20)
#12210E
(18,33,14)
#0D1508
(13,21,8)
#000000
(0,0,0)

Tints of #3F8D44

#3F8D44
(63,141,68)
#509755
(80,151,85)
#61A166
(97,161,102)
#72AB77
(114,171,119)
#83B588
(131,181,136)
#94BF99
(148,191,153)
#A5C9AA
(165,201,170)
#B6D3BB
(182,211,187)
#C7DDCC
(199,221,204)
#D8E7DD
(216,231,221)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8D44 color. Also use rgb(63,141,68) instead hex code.

Text Font Color

.myTextColor { color: #3F8D44; }

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

This text font color is #3F8D44.

Background Color

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

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

This div background color is #3F8D44.

Border color

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

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

This div border color is #3F8D44.

Opacity

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

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

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

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

This text has shadow with #3F8D44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F8D44.

Preview

Color preview on black background

This text has color #3F8D44 on black background.


Color preview on white background

This text has color #3F8D44 on white background.


Black color preview on #3F8D44 background

This text has black color on #3F8D44 background.


White color preview on #3F8D44 background

This text has white color on #3F8D44 background.


Related colors

Complementary color

Complementary color for #hex is #C072BB.


I love getcolorcode.com

Triadic colors

1 #443F8D and #8D443F with #3F8D44 are triadic colors.

2 #448D3F and #8D3F44 with #3F8D44 are triadic colors.