COLOR #4F684E

HEX: #4F684E
RGB: (79,104,78)

Color info

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

RGB color model

#4F684E color RGB value is (79,104,78).

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

RGB channels and saturation

R 79 of 255 = 31%
G 104 of 255 = 41%
B 78 of 255 = 31%

79
104
78

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

Portions of RGB colors in percentages

R + G + B =
79 + 104 + 78 = 261 (100%)
R 79 of 261 ~ 30.27%
G 104 of 261 ~ 39.85%
B 78 of 261 ~ 29.89%

%30.27
%39.85
%29.89

CMYK color model

#4F684E color CMYK value is (24,0,25,59).

  • cyan value is 24.04%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 59.22%
CMYK:
(24,0,25,59)
C24M0Y25K59 
(24%,0%,25%,59%)
(0.24/0.00/0.25/0.59)	

CMYK percentages

%24.04
%0
%25
%59.22

Codes

Color #4F684E in popluar color models

4F684E
RGB7910478
HSL118°14.29%35.69%
HSB/HSV118°25.00%40.78%
CMYK24.04%0.00%25.00%
59.22%

Color #4F684E in popluar number systems.

HEX4F684E
Decimal7910478
Binary100111111010001001110
Octal117150116

Shades and tints

Shades of #4F684E

#4F684E
(79,104,78)
#485F47
(72,95,71)
#415640
(65,86,64)
#3A4D39
(58,77,57)
#334432
(51,68,50)
#2C3B2B
(44,59,43)
#253224
(37,50,36)
#1E291D
(30,41,29)
#172016
(23,32,22)
#10170F
(16,23,15)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #4F684E

#4F684E
(79,104,78)
#5F755E
(95,117,94)
#6F826E
(111,130,110)
#7F8F7E
(127,143,126)
#8F9C8E
(143,156,142)
#9FA99E
(159,169,158)
#AFB6AE
(175,182,174)
#BFC3BE
(191,195,190)
#CFD0CE
(207,208,206)
#DFDDDE
(223,221,222)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F684E; }

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

This text font color is #4F684E.


Background Color

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

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

This div background color is #4F684E.


Border color

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

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

This div border color is #4F684E.


Opacity

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

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

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

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

This text has shadow with #4F684E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F684E on black background.


Color preview on white background

This text has color #4F684E on white background.



Black color preview on #4F684E background

This text has black color on #4F684E background.


White color preview on #4F684E background

This text has white color on #4F684E background.