COLOR #4F6D1C

HEX: #4F6D1C
RGB: (79,109,28)

Color info

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

RGB color model

#4F6D1C color RGB value is (79,109,28).

  • red value is 79;
  • green value is 109;
  • blue value is 28.
RGB:
(79,109,28)
(31%,43%,11%)

RGB channels and saturation

R 79 of 255 = 31%
G 109 of 255 = 43%
B 28 of 255 = 11%

79
109
28

R + G + B ~ 28%. #4F6D1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 109 + 28 = 216 (100%)
R 79 of 216 ~ 36.57%
G 109 of 216 ~ 50.46%
B 28 of 216 ~ 12.96%

%36.57
%50.46
%12.96

CMYK color model

#4F6D1C color CMYK value is (28,0,74,57).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 74.31%
  • key color value is 57.25%
CMYK:
(28,0,74,57)
C28M0Y74K57 
(28%,0%,74%,57%)
(0.28/0.00/0.74/0.57)	

CMYK percentages

%27.52
%0
%74.31
%57.25

Codes

Color #4F6D1C in popluar color models

4F6D1C
RGB7910928
HSL82°59.12%26.86%
HSB/HSV82°74.31%42.75%
CMYK27.52%0.00%74.31%
57.25%

Color #4F6D1C in popluar number systems.

HEX4F6D1C
Decimal7910928
Binary1001111110110111100
Octal11715534

Shades and tints

Shades of #4F6D1C

#4F6D1C
(79,109,28)
#48641A
(72,100,26)
#415B18
(65,91,24)
#3A5216
(58,82,22)
#334914
(51,73,20)
#2C4012
(44,64,18)
#253710
(37,55,16)
#1E2E0E
(30,46,14)
#17250C
(23,37,12)
#101C0A
(16,28,10)
#091308
(9,19,8)
#000000
(0,0,0)

Tints of #4F6D1C

#4F6D1C
(79,109,28)
#5F7A30
(95,122,48)
#6F8744
(111,135,68)
#7F9458
(127,148,88)
#8FA16C
(143,161,108)
#9FAE80
(159,174,128)
#AFBB94
(175,187,148)
#BFC8A8
(191,200,168)
#CFD5BC
(207,213,188)
#DFE2D0
(223,226,208)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6D1C color. Also use rgb(79,109,28) instead hex code.

Text Font Color

.myTextColor { color: #4F6D1C; }

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

This text font color is #4F6D1C.


Background Color

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

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

This div background color is #4F6D1C.


Border color

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

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

This div border color is #4F6D1C.


Opacity

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

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

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

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

This text has shadow with #4F6D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6D1C on black background.


Color preview on white background

This text has color #4F6D1C on white background.



Black color preview on #4F6D1C background

This text has black color on #4F6D1C background.


White color preview on #4F6D1C background

This text has white color on #4F6D1C background.