COLOR #4F711D

HEX: #4F711D
RGB: (79,113,29)

Color info

#4F711D contains mainly red and green colors. Web safe color of #4F711D is #666633 (or #663).

RGB color model

#4F711D color RGB value is (79,113,29).

  • red value is 79;
  • green value is 113;
  • blue value is 29.
RGB:
(79,113,29)
(31%,44%,11%)

RGB channels and saturation

R 79 of 255 = 31%
G 113 of 255 = 44%
B 29 of 255 = 11%

79
113
29

R + G + B ~ 29%. #4F711D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 113 + 29 = 221 (100%)
R 79 of 221 ~ 35.75%
G 113 of 221 ~ 51.13%
B 29 of 221 ~ 13.12%

%35.75
%51.13
%13.12

CMYK color model

#4F711D color CMYK value is (30,0,74,56).

  • cyan value is 30.09%
  • magenta value is 0.00%
  • yellow value is 74.34%
  • key color value is 55.69%
CMYK:
(30,0,74,56)
C30M0Y74K56 
(30%,0%,74%,56%)
(0.30/0.00/0.74/0.56)	

CMYK percentages

%30.09
%0
%74.34
%55.69

Codes

Color #4F711D in popluar color models

4F711D
RGB7911329
HSL84°59.15%27.84%
HSB/HSV84°74.34%44.31%
CMYK30.09%0.00%74.34%
55.69%

Color #4F711D in popluar number systems.

HEX4F711D
Decimal7911329
Binary1001111111000111101
Octal11716135

Shades and tints

Shades of #4F711D

#4F711D
(79,113,29)
#48671B
(72,103,27)
#415D19
(65,93,25)
#3A5317
(58,83,23)
#334915
(51,73,21)
#2C3F13
(44,63,19)
#253511
(37,53,17)
#1E2B0F
(30,43,15)
#17210D
(23,33,13)
#10170B
(16,23,11)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #4F711D

#4F711D
(79,113,29)
#5F7D31
(95,125,49)
#6F8945
(111,137,69)
#7F9559
(127,149,89)
#8FA16D
(143,161,109)
#9FAD81
(159,173,129)
#AFB995
(175,185,149)
#BFC5A9
(191,197,169)
#CFD1BD
(207,209,189)
#DFDDD1
(223,221,209)
#EFE9E5
(239,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F711D color. Also use rgb(79,113,29) instead hex code.

Text Font Color

.myTextColor { color: #4F711D; }

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

This text font color is #4F711D.


Background Color

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

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

This div background color is #4F711D.


Border color

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

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

This div border color is #4F711D.


Opacity

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

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

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

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

This text has shadow with #4F711D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F711D on black background.


Color preview on white background

This text has color #4F711D on white background.



Black color preview on #4F711D background

This text has black color on #4F711D background.


White color preview on #4F711D background

This text has white color on #4F711D background.