COLOR #4F5744

HEX: #4F5744 RGB: (79,87,68)

Color info

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

RGB color model

#4F5744 color RGB value is (79,87,68).

RGB: (79,87,68) (31%, 34%, 27%)

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 68 of 255 = 27%

79
87
68

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

Portions of RGB colors in percentages

R + G + B = 79 + 87 + 68 = 234 (100%)
R 79 of 234 ~ 33.76%
G 87 of 234 ~ 37.18%
B 68 of 234 ~ 29.06'%

%33.76
%37.18
%29.06

CMYK color model

#4F5744 color CMYK value is (9,0,22,66).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 21.84%
  • key color value is 65.88%

CMYK: (9,0,22,66)
C9M0Y22K66 (9%, 0%, 22%, 66%)
(0.09 / 0.00 / 0.22 / 0.66)

CMYK percentages

%9.2
%0
%21.84
%65.88

Codes

Color #4F5744 in popluar color models

4F 57 44
RGB 79 87 68
HSL 85° 12.26% 30.39%
HSB/HSV 85° 21.84% 34.12%
CMYK 9.20% 0.00% 21.84%
65.88%

Color #4F5744 in popluar number systems.

HEX 4F 57 44
Decimal 79 87 68
Binary 1001111 1010111 1000100
Octal 117 127 104

Shades and tints

Shades of #4F5744

#4F5744
(79,87,68)
#48503E
(72,80,62)
#414938
(65,73,56)
#3A4232
(58,66,50)
#333B2C
(51,59,44)
#2C3426
(44,52,38)
#252D20
(37,45,32)
#1E261A
(30,38,26)
#171F14
(23,31,20)
#10180E
(16,24,14)
#091108
(9,17,8)
#000000
(0,0,0)

Tints of #4F5744

#4F5744
(79,87,68)
#5F6655
(95,102,85)
#6F7566
(111,117,102)
#7F8477
(127,132,119)
#8F9388
(143,147,136)
#9FA299
(159,162,153)
#AFB1AA
(175,177,170)
#BFC0BB
(191,192,187)
#CFCFCC
(207,207,204)
#DFDEDD
(223,222,221)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5744; }

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

This text font color is #4F5744.

Background Color

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

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

This div background color is #4F5744.

Border color

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

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

This div border color is #4F5744.

Opacity

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

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

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

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

This text has shadow with #4F5744 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5744.

Preview

Color preview on black background

This text has color #4F5744 on black background.


Color preview on white background

This text has color #4F5744 on white background.


Black color preview on #4F5744 background

This text has black color on #4F5744 background.


White color preview on #4F5744 background

This text has white color on #4F5744 background.


Related colors

Complementary color

Complementary color for #hex is #B0A8BB.


I love getcolorcode.com

Triadic colors

1 #444F57 and #57444F with #4F5744 are triadic colors.

2 #44574F and #574F44 with #4F5744 are triadic colors.