COLOR #3F7942

HEX: #3F7942 RGB: (63,121,66)

Color info

#3F7942 contains red, green and blue colors in about the same proportion. Web safe color of #3F7942 is #336633 (or #363).

RGB color model

#3F7942 color RGB value is (63,121,66).

RGB: (63,121,66) (25%, 47%, 26%)

RGB channels and saturation

R 63 of 255 = 25%
G 121 of 255 = 47%
B 66 of 255 = 26%

63
121
66

R + G + B ~ 33%. #3F7942 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 121 + 66 = 250 (100%)
R 63 of 250 ~ 25.2%
G 121 of 250 ~ 48.4%
B 66 of 250 ~ 26.4'%

%25.2
%48.4
%26.4

CMYK color model

#3F7942 color CMYK value is (48,0,45,53).

  • cyan value is 47.93%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 52.55%

CMYK: (48,0,45,53)
C48M0Y45K53 (48%, 0%, 45%, 53%)
(0.48 / 0.00 / 0.45 / 0.53)

CMYK percentages

%47.93
%0
%45.45
%52.55

Codes

Color #3F7942 in popluar color models

3F 79 42
RGB 63 121 66
HSL 123° 31.52% 36.08%
HSB/HSV 123° 47.93% 47.45%
CMYK 47.93% 0.00% 45.45%
52.55%

Color #3F7942 in popluar number systems.

HEX 3F 79 42
Decimal 63 121 66
Binary 111111 1111001 1000010
Octal 77 171 102

Shades and tints

Shades of #3F7942

#3F7942
(63,121,66)
#3A6E3C
(58,110,60)
#356336
(53,99,54)
#305830
(48,88,48)
#2B4D2A
(43,77,42)
#264224
(38,66,36)
#21371E
(33,55,30)
#1C2C18
(28,44,24)
#172112
(23,33,18)
#12160C
(18,22,12)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #3F7942

#3F7942
(63,121,66)
#508553
(80,133,83)
#619164
(97,145,100)
#729D75
(114,157,117)
#83A986
(131,169,134)
#94B597
(148,181,151)
#A5C1A8
(165,193,168)
#B6CDB9
(182,205,185)
#C7D9CA
(199,217,202)
#D8E5DB
(216,229,219)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7942; }

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

This text font color is #3F7942.

Background Color

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

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

This div background color is #3F7942.

Border color

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

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

This div border color is #3F7942.

Opacity

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

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

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

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

This text has shadow with #3F7942 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7942.

Preview

Color preview on black background

This text has color #3F7942 on black background.


Color preview on white background

This text has color #3F7942 on white background.


Black color preview on #3F7942 background

This text has black color on #3F7942 background.


White color preview on #3F7942 background

This text has white color on #3F7942 background.


Related colors

Complementary color

Complementary color for #hex is #C086BD.


I love getcolorcode.com

Triadic colors

1 #423F79 and #79423F with #3F7942 are triadic colors.

2 #42793F and #793F42 with #3F7942 are triadic colors.