COLOR #4F6B4F

HEX: #4F6B4F
RGB: (79,107,79)

Color info

#4F6B4F contains red, green and blue colors in about the same proportion. Web safe color of #4F6B4F is #666666 (or #666).

RGB color model

#4F6B4F color RGB value is (79,107,79).

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

RGB channels and saturation

R 79 of 255 = 31%
G 107 of 255 = 42%
B 79 of 255 = 31%

79
107
79

R + G + B ~ 35%. #4F6B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 107 + 79 = 265 (100%)
R 79 of 265 ~ 29.81%
G 107 of 265 ~ 40.38%
B 79 of 265 ~ 29.81%

%29.81
%40.38
%29.81

CMYK color model

#4F6B4F color CMYK value is (26,0,26,58).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 58.04%
CMYK:
(26,0,26,58)
C26M0Y26K58 
(26%,0%,26%,58%)
(0.26/0.00/0.26/0.58)	

CMYK percentages

%26.17
%0
%26.17
%58.04

Codes

Color #4F6B4F in popluar color models

4F6B4F
RGB7910779
HSL120°15.05%36.47%
HSB/HSV120°26.17%41.96%
CMYK26.17%0.00%26.17%
58.04%

Color #4F6B4F in popluar number systems.

HEX4F6B4F
Decimal7910779
Binary100111111010111001111
Octal117153117

Shades and tints

Shades of #4F6B4F

#4F6B4F
(79,107,79)
#486248
(72,98,72)
#415941
(65,89,65)
#3A503A
(58,80,58)
#334733
(51,71,51)
#2C3E2C
(44,62,44)
#253525
(37,53,37)
#1E2C1E
(30,44,30)
#172317
(23,35,23)
#101A10
(16,26,16)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #4F6B4F

#4F6B4F
(79,107,79)
#5F785F
(95,120,95)
#6F856F
(111,133,111)
#7F927F
(127,146,127)
#8F9F8F
(143,159,143)
#9FAC9F
(159,172,159)
#AFB9AF
(175,185,175)
#BFC6BF
(191,198,191)
#CFD3CF
(207,211,207)
#DFE0DF
(223,224,223)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6B4F; }

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

This text font color is #4F6B4F.


Background Color

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

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

This div background color is #4F6B4F.


Border color

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

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

This div border color is #4F6B4F.


Opacity

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

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

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

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

This text has shadow with #4F6B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6B4F on black background.


Color preview on white background

This text has color #4F6B4F on white background.



Black color preview on #4F6B4F background

This text has black color on #4F6B4F background.


White color preview on #4F6B4F background

This text has white color on #4F6B4F background.