COLOR #4F574A

HEX: #4F574A
RGB: (79,87,74)

Color info

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

RGB color model

#4F574A color RGB value is (79,87,74).

  • red value is 79;
  • green value is 87;
  • blue value is 74.
RGB:
(79,87,74)
(31%,34%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 74 of 255 = 29%

79
87
74

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

Portions of RGB colors in percentages

R + G + B =
79 + 87 + 74 = 240 (100%)
R 79 of 240 ~ 32.92%
G 87 of 240 ~ 36.25%
B 74 of 240 ~ 30.83%

%32.92
%36.25
%30.83

CMYK color model

#4F574A color CMYK value is (9,0,15,66).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 65.88%
CMYK:
(9,0,15,66)
C9M0Y15K66 
(9%,0%,15%,66%)
(0.09/0.00/0.15/0.66)	

CMYK percentages

%9.2
%0
%14.94
%65.88

Codes

Color #4F574A in popluar color models

4F574A
RGB798774
HSL97°8.07%31.57%
HSB/HSV97°14.94%34.12%
CMYK9.20%0.00%14.94%
65.88%

Color #4F574A in popluar number systems.

HEX4F574A
Decimal798774
Binary100111110101111001010
Octal117127112

Shades and tints

Shades of #4F574A

#4F574A
(79,87,74)
#485044
(72,80,68)
#41493E
(65,73,62)
#3A4238
(58,66,56)
#333B32
(51,59,50)
#2C342C
(44,52,44)
#252D26
(37,45,38)
#1E2620
(30,38,32)
#171F1A
(23,31,26)
#101814
(16,24,20)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #4F574A

#4F574A
(79,87,74)
#5F665A
(95,102,90)
#6F756A
(111,117,106)
#7F847A
(127,132,122)
#8F938A
(143,147,138)
#9FA29A
(159,162,154)
#AFB1AA
(175,177,170)
#BFC0BA
(191,192,186)
#CFCFCA
(207,207,202)
#DFDEDA
(223,222,218)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F574A; }

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

This text font color is #4F574A.


Background Color

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

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

This div background color is #4F574A.


Border color

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

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

This div border color is #4F574A.


Opacity

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

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

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

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

This text has shadow with #4F574A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F574A on black background.


Color preview on white background

This text has color #4F574A on white background.



Black color preview on #4F574A background

This text has black color on #4F574A background.


White color preview on #4F574A background

This text has white color on #4F574A background.