COLOR #4F554A

HEX: #4F554A RGB: (79,85,74)

Color info

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

RGB color model

#4F554A color RGB value is (79,85,74).

RGB: (79,85,74) (31%, 33%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 85 of 255 = 33%
B 74 of 255 = 29%

79
85
74

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

Portions of RGB colors in percentages

R + G + B = 79 + 85 + 74 = 238 (100%)
R 79 of 238 ~ 33.19%
G 85 of 238 ~ 35.71%
B 74 of 238 ~ 31.09'%

%33.19
%35.71
%31.09

CMYK color model

#4F554A color CMYK value is (7,0,13,67).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 66.67%

CMYK: (7,0,13,67)
C7M0Y13K67 (7%, 0%, 13%, 67%)
(0.07 / 0.00 / 0.13 / 0.67)

CMYK percentages

%7.06
%0
%12.94
%66.67

Codes

Color #4F554A in popluar color models

4F 55 4A
RGB 79 85 74
HSL 93° 6.92% 31.18%
HSB/HSV 93° 12.94% 33.33%
CMYK 7.06% 0.00% 12.94%
66.67%

Color #4F554A in popluar number systems.

HEX 4F 55 4A
Decimal 79 85 74
Binary 1001111 1010101 1001010
Octal 117 125 112

Shades and tints

Shades of #4F554A

#4F554A
(79,85,74)
#484E44
(72,78,68)
#41473E
(65,71,62)
#3A4038
(58,64,56)
#333932
(51,57,50)
#2C322C
(44,50,44)
#252B26
(37,43,38)
#1E2420
(30,36,32)
#171D1A
(23,29,26)
#101614
(16,22,20)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #4F554A

#4F554A
(79,85,74)
#5F645A
(95,100,90)
#6F736A
(111,115,106)
#7F827A
(127,130,122)
#8F918A
(143,145,138)
#9FA09A
(159,160,154)
#AFAFAA
(175,175,170)
#BFBEBA
(191,190,186)
#CFCDCA
(207,205,202)
#DFDCDA
(223,220,218)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F554A; }

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

This text font color is #4F554A.

Background Color

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

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

This div background color is #4F554A.

Border color

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

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

This div border color is #4F554A.

Opacity

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

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

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

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

This text has shadow with #4F554A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F554A.

Preview

Color preview on black background

This text has color #4F554A on black background.


Color preview on white background

This text has color #4F554A on white background.


Black color preview on #4F554A background

This text has black color on #4F554A background.


White color preview on #4F554A background

This text has white color on #4F554A background.


Related colors

Complementary color

Complementary color for #hex is #B0AAB5.


I love getcolorcode.com

Triadic colors

1 #4A4F55 and #554A4F with #4F554A are triadic colors.

2 #4A554F and #554F4A with #4F554A are triadic colors.