COLOR #4D574F

HEX: #4D574F
RGB: (77,87,79)

Renk bilgisi

#4D574F contains red, green and blue colors in about the same proportion. #4D574F ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4D574F color RGB value is (77,87,79).

  • kırmız ton 77;
  • yeşil ton 87;
  • mavi ton 79.
RGB:
(77,87,79)
(30%,34%,31%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 87 of 255 = 34%
B 79 of 255 = 31%

77
87
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 87 + 79 = 243 (100%)
R 77 of 243 ~ 31.69%
G 87 of 243 ~ 35.8%
B 79 of 243 ~ 32.51%

%31.69
%35.8
%32.51

CMYK RENK MODELİ

#4D574F rengi CMYK tonu (11,0,9,66).

  • camgöbeği tonu 11.49%
  • eflatun tonu 0.00%
  • sarı tonu 9.20%
  • ana renk tonu 65.88%
CMYK:
(11,0,9,66)
C11M0Y9K66 
(11%,0%,9%,66%)
(0.11/0.00/0.09/0.66)	

CMYK yüzdeleri

%11.49
%0
%9.2
%65.88

Codes

Color #4D574F in popluar color models

4D574F
RGB778779
HSL132°6.10%32.16%
HSB/HSV132°11.49%34.12%
CMYK11.49%0.00%9.20%
65.88%

Color #4D574F in popluar number systems.

HEX4D574F
Decimal778779
Binary100110110101111001111
Octal115127117

Shades and tints

Shades of #4D574F

#4D574F
(77,87,79)
#465048
(70,80,72)
#3F4941
(63,73,65)
#38423A
(56,66,58)
#313B33
(49,59,51)
#2A342C
(42,52,44)
#232D25
(35,45,37)
#1C261E
(28,38,30)
#151F17
(21,31,23)
#0E1810
(14,24,16)
#071109
(7,17,9)
#000000
(0,0,0)

Tints of #4D574F

#4D574F
(77,87,79)
#5D665F
(93,102,95)
#6D756F
(109,117,111)
#7D847F
(125,132,127)
#8D938F
(141,147,143)
#9DA29F
(157,162,159)
#ADB1AF
(173,177,175)
#BDC0BF
(189,192,191)
#CDCFCF
(205,207,207)
#DDDEDF
(221,222,223)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D574F; }

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

This text font color is #4D574F.


Background Color

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

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

This div background color is #4D574F.


Border color

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

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

This div border color is #4D574F.


Opacity

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

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

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

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

This text has shadow with #4D574F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D574F on black background.


Color preview on white background

This text has color #4D574F on white background.



Black color preview on #4D574F background

This text has black color on #4D574F background.


White color preview on #4D574F background

This text has white color on #4D574F background.