COLOR #3F7F29

HEX: #3F7F29
RGB: (63,127,41)

Color info

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

RGB color model

#3F7F29 color RGB value is (63,127,41).

  • red value is 63;
  • green value is 127;
  • blue value is 41.
RGB:
(63,127,41)
(25%,50%,16%)

RGB channels and saturation

R 63 of 255 = 25%
G 127 of 255 = 50%
B 41 of 255 = 16%

63
127
41

R + G + B ~ 30%. #3F7F29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 127 + 41 = 231 (100%)
R 63 of 231 ~ 27.27%
G 127 of 231 ~ 54.98%
B 41 of 231 ~ 17.75%

%27.27
%54.98
%17.75

CMYK color model

#3F7F29 color CMYK value is (50,0,68,50).

  • cyan value is 50.39%
  • magenta value is 0.00%
  • yellow value is 67.72%
  • key color value is 50.20%
CMYK:
(50,0,68,50)
C50M0Y68K50 
(50%,0%,68%,50%)
(0.50/0.00/0.68/0.50)	

CMYK percentages

%50.39
%0
%67.72
%50.2

Codes

Color #3F7F29 in popluar color models

3F7F29
RGB6312741
HSL105°51.19%32.94%
HSB/HSV105°67.72%49.80%
CMYK50.39%0.00%67.72%
50.20%

Color #3F7F29 in popluar number systems.

HEX3F7F29
Decimal6312741
Binary1111111111111101001
Octal7717751

Shades and tints

Shades of #3F7F29

#3F7F29
(63,127,41)
#3A7426
(58,116,38)
#356923
(53,105,35)
#305E20
(48,94,32)
#2B531D
(43,83,29)
#26481A
(38,72,26)
#213D17
(33,61,23)
#1C3214
(28,50,20)
#172711
(23,39,17)
#121C0E
(18,28,14)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #3F7F29

#3F7F29
(63,127,41)
#508A3C
(80,138,60)
#61954F
(97,149,79)
#72A062
(114,160,98)
#83AB75
(131,171,117)
#94B688
(148,182,136)
#A5C19B
(165,193,155)
#B6CCAE
(182,204,174)
#C7D7C1
(199,215,193)
#D8E2D4
(216,226,212)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7F29 color. Also use rgb(63,127,41) instead hex code.

Text Font Color

.myTextColor { color: #3F7F29; }

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

This text font color is #3F7F29.


Background Color

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

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

This div background color is #3F7F29.


Border color

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

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

This div border color is #3F7F29.


Opacity

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

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

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

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

This text has shadow with #3F7F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7F29 on black background.


Color preview on white background

This text has color #3F7F29 on white background.



Black color preview on #3F7F29 background

This text has black color on #3F7F29 background.


White color preview on #3F7F29 background

This text has white color on #3F7F29 background.