COLOR #3F720A

HEX: #3F720A
RGB: (63,114,10)

Color info

#3F720A contains mainly red and green colors. Web safe color of #3F720A is #336600 (or #360).

RGB color model

#3F720A color RGB value is (63,114,10).

  • red value is 63;
  • green value is 114;
  • blue value is 10.
RGB:
(63,114,10)
(25%,45%,4%)

RGB channels and saturation

R 63 of 255 = 25%
G 114 of 255 = 45%
B 10 of 255 = 4%

63
114
10

R + G + B ~ 25%. #3F720A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 114 + 10 = 187 (100%)
R 63 of 187 ~ 33.69%
G 114 of 187 ~ 60.96%
B 10 of 187 ~ 5.35%

%33.69
%60.96

CMYK color model

#3F720A color CMYK value is (45,0,91,55).

  • cyan value is 44.74%
  • magenta value is 0.00%
  • yellow value is 91.23%
  • key color value is 55.29%
CMYK:
(45,0,91,55)
C45M0Y91K55 
(45%,0%,91%,55%)
(0.45/0.00/0.91/0.55)	

CMYK percentages

%44.74
%0
%91.23
%55.29

Codes

Color #3F720A in popluar color models

3F720A
RGB6311410
HSL89°83.87%24.31%
HSB/HSV89°91.23%44.71%
CMYK44.74%0.00%91.23%
55.29%

Color #3F720A in popluar number systems.

HEX3F720A
Decimal6311410
Binary11111111100101010
Octal7716212

Shades and tints

Shades of #3F720A

#3F720A
(63,114,10)
#3A680A
(58,104,10)
#355E0A
(53,94,10)
#30540A
(48,84,10)
#2B4A0A
(43,74,10)
#26400A
(38,64,10)
#21360A
(33,54,10)
#1C2C0A
(28,44,10)
#17220A
(23,34,10)
#12180A
(18,24,10)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #3F720A

#3F720A
(63,114,10)
#507E20
(80,126,32)
#618A36
(97,138,54)
#72964C
(114,150,76)
#83A262
(131,162,98)
#94AE78
(148,174,120)
#A5BA8E
(165,186,142)
#B6C6A4
(182,198,164)
#C7D2BA
(199,210,186)
#D8DED0
(216,222,208)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F720A color. Also use rgb(63,114,10) instead hex code.

Text Font Color

.myTextColor { color: #3F720A; }

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

This text font color is #3F720A.


Background Color

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

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

This div background color is #3F720A.


Border color

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

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

This div border color is #3F720A.


Opacity

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

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

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

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

This text has shadow with #3F720A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F720A on black background.


Color preview on white background

This text has color #3F720A on white background.



Black color preview on #3F720A background

This text has black color on #3F720A background.


White color preview on #3F720A background

This text has white color on #3F720A background.