COLOR #4D484D

HEX: #4D484D
RGB: (77,72,77)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

77
72
77

R + G + B ~ 29%. #4D484D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 72 + 77 = 226 (100%)
R 77 of 226 ~ 34.07%
G 72 of 226 ~ 31.86%
B 77 of 226 ~ 34.07%

%34.07
%31.86
%34.07

CMYK RENK MODELİ

#4D484D rengi CMYK tonu (0,6,0,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.49%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(0,6,0,70)
C0M6Y0K70 
(0%,6%,0%,70%)
(0.00/0.06/0.00/0.70)	

CMYK yüzdeleri

%0
%6.49
%0
%69.8

Codes

Color #4D484D in popluar color models

4D484D
RGB777277
HSL300°3.36%29.22%
HSB/HSV300°6.49%30.20%
CMYK0.00%6.49%0.00%
69.80%

Color #4D484D in popluar number systems.

HEX4D484D
Decimal777277
Binary100110110010001001101
Octal115110115

Shades and tints

Shades of #4D484D

#4D484D
(77,72,77)
#464246
(70,66,70)
#3F3C3F
(63,60,63)
#383638
(56,54,56)
#313031
(49,48,49)
#2A2A2A
(42,42,42)
#232423
(35,36,35)
#1C1E1C
(28,30,28)
#151815
(21,24,21)
#0E120E
(14,18,14)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #4D484D

#4D484D
(77,72,77)
#5D585D
(93,88,93)
#6D686D
(109,104,109)
#7D787D
(125,120,125)
#8D888D
(141,136,141)
#9D989D
(157,152,157)
#ADA8AD
(173,168,173)
#BDB8BD
(189,184,189)
#CDC8CD
(205,200,205)
#DDD8DD
(221,216,221)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D484D; }

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

This text font color is #4D484D.


Background Color

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

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

This div background color is #4D484D.


Border color

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

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

This div border color is #4D484D.


Opacity

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

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

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

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

This text has shadow with #4D484D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D484D on black background.


Color preview on white background

This text has color #4D484D on white background.



Black color preview on #4D484D background

This text has black color on #4D484D background.


White color preview on #4D484D background

This text has white color on #4D484D background.