COLOR #4F720D

HEX: #4F720D RGB: (79,114,13)

Color info

#4F720D contains mainly red and green colors. Web safe color of #4F720D is #666600 (or #660).

RGB color model

#4F720D color RGB value is (79,114,13).

RGB: (79,114,13) (31%, 45%, 5%)

RGB channels and saturation

R 79 of 255 = 31%
G 114 of 255 = 45%
B 13 of 255 = 5%

79
114
13

R + G + B ~ 27%. #4F720D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 114 + 13 = 206 (100%)
R 79 of 206 ~ 38.35%
G 114 of 206 ~ 55.34%
B 13 of 206 ~ 6.31'%

%38.35
%55.34

CMYK color model

#4F720D color CMYK value is (31,0,89,55).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 88.60%
  • key color value is 55.29%

CMYK: (31,0,89,55)
C31M0Y89K55 (31%, 0%, 89%, 55%)
(0.31 / 0.00 / 0.89 / 0.55)

CMYK percentages

%30.7
%0
%88.6
%55.29

Codes

Color #4F720D in popluar color models

4F 72 0D
RGB 79 114 13
HSL 81° 79.53% 24.90%
HSB/HSV 81° 88.60% 44.71%
CMYK 30.70% 0.00% 88.60%
55.29%

Color #4F720D in popluar number systems.

HEX 4F 72 0D
Decimal 79 114 13
Binary 1001111 1110010 1101
Octal 117 162 15

Shades and tints

Shades of #4F720D

#4F720D
(79,114,13)
#48680C
(72,104,12)
#415E0B
(65,94,11)
#3A540A
(58,84,10)
#334A09
(51,74,9)
#2C4008
(44,64,8)
#253607
(37,54,7)
#1E2C06
(30,44,6)
#172205
(23,34,5)
#101804
(16,24,4)
#090E03
(9,14,3)
#000000
(0,0,0)

Tints of #4F720D

#4F720D
(79,114,13)
#5F7E23
(95,126,35)
#6F8A39
(111,138,57)
#7F964F
(127,150,79)
#8FA265
(143,162,101)
#9FAE7B
(159,174,123)
#AFBA91
(175,186,145)
#BFC6A7
(191,198,167)
#CFD2BD
(207,210,189)
#DFDED3
(223,222,211)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F720D color. Also use rgb(79,114,13) instead hex code.

Text Font Color

.myTextColor { color: #4F720D; }

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

This text font color is #4F720D.

Background Color

.myBgColor { background-color: #4F720D; }

<div style="background-color:#4F720D">Inner text</div>

This div background color is #4F720D.

Border color

.myBorderColor { border: 1px solid #4F720D; }

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

This div border color is #4F720D.

Opacity

.myOpacity80 { color: #4F720D; opacity: 0.8; }

<p style="color:#4F720D;opacity:0.8;">80%</p>

Text with #4F720D 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 #4F720D;}

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

This text has shadow with #4F720D color.


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

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

This text has shadow with #4F720D primary color and red secondary color.


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

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

This text has shadow with #4F720D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4F720D.

Preview

Color preview on black background

This text has color #4F720D on black background.


Color preview on white background

This text has color #4F720D on white background.


Black color preview on #4F720D background

This text has black color on #4F720D background.


White color preview on #4F720D background

This text has white color on #4F720D background.


Related colors

Complementary color

Complementary color for #hex is #B08DF2.


I love getcolorcode.com

Triadic colors

1 #0D4F72 and #720D4F with #4F720D are triadic colors.

2 #0D724F and #724F0D with #4F720D are triadic colors.