COLOR #4D5057

HEX: #4D5057
RGB: (77,80,87)

Renk bilgisi

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

RGB renk modeli

#4D5057 color RGB value is (77,80,87).

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

RGB bağlantıları ve doygunluk

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

77
80
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 80 + 87 = 244 (100%)
R 77 of 244 ~ 31.56%
G 80 of 244 ~ 32.79%
B 87 of 244 ~ 35.66%

%31.56
%32.79
%35.66

CMYK RENK MODELİ

#4D5057 rengi CMYK tonu (11,8,0,66).

  • camgöbeği tonu 11.49%
  • eflatun tonu 8.05%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(11,8,0,66)
C11M8Y0K66 
(11%,8%,0%,66%)
(0.11/0.08/0.00/0.66)	

CMYK yüzdeleri

%11.49
%8.05
%0
%65.88

Codes

Color #4D5057 in popluar color models

4D5057
RGB778087
HSL222°6.10%32.16%
HSB/HSV222°11.49%34.12%
CMYK11.49%8.05%0.00%
65.88%

Color #4D5057 in popluar number systems.

HEX4D5057
Decimal778087
Binary100110110100001010111
Octal115120127

Shades and tints

Shades of #4D5057

#4D5057
(77,80,87)
#464950
(70,73,80)
#3F4249
(63,66,73)
#383B42
(56,59,66)
#31343B
(49,52,59)
#2A2D34
(42,45,52)
#23262D
(35,38,45)
#1C1F26
(28,31,38)
#15181F
(21,24,31)
#0E1118
(14,17,24)
#070A11
(7,10,17)
#000000
(0,0,0)

Tints of #4D5057

#4D5057
(77,80,87)
#5D5F66
(93,95,102)
#6D6E75
(109,110,117)
#7D7D84
(125,125,132)
#8D8C93
(141,140,147)
#9D9BA2
(157,155,162)
#ADAAB1
(173,170,177)
#BDB9C0
(189,185,192)
#CDC8CF
(205,200,207)
#DDD7DE
(221,215,222)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5057; }

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

This text font color is #4D5057.


Background Color

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

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

This div background color is #4D5057.


Border color

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

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

This div border color is #4D5057.


Opacity

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

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

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

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

This text has shadow with #4D5057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5057 on black background.


Color preview on white background

This text has color #4D5057 on white background.



Black color preview on #4D5057 background

This text has black color on #4D5057 background.


White color preview on #4D5057 background

This text has white color on #4D5057 background.