COLOR #4D534F

HEX: #4D534F RGB: (77,83,79)

Color info

#4D534F contains red, green and blue colors in about the same proportion. Web safe color of #4D534F is #336666 (or #366).

RGB color model

#4D534F color RGB value is (77,83,79).

RGB: (77,83,79) (30%, 33%, 31%)

RGB channels and saturation

R 77 of 255 = 30%
G 83 of 255 = 33%
B 79 of 255 = 31%

77
83
79

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

Portions of RGB colors in percentages

R + G + B = 77 + 83 + 79 = 239 (100%)
R 77 of 239 ~ 32.22%
G 83 of 239 ~ 34.73%
B 79 of 239 ~ 33.05'%

%32.22
%34.73
%33.05

CMYK color model

#4D534F color CMYK value is (7,0,5,67).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 67.45%

CMYK: (7,0,5,67)
C7M0Y5K67 (7%, 0%, 5%, 67%)
(0.07 / 0.00 / 0.05 / 0.67)

CMYK percentages

%7.23
%0
%4.82
%67.45

Codes

Color #4D534F in popluar color models

4D 53 4F
RGB 77 83 79
HSL 140° 3.75% 31.37%
HSB/HSV 140° 7.23% 32.55%
CMYK 7.23% 0.00% 4.82%
67.45%

Color #4D534F in popluar number systems.

HEX 4D 53 4F
Decimal 77 83 79
Binary 1001101 1010011 1001111
Octal 115 123 117

Shades and tints

Shades of #4D534F

#4D534F
(77,83,79)
#464C48
(70,76,72)
#3F4541
(63,69,65)
#383E3A
(56,62,58)
#313733
(49,55,51)
#2A302C
(42,48,44)
#232925
(35,41,37)
#1C221E
(28,34,30)
#151B17
(21,27,23)
#0E1410
(14,20,16)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #4D534F

#4D534F
(77,83,79)
#5D625F
(93,98,95)
#6D716F
(109,113,111)
#7D807F
(125,128,127)
#8D8F8F
(141,143,143)
#9D9E9F
(157,158,159)
#ADADAF
(173,173,175)
#BDBCBF
(189,188,191)
#CDCBCF
(205,203,207)
#DDDADF
(221,218,223)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D534F; }

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

This text font color is #4D534F.

Background Color

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

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

This div background color is #4D534F.

Border color

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

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

This div border color is #4D534F.

Opacity

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

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

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

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

This text has shadow with #4D534F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D534F.

Preview

Color preview on black background

This text has color #4D534F on black background.


Color preview on white background

This text has color #4D534F on white background.


Black color preview on #4D534F background

This text has black color on #4D534F background.


White color preview on #4D534F background

This text has white color on #4D534F background.


Related colors

Complementary color

Complementary color for #hex is #B2ACB0.


I love getcolorcode.com

Triadic colors

1 #4F4D53 and #534F4D with #4D534F are triadic colors.

2 #4F534D and #534D4F with #4D534F are triadic colors.