COLOR #4F6F4D

HEX: #4F6F4D
RGB: (79,111,77)

Color info

#4F6F4D contains red, green and blue colors in about the same proportion. Web safe color of #4F6F4D is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

79
111
77

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

Portions of RGB colors in percentages

R + G + B =
79 + 111 + 77 = 267 (100%)
R 79 of 267 ~ 29.59%
G 111 of 267 ~ 41.57%
B 77 of 267 ~ 28.84%

%29.59
%41.57
%28.84

CMYK color model

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

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

CMYK percentages

%28.83
%0
%30.63
%56.47

Codes

Color #4F6F4D in popluar color models

4F6F4D
RGB7911177
HSL116°18.09%36.86%
HSB/HSV116°30.63%43.53%
CMYK28.83%0.00%30.63%
56.47%

Color #4F6F4D in popluar number systems.

HEX4F6F4D
Decimal7911177
Binary100111111011111001101
Octal117157115

Shades and tints

Shades of #4F6F4D

#4F6F4D
(79,111,77)
#486546
(72,101,70)
#415B3F
(65,91,63)
#3A5138
(58,81,56)
#334731
(51,71,49)
#2C3D2A
(44,61,42)
#253323
(37,51,35)
#1E291C
(30,41,28)
#171F15
(23,31,21)
#10150E
(16,21,14)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #4F6F4D

#4F6F4D
(79,111,77)
#5F7C5D
(95,124,93)
#6F896D
(111,137,109)
#7F967D
(127,150,125)
#8FA38D
(143,163,141)
#9FB09D
(159,176,157)
#AFBDAD
(175,189,173)
#BFCABD
(191,202,189)
#CFD7CD
(207,215,205)
#DFE4DD
(223,228,221)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6F4D; }

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

This text font color is #4F6F4D.


Background Color

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

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

This div background color is #4F6F4D.


Border color

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

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

This div border color is #4F6F4D.


Opacity

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

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

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

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

This text has shadow with #4F6F4D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4F6F4D on black background.


Color preview on white background

This text has color #4F6F4D on white background.



Black color preview on #4F6F4D background

This text has black color on #4F6F4D background.


White color preview on #4F6F4D background

This text has white color on #4F6F4D background.