COLOR #4F6A18

HEX: #4F6A18
RGB: (79,106,24)

Color info

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

RGB color model

#4F6A18 color RGB value is (79,106,24).

  • red value is 79;
  • green value is 106;
  • blue value is 24.
RGB:
(79,106,24)
(31%,42%,9%)

RGB channels and saturation

R 79 of 255 = 31%
G 106 of 255 = 42%
B 24 of 255 = 9%

79
106
24

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

Portions of RGB colors in percentages

R + G + B =
79 + 106 + 24 = 209 (100%)
R 79 of 209 ~ 37.8%
G 106 of 209 ~ 50.72%
B 24 of 209 ~ 11.48%

%37.8
%50.72
%11.48

CMYK color model

#4F6A18 color CMYK value is (25,0,77,58).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 77.36%
  • key color value is 58.43%
CMYK:
(25,0,77,58)
C25M0Y77K58 
(25%,0%,77%,58%)
(0.25/0.00/0.77/0.58)	

CMYK percentages

%25.47
%0
%77.36
%58.43

Codes

Color #4F6A18 in popluar color models

4F6A18
RGB7910624
HSL80°63.08%25.49%
HSB/HSV80°77.36%41.57%
CMYK25.47%0.00%77.36%
58.43%

Color #4F6A18 in popluar number systems.

HEX4F6A18
Decimal7910624
Binary1001111110101011000
Octal11715230

Shades and tints

Shades of #4F6A18

#4F6A18
(79,106,24)
#486116
(72,97,22)
#415814
(65,88,20)
#3A4F12
(58,79,18)
#334610
(51,70,16)
#2C3D0E
(44,61,14)
#25340C
(37,52,12)
#1E2B0A
(30,43,10)
#172208
(23,34,8)
#101906
(16,25,6)
#091004
(9,16,4)
#000000
(0,0,0)

Tints of #4F6A18

#4F6A18
(79,106,24)
#5F772D
(95,119,45)
#6F8442
(111,132,66)
#7F9157
(127,145,87)
#8F9E6C
(143,158,108)
#9FAB81
(159,171,129)
#AFB896
(175,184,150)
#BFC5AB
(191,197,171)
#CFD2C0
(207,210,192)
#DFDFD5
(223,223,213)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6A18 color. Also use rgb(79,106,24) instead hex code.

Text Font Color

.myTextColor { color: #4F6A18; }

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

This text font color is #4F6A18.


Background Color

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

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

This div background color is #4F6A18.


Border color

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

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

This div border color is #4F6A18.


Opacity

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

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

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

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

This text has shadow with #4F6A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6A18 on black background.


Color preview on white background

This text has color #4F6A18 on white background.



Black color preview on #4F6A18 background

This text has black color on #4F6A18 background.


White color preview on #4F6A18 background

This text has white color on #4F6A18 background.