COLOR #4D4E53

HEX: #4D4E53
RGB: (77,78,83)

Renk bilgisi

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

RGB renk modeli

#4D4E53 color RGB value is (77,78,83).

  • kırmız ton 77;
  • yeşil ton 78;
  • mavi ton 83.
RGB:
(77,78,83)
(30%,31%,33%)

RGB bağlantıları ve doygunluk

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

77
78
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 78 + 83 = 238 (100%)
R 77 of 238 ~ 32.35%
G 78 of 238 ~ 32.77%
B 83 of 238 ~ 34.87%

%32.35
%32.77
%34.87

CMYK RENK MODELİ

#4D4E53 rengi CMYK tonu (7,6,0,67).

  • camgöbeği tonu 7.23%
  • eflatun tonu 6.02%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(7,6,0,67)
C7M6Y0K67 
(7%,6%,0%,67%)
(0.07/0.06/0.00/0.67)	

CMYK yüzdeleri

%7.23
%6.02
%0
%67.45

Codes

Color #4D4E53 in popluar color models

4D4E53
RGB777883
HSL230°3.75%31.37%
HSB/HSV230°7.23%32.55%
CMYK7.23%6.02%0.00%
67.45%

Color #4D4E53 in popluar number systems.

HEX4D4E53
Decimal777883
Binary100110110011101010011
Octal115116123

Shades and tints

Shades of #4D4E53

#4D4E53
(77,78,83)
#46474C
(70,71,76)
#3F4045
(63,64,69)
#38393E
(56,57,62)
#313237
(49,50,55)
#2A2B30
(42,43,48)
#232429
(35,36,41)
#1C1D22
(28,29,34)
#15161B
(21,22,27)
#0E0F14
(14,15,20)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #4D4E53

#4D4E53
(77,78,83)
#5D5E62
(93,94,98)
#6D6E71
(109,110,113)
#7D7E80
(125,126,128)
#8D8E8F
(141,142,143)
#9D9E9E
(157,158,158)
#ADAEAD
(173,174,173)
#BDBEBC
(189,190,188)
#CDCECB
(205,206,203)
#DDDEDA
(221,222,218)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4E53; }

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

This text font color is #4D4E53.


Background Color

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

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

This div background color is #4D4E53.


Border color

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

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

This div border color is #4D4E53.


Opacity

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

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

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

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

This text has shadow with #4D4E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4E53 on black background.


Color preview on white background

This text has color #4D4E53 on white background.



Black color preview on #4D4E53 background

This text has black color on #4D4E53 background.


White color preview on #4D4E53 background

This text has white color on #4D4E53 background.