COLOR #4F6D28

HEX: #4F6D28
RGB: (79,109,40)

Color info

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

RGB color model

#4F6D28 color RGB value is (79,109,40).

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

RGB channels and saturation

R 79 of 255 = 31%
G 109 of 255 = 43%
B 40 of 255 = 16%

79
109
40

R + G + B ~ 30%. #4F6D28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 109 + 40 = 228 (100%)
R 79 of 228 ~ 34.65%
G 109 of 228 ~ 47.81%
B 40 of 228 ~ 17.54%

%34.65
%47.81
%17.54

CMYK color model

#4F6D28 color CMYK value is (28,0,63,57).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 63.30%
  • key color value is 57.25%
CMYK:
(28,0,63,57)
C28M0Y63K57 
(28%,0%,63%,57%)
(0.28/0.00/0.63/0.57)	

CMYK percentages

%27.52
%0
%63.3
%57.25

Codes

Color #4F6D28 in popluar color models

4F6D28
RGB7910940
HSL86°46.31%29.22%
HSB/HSV86°63.30%42.75%
CMYK27.52%0.00%63.30%
57.25%

Color #4F6D28 in popluar number systems.

HEX4F6D28
Decimal7910940
Binary10011111101101101000
Octal11715550

Shades and tints

Shades of #4F6D28

#4F6D28
(79,109,40)
#486425
(72,100,37)
#415B22
(65,91,34)
#3A521F
(58,82,31)
#33491C
(51,73,28)
#2C4019
(44,64,25)
#253716
(37,55,22)
#1E2E13
(30,46,19)
#172510
(23,37,16)
#101C0D
(16,28,13)
#09130A
(9,19,10)
#000000
(0,0,0)

Tints of #4F6D28

#4F6D28
(79,109,40)
#5F7A3B
(95,122,59)
#6F874E
(111,135,78)
#7F9461
(127,148,97)
#8FA174
(143,161,116)
#9FAE87
(159,174,135)
#AFBB9A
(175,187,154)
#BFC8AD
(191,200,173)
#CFD5C0
(207,213,192)
#DFE2D3
(223,226,211)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6D28; }

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

This text font color is #4F6D28.


Background Color

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

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

This div background color is #4F6D28.


Border color

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

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

This div border color is #4F6D28.


Opacity

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

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

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

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

This text has shadow with #4F6D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6D28 on black background.


Color preview on white background

This text has color #4F6D28 on white background.



Black color preview on #4F6D28 background

This text has black color on #4F6D28 background.


White color preview on #4F6D28 background

This text has white color on #4F6D28 background.