COLOR #3F7C31

HEX: #3F7C31
RGB: (63,124,49)

Color info

#3F7C31 contains mainly green color. Web safe color of #3F7C31 is #336633 (or #363).

RGB color model

#3F7C31 color RGB value is (63,124,49).

  • red value is 63;
  • green value is 124;
  • blue value is 49.
RGB:
(63,124,49)
(25%,49%,19%)

RGB channels and saturation

R 63 of 255 = 25%
G 124 of 255 = 49%
B 49 of 255 = 19%

63
124
49

R + G + B ~ 31%. #3F7C31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 124 + 49 = 236 (100%)
R 63 of 236 ~ 26.69%
G 124 of 236 ~ 52.54%
B 49 of 236 ~ 20.76%

%26.69
%52.54
%20.76

CMYK color model

#3F7C31 color CMYK value is (49,0,60,51).

  • cyan value is 49.19%
  • magenta value is 0.00%
  • yellow value is 60.48%
  • key color value is 51.37%
CMYK:
(49,0,60,51)
C49M0Y60K51 
(49%,0%,60%,51%)
(0.49/0.00/0.60/0.51)	

CMYK percentages

%49.19
%0
%60.48
%51.37

Codes

Color #3F7C31 in popluar color models

3F7C31
RGB6312449
HSL109°43.35%33.92%
HSB/HSV109°60.48%48.63%
CMYK49.19%0.00%60.48%
51.37%

Color #3F7C31 in popluar number systems.

HEX3F7C31
Decimal6312449
Binary1111111111100110001
Octal7717461

Shades and tints

Shades of #3F7C31

#3F7C31
(63,124,49)
#3A712D
(58,113,45)
#356629
(53,102,41)
#305B25
(48,91,37)
#2B5021
(43,80,33)
#26451D
(38,69,29)
#213A19
(33,58,25)
#1C2F15
(28,47,21)
#172411
(23,36,17)
#12190D
(18,25,13)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #3F7C31

#3F7C31
(63,124,49)
#508743
(80,135,67)
#619255
(97,146,85)
#729D67
(114,157,103)
#83A879
(131,168,121)
#94B38B
(148,179,139)
#A5BE9D
(165,190,157)
#B6C9AF
(182,201,175)
#C7D4C1
(199,212,193)
#D8DFD3
(216,223,211)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7C31 color. Also use rgb(63,124,49) instead hex code.

Text Font Color

.myTextColor { color: #3F7C31; }

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

This text font color is #3F7C31.


Background Color

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

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

This div background color is #3F7C31.


Border color

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

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

This div border color is #3F7C31.


Opacity

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

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

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

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

This text has shadow with #3F7C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7C31 on black background.


Color preview on white background

This text has color #3F7C31 on white background.



Black color preview on #3F7C31 background

This text has black color on #3F7C31 background.


White color preview on #3F7C31 background

This text has white color on #3F7C31 background.