COLOR #4F514D

HEX: #4F514D
RGB: (79,81,77)

Color info

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

RGB color model

#4F514D color RGB value is (79,81,77).

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

RGB channels and saturation

R 79 of 255 = 31%
G 81 of 255 = 32%
B 77 of 255 = 30%

79
81
77

R + G + B ~ 31%. #4F514D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 81 + 77 = 237 (100%)
R 79 of 237 ~ 33.33%
G 81 of 237 ~ 34.18%
B 77 of 237 ~ 32.49%

%33.33
%34.18
%32.49

CMYK color model

#4F514D color CMYK value is (2,0,5,68).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK:
(2,0,5,68)
C2M0Y5K68 
(2%,0%,5%,68%)
(0.02/0.00/0.05/0.68)	

CMYK percentages

%2.47
%0
%4.94
%68.24

Codes

Color #4F514D in popluar color models

4F514D
RGB798177
HSL90°2.53%30.98%
HSB/HSV90°4.94%31.76%
CMYK2.47%0.00%4.94%
68.24%

Color #4F514D in popluar number systems.

HEX4F514D
Decimal798177
Binary100111110100011001101
Octal117121115

Shades and tints

Shades of #4F514D

#4F514D
(79,81,77)
#484A46
(72,74,70)
#41433F
(65,67,63)
#3A3C38
(58,60,56)
#333531
(51,53,49)
#2C2E2A
(44,46,42)
#252723
(37,39,35)
#1E201C
(30,32,28)
#171915
(23,25,21)
#10120E
(16,18,14)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #4F514D

#4F514D
(79,81,77)
#5F605D
(95,96,93)
#6F6F6D
(111,111,109)
#7F7E7D
(127,126,125)
#8F8D8D
(143,141,141)
#9F9C9D
(159,156,157)
#AFABAD
(175,171,173)
#BFBABD
(191,186,189)
#CFC9CD
(207,201,205)
#DFD8DD
(223,216,221)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F514D; }

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

This text font color is #4F514D.


Background Color

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

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

This div background color is #4F514D.


Border color

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

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

This div border color is #4F514D.


Opacity

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

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

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

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

This text has shadow with #4F514D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F514D on black background.


Color preview on white background

This text has color #4F514D on white background.



Black color preview on #4F514D background

This text has black color on #4F514D background.


White color preview on #4F514D background

This text has white color on #4F514D background.