COLOR #4F5047

HEX: #4F5047
RGB: (79,80,71)

Color info

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

RGB color model

#4F5047 color RGB value is (79,80,71).

  • red value is 79;
  • green value is 80;
  • blue value is 71.
RGB:
(79,80,71)
(31%,31%,28%)

RGB channels and saturation

R 79 of 255 = 31%
G 80 of 255 = 31%
B 71 of 255 = 28%

79
80
71

R + G + B ~ 30%. #4F5047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 80 + 71 = 230 (100%)
R 79 of 230 ~ 34.35%
G 80 of 230 ~ 34.78%
B 71 of 230 ~ 30.87%

%34.35
%34.78
%30.87

CMYK color model

#4F5047 color CMYK value is (1,0,11,69).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(1,0,11,69)
C1M0Y11K69 
(1%,0%,11%,69%)
(0.01/0.00/0.11/0.69)	

CMYK percentages

%1.25
%0
%11.25
%68.63

Codes

Color #4F5047 in popluar color models

4F5047
RGB798071
HSL67°5.96%29.61%
HSB/HSV67°11.25%31.37%
CMYK1.25%0.00%11.25%
68.63%

Color #4F5047 in popluar number systems.

HEX4F5047
Decimal798071
Binary100111110100001000111
Octal117120107

Shades and tints

Shades of #4F5047

#4F5047
(79,80,71)
#484941
(72,73,65)
#41423B
(65,66,59)
#3A3B35
(58,59,53)
#33342F
(51,52,47)
#2C2D29
(44,45,41)
#252623
(37,38,35)
#1E1F1D
(30,31,29)
#171817
(23,24,23)
#101111
(16,17,17)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #4F5047

#4F5047
(79,80,71)
#5F5F57
(95,95,87)
#6F6E67
(111,110,103)
#7F7D77
(127,125,119)
#8F8C87
(143,140,135)
#9F9B97
(159,155,151)
#AFAAA7
(175,170,167)
#BFB9B7
(191,185,183)
#CFC8C7
(207,200,199)
#DFD7D7
(223,215,215)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5047 color. Also use rgb(79,80,71) instead hex code.

Text Font Color

.myTextColor { color: #4F5047; }

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

This text font color is #4F5047.


Background Color

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

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

This div background color is #4F5047.


Border color

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

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

This div border color is #4F5047.


Opacity

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

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

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

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

This text has shadow with #4F5047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5047 on black background.


Color preview on white background

This text has color #4F5047 on white background.



Black color preview on #4F5047 background

This text has black color on #4F5047 background.


White color preview on #4F5047 background

This text has white color on #4F5047 background.