COLOR #4F684D

HEX: #4F684D
RGB: (79,104,77)

Color info

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

RGB color model

#4F684D color RGB value is (79,104,77).

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

RGB channels and saturation

R 79 of 255 = 31%
G 104 of 255 = 41%
B 77 of 255 = 30%

79
104
77

R + G + B ~ 34%. #4F684D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 104 + 77 = 260 (100%)
R 79 of 260 ~ 30.38%
G 104 of 260 ~ 40%
B 77 of 260 ~ 29.62%

%30.38
%40
%29.62

CMYK color model

#4F684D color CMYK value is (24,0,26,59).

  • cyan value is 24.04%
  • magenta value is 0.00%
  • yellow value is 25.96%
  • key color value is 59.22%
CMYK:
(24,0,26,59)
C24M0Y26K59 
(24%,0%,26%,59%)
(0.24/0.00/0.26/0.59)	

CMYK percentages

%24.04
%0
%25.96
%59.22

Codes

Color #4F684D in popluar color models

4F684D
RGB7910477
HSL116°14.92%35.49%
HSB/HSV116°25.96%40.78%
CMYK24.04%0.00%25.96%
59.22%

Color #4F684D in popluar number systems.

HEX4F684D
Decimal7910477
Binary100111111010001001101
Octal117150115

Shades and tints

Shades of #4F684D

#4F684D
(79,104,77)
#485F46
(72,95,70)
#41563F
(65,86,63)
#3A4D38
(58,77,56)
#334431
(51,68,49)
#2C3B2A
(44,59,42)
#253223
(37,50,35)
#1E291C
(30,41,28)
#172015
(23,32,21)
#10170E
(16,23,14)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #4F684D

#4F684D
(79,104,77)
#5F755D
(95,117,93)
#6F826D
(111,130,109)
#7F8F7D
(127,143,125)
#8F9C8D
(143,156,141)
#9FA99D
(159,169,157)
#AFB6AD
(175,182,173)
#BFC3BD
(191,195,189)
#CFD0CD
(207,208,205)
#DFDDDD
(223,221,221)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F684D; }

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

This text font color is #4F684D.


Background Color

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

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

This div background color is #4F684D.


Border color

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

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

This div border color is #4F684D.


Opacity

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

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

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

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

This text has shadow with #4F684D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F684D on black background.


Color preview on white background

This text has color #4F684D on white background.



Black color preview on #4F684D background

This text has black color on #4F684D background.


White color preview on #4F684D background

This text has white color on #4F684D background.