COLOR #4F4744

HEX: #4F4744 RGB: (79,71,68)

Color info

#4F4744 contains red, green and blue colors in about the same proportion. Web safe color of #4F4744 is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

79
71
68

R + G + B ~ 29%. #4F4744 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 71 + 68 = 218 (100%)
R 79 of 218 ~ 36.24%
G 71 of 218 ~ 32.57%
B 68 of 218 ~ 31.19'%

%36.24
%32.57
%31.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 13.92%
  • key color value is 69.02%

CMYK: (0,10,14,69)
C0M10Y14K69 (0%, 10%, 14%, 69%)
(0.00 / 0.10 / 0.14 / 0.69)

CMYK percentages

%0
%10.13
%13.92
%69.02

Codes

Color #4F4744 in popluar color models

4F 47 44
RGB 79 71 68
HSL 16° 7.48% 28.82%
HSB/HSV 16° 13.92% 30.98%
CMYK 0.00% 10.13% 13.92%
69.02%

Color #4F4744 in popluar number systems.

HEX 4F 47 44
Decimal 79 71 68
Binary 1001111 1000111 1000100
Octal 117 107 104

Shades and tints

Shades of #4F4744

#4F4744
(79,71,68)
#48413E
(72,65,62)
#413B38
(65,59,56)
#3A3532
(58,53,50)
#332F2C
(51,47,44)
#2C2926
(44,41,38)
#252320
(37,35,32)
#1E1D1A
(30,29,26)
#171714
(23,23,20)
#10110E
(16,17,14)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #4F4744

#4F4744
(79,71,68)
#5F5755
(95,87,85)
#6F6766
(111,103,102)
#7F7777
(127,119,119)
#8F8788
(143,135,136)
#9F9799
(159,151,153)
#AFA7AA
(175,167,170)
#BFB7BB
(191,183,187)
#CFC7CC
(207,199,204)
#DFD7DD
(223,215,221)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4744; }

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

This text font color is #4F4744.

Background Color

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

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

This div background color is #4F4744.

Border color

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

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

This div border color is #4F4744.

Opacity

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

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

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

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

This text has shadow with #4F4744 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4744.

Preview

Color preview on black background

This text has color #4F4744 on black background.


Color preview on white background

This text has color #4F4744 on white background.


Black color preview on #4F4744 background

This text has black color on #4F4744 background.


White color preview on #4F4744 background

This text has white color on #4F4744 background.


Related colors

Complementary color

Complementary color for #hex is #B0B8BB.


I love getcolorcode.com

Triadic colors

1 #444F47 and #47444F with #4F4744 are triadic colors.

2 #44474F and #474F44 with #4F4744 are triadic colors.