COLOR #4F6F4F

HEX: #4F6F4F
RGB: (79,111,79)

Color info

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

RGB color model

#4F6F4F color RGB value is (79,111,79).

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

RGB channels and saturation

R 79 of 255 = 31%
G 111 of 255 = 44%
B 79 of 255 = 31%

79
111
79

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

Portions of RGB colors in percentages

R + G + B =
79 + 111 + 79 = 269 (100%)
R 79 of 269 ~ 29.37%
G 111 of 269 ~ 41.26%
B 79 of 269 ~ 29.37%

%29.37
%41.26
%29.37

CMYK color model

#4F6F4F color CMYK value is (29,0,29,56).

  • cyan value is 28.83%
  • magenta value is 0.00%
  • yellow value is 28.83%
  • key color value is 56.47%
CMYK:
(29,0,29,56)
C29M0Y29K56 
(29%,0%,29%,56%)
(0.29/0.00/0.29/0.56)	

CMYK percentages

%28.83
%0
%28.83
%56.47

Codes

Color #4F6F4F in popluar color models

4F6F4F
RGB7911179
HSL120°16.84%37.25%
HSB/HSV120°28.83%43.53%
CMYK28.83%0.00%28.83%
56.47%

Color #4F6F4F in popluar number systems.

HEX4F6F4F
Decimal7911179
Binary100111111011111001111
Octal117157117

Shades and tints

Shades of #4F6F4F

#4F6F4F
(79,111,79)
#486548
(72,101,72)
#415B41
(65,91,65)
#3A513A
(58,81,58)
#334733
(51,71,51)
#2C3D2C
(44,61,44)
#253325
(37,51,37)
#1E291E
(30,41,30)
#171F17
(23,31,23)
#101510
(16,21,16)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #4F6F4F

#4F6F4F
(79,111,79)
#5F7C5F
(95,124,95)
#6F896F
(111,137,111)
#7F967F
(127,150,127)
#8FA38F
(143,163,143)
#9FB09F
(159,176,159)
#AFBDAF
(175,189,175)
#BFCABF
(191,202,191)
#CFD7CF
(207,215,207)
#DFE4DF
(223,228,223)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6F4F; }

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

This text font color is #4F6F4F.


Background Color

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

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

This div background color is #4F6F4F.


Border color

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

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

This div border color is #4F6F4F.


Opacity

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

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

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

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

This text has shadow with #4F6F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6F4F on black background.


Color preview on white background

This text has color #4F6F4F on white background.



Black color preview on #4F6F4F background

This text has black color on #4F6F4F background.


White color preview on #4F6F4F background

This text has white color on #4F6F4F background.