COLOR #4F4F47

HEX: #4F4F47 RGB: (79,79,71)

Color info

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

RGB color model

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

RGB: (79,79,71) (31%, 31%, 28%)

RGB channels and saturation

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

79
79
71

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

Portions of RGB colors in percentages

R + G + B = 79 + 79 + 71 = 229 (100%)
R 79 of 229 ~ 34.5%
G 79 of 229 ~ 34.5%
B 71 of 229 ~ 31'%

%34.5
%34.5
%31

CMYK color model

#4F4F47 color CMYK value is (0,0,10,69).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 69.02%
CMYK: (0,0,10,69) C0M0Y10K69 (0%,0%,10%,69%) (0.00/0.00/0.10/0.69) 

CMYK percentages

%0
%0
%10.13
%69.02

Codes

Color #4F4F47 in popluar color models

4F 4F 47
RGB 79 79 71
HSL 60° 5.33% 29.41%
HSB/HSV 60° 10.13% 30.98%
CMYK 0.00% 0.00% 10.13%
69.02%

Color #4F4F47 in popluar number systems.

HEX 4F 4F 47
Decimal 79 79 71
Binary 1001111 1001111 1000111
Octal 117 117 107

Shades and tints

Shades of #4F4F47

#4F4F47
(79,79,71)
#484841
(72,72,65)
#41413B
(65,65,59)
#3A3A35
(58,58,53)
#33332F
(51,51,47)
#2C2C29
(44,44,41)
#252523
(37,37,35)
#1E1E1D
(30,30,29)
#171717
(23,23,23)
#101011
(16,16,17)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #4F4F47

#4F4F47
(79,79,71)
#5F5F57
(95,95,87)
#6F6F67
(111,111,103)
#7F7F77
(127,127,119)
#8F8F87
(143,143,135)
#9F9F97
(159,159,151)
#AFAFA7
(175,175,167)
#BFBFB7
(191,191,183)
#CFCFC7
(207,207,199)
#DFDFD7
(223,223,215)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4F47; }

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

This text font color is #4F4F47.

Background Color

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

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

This div background color is #4F4F47.

Border color

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

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

This div border color is #4F4F47.

Opacity

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

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

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

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

This text has shadow with #4F4F47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4F47.

Preview

Color preview on black background

This text has color #4F4F47 on black background.


Color preview on white background

This text has color #4F4F47 on white background.


Black color preview on #4F4F47 background

This text has black color on #4F4F47 background.


White color preview on #4F4F47 background

This text has white color on #4F4F47 background.


Related colors

Complementary color

Complementary color for #hex is #B0B0B8.


I love getcolorcode.com