COLOR #4D4F57

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

77
79
87

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

Yüzdelerle RGB renk parçaları

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

%31.69
%32.51
%35.8

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%11.49
%9.2
%0
%65.88

Codes

Color #4D4F57 in popluar color models

4D4F57
RGB777987
HSL228°6.10%32.16%
HSB/HSV228°11.49%34.12%
CMYK11.49%9.20%0.00%
65.88%

Color #4D4F57 in popluar number systems.

HEX4D4F57
Decimal777987
Binary100110110011111010111
Octal115117127

Shades and tints

Shades of #4D4F57

#4D4F57
(77,79,87)
#464850
(70,72,80)
#3F4149
(63,65,73)
#383A42
(56,58,66)
#31333B
(49,51,59)
#2A2C34
(42,44,52)
#23252D
(35,37,45)
#1C1E26
(28,30,38)
#15171F
(21,23,31)
#0E1018
(14,16,24)
#070911
(7,9,17)
#000000
(0,0,0)

Tints of #4D4F57

#4D4F57
(77,79,87)
#5D5F66
(93,95,102)
#6D6F75
(109,111,117)
#7D7F84
(125,127,132)
#8D8F93
(141,143,147)
#9D9FA2
(157,159,162)
#ADAFB1
(173,175,177)
#BDBFC0
(189,191,192)
#CDCFCF
(205,207,207)
#DDDFDE
(221,223,222)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4F57; }

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

This text font color is #4D4F57.


Background Color

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

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

This div background color is #4D4F57.


Border color

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

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

This div border color is #4D4F57.


Opacity

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

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

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

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

This text has shadow with #4D4F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4F57 on black background.


Color preview on white background

This text has color #4D4F57 on white background.



Black color preview on #4D4F57 background

This text has black color on #4D4F57 background.


White color preview on #4D4F57 background

This text has white color on #4D4F57 background.