COLOR #4F584D

HEX: #4F584D RGB: (79,88,77)

Color info

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

RGB color model

#4F584D color RGB value is (79,88,77).

RGB: (79,88,77) (31%, 35%, 30%)

RGB channels and saturation

R 79 of 255 = 31%
G 88 of 255 = 35%
B 77 of 255 = 30%

79
88
77

R + G + B ~ 32%. #4F584D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 88 + 77 = 244 (100%)
R 79 of 244 ~ 32.38%
G 88 of 244 ~ 36.07%
B 77 of 244 ~ 31.56'%

%32.38
%36.07
%31.56

CMYK color model

#4F584D color CMYK value is (10,0,13,65).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 65.49%

CMYK: (10,0,13,65)
C10M0Y13K65 (10%, 0%, 13%, 65%)
(0.10 / 0.00 / 0.13 / 0.65)

CMYK percentages

%10.23
%0
%12.5
%65.49

Codes

Color #4F584D in popluar color models

4F 58 4D
RGB 79 88 77
HSL 109° 6.67% 32.35%
HSB/HSV 109° 12.50% 34.51%
CMYK 10.23% 0.00% 12.50%
65.49%

Color #4F584D in popluar number systems.

HEX 4F 58 4D
Decimal 79 88 77
Binary 1001111 1011000 1001101
Octal 117 130 115

Shades and tints

Shades of #4F584D

#4F584D
(79,88,77)
#485046
(72,80,70)
#41483F
(65,72,63)
#3A4038
(58,64,56)
#333831
(51,56,49)
#2C302A
(44,48,42)
#252823
(37,40,35)
#1E201C
(30,32,28)
#171815
(23,24,21)
#10100E
(16,16,14)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #4F584D

#4F584D
(79,88,77)
#5F675D
(95,103,93)
#6F766D
(111,118,109)
#7F857D
(127,133,125)
#8F948D
(143,148,141)
#9FA39D
(159,163,157)
#AFB2AD
(175,178,173)
#BFC1BD
(191,193,189)
#CFD0CD
(207,208,205)
#DFDFDD
(223,223,221)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F584D; }

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

This text font color is #4F584D.

Background Color

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

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

This div background color is #4F584D.

Border color

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

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

This div border color is #4F584D.

Opacity

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

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

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

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

This text has shadow with #4F584D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F584D.

Preview

Color preview on black background

This text has color #4F584D on black background.


Color preview on white background

This text has color #4F584D on white background.


Black color preview on #4F584D background

This text has black color on #4F584D background.


White color preview on #4F584D background

This text has white color on #4F584D background.


Related colors

Complementary color

Complementary color for #hex is #B0A7B2.


I love getcolorcode.com

Triadic colors

1 #4D4F58 and #584D4F with #4F584D are triadic colors.

2 #4D584F and #584F4D with #4F584D are triadic colors.