COLOR #4F731A

HEX: #4F731A
RGB: (79,115,26)

Color info

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

RGB color model

#4F731A color RGB value is (79,115,26).

  • red value is 79;
  • green value is 115;
  • blue value is 26.
RGB:
(79,115,26)
(31%,45%,10%)

RGB channels and saturation

R 79 of 255 = 31%
G 115 of 255 = 45%
B 26 of 255 = 10%

79
115
26

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

Portions of RGB colors in percentages

R + G + B =
79 + 115 + 26 = 220 (100%)
R 79 of 220 ~ 35.91%
G 115 of 220 ~ 52.27%
B 26 of 220 ~ 11.82%

%35.91
%52.27
%11.82

CMYK color model

#4F731A color CMYK value is (31,0,77,55).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 77.39%
  • key color value is 54.90%
CMYK:
(31,0,77,55)
C31M0Y77K55 
(31%,0%,77%,55%)
(0.31/0.00/0.77/0.55)	

CMYK percentages

%31.3
%0
%77.39
%54.9

Codes

Color #4F731A in popluar color models

4F731A
RGB7911526
HSL84°63.12%27.65%
HSB/HSV84°77.39%45.10%
CMYK31.30%0.00%77.39%
54.90%

Color #4F731A in popluar number systems.

HEX4F731A
Decimal7911526
Binary1001111111001111010
Octal11716332

Shades and tints

Shades of #4F731A

#4F731A
(79,115,26)
#486918
(72,105,24)
#415F16
(65,95,22)
#3A5514
(58,85,20)
#334B12
(51,75,18)
#2C4110
(44,65,16)
#25370E
(37,55,14)
#1E2D0C
(30,45,12)
#17230A
(23,35,10)
#101908
(16,25,8)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #4F731A

#4F731A
(79,115,26)
#5F7F2E
(95,127,46)
#6F8B42
(111,139,66)
#7F9756
(127,151,86)
#8FA36A
(143,163,106)
#9FAF7E
(159,175,126)
#AFBB92
(175,187,146)
#BFC7A6
(191,199,166)
#CFD3BA
(207,211,186)
#DFDFCE
(223,223,206)
#EFEBE2
(239,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F731A color. Also use rgb(79,115,26) instead hex code.

Text Font Color

.myTextColor { color: #4F731A; }

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

This text font color is #4F731A.


Background Color

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

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

This div background color is #4F731A.


Border color

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

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

This div border color is #4F731A.


Opacity

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

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

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

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

This text has shadow with #4F731A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F731A on black background.


Color preview on white background

This text has color #4F731A on white background.



Black color preview on #4F731A background

This text has black color on #4F731A background.


White color preview on #4F731A background

This text has white color on #4F731A background.