COLOR #4D4E48

HEX: #4D4E48
RGB: (77,78,72)

Renk bilgisi

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

RGB renk modeli

#4D4E48 color RGB value is (77,78,72).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 78 of 255 = 31%
B 72 of 255 = 28%

77
78
72

R + G + B ~ 30%. #4D4E48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 78 + 72 = 227 (100%)
R 77 of 227 ~ 33.92%
G 78 of 227 ~ 34.36%
B 72 of 227 ~ 31.72%

%33.92
%34.36
%31.72

CMYK RENK MODELİ

#4D4E48 rengi CMYK tonu (1,0,8,69).

  • camgöbeği tonu 1.28%
  • eflatun tonu 0.00%
  • sarı tonu 7.69%
  • ana renk tonu 69.41%
CMYK:
(1,0,8,69)
C1M0Y8K69 
(1%,0%,8%,69%)
(0.01/0.00/0.08/0.69)	

CMYK yüzdeleri

%1.28
%0
%7.69
%69.41

Codes

Color #4D4E48 in popluar color models

4D4E48
RGB777872
HSL70°4.00%29.41%
HSB/HSV70°7.69%30.59%
CMYK1.28%0.00%7.69%
69.41%

Color #4D4E48 in popluar number systems.

HEX4D4E48
Decimal777872
Binary100110110011101001000
Octal115116110

Shades and tints

Shades of #4D4E48

#4D4E48
(77,78,72)
#464742
(70,71,66)
#3F403C
(63,64,60)
#383936
(56,57,54)
#313230
(49,50,48)
#2A2B2A
(42,43,42)
#232424
(35,36,36)
#1C1D1E
(28,29,30)
#151618
(21,22,24)
#0E0F12
(14,15,18)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D4E48

#4D4E48
(77,78,72)
#5D5E58
(93,94,88)
#6D6E68
(109,110,104)
#7D7E78
(125,126,120)
#8D8E88
(141,142,136)
#9D9E98
(157,158,152)
#ADAEA8
(173,174,168)
#BDBEB8
(189,190,184)
#CDCEC8
(205,206,200)
#DDDED8
(221,222,216)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4E48; }

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

This text font color is #4D4E48.


Background Color

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

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

This div background color is #4D4E48.


Border color

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

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

This div border color is #4D4E48.


Opacity

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

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

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

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

This text has shadow with #4D4E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4E48 on black background.


Color preview on white background

This text has color #4D4E48 on white background.



Black color preview on #4D4E48 background

This text has black color on #4D4E48 background.


White color preview on #4D4E48 background

This text has white color on #4D4E48 background.