COLOR #4D484C

HEX: #4D484C
RGB: (77,72,76)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

77
72
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 72 + 76 = 225 (100%)
R 77 of 225 ~ 34.22%
G 72 of 225 ~ 32%
B 76 of 225 ~ 33.78%

%34.22
%32
%33.78

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%6.49
%1.3
%69.8

Codes

Color #4D484C in popluar color models

4D484C
RGB777276
HSL312°3.36%29.22%
HSB/HSV312°6.49%30.20%
CMYK0.00%6.49%1.30%
69.80%

Color #4D484C in popluar number systems.

HEX4D484C
Decimal777276
Binary100110110010001001100
Octal115110114

Shades and tints

Shades of #4D484C

#4D484C
(77,72,76)
#464246
(70,66,70)
#3F3C40
(63,60,64)
#38363A
(56,54,58)
#313034
(49,48,52)
#2A2A2E
(42,42,46)
#232428
(35,36,40)
#1C1E22
(28,30,34)
#15181C
(21,24,28)
#0E1216
(14,18,22)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #4D484C

#4D484C
(77,72,76)
#5D585C
(93,88,92)
#6D686C
(109,104,108)
#7D787C
(125,120,124)
#8D888C
(141,136,140)
#9D989C
(157,152,156)
#ADA8AC
(173,168,172)
#BDB8BC
(189,184,188)
#CDC8CC
(205,200,204)
#DDD8DC
(221,216,220)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D484C; }

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

This text font color is #4D484C.


Background Color

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

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

This div background color is #4D484C.


Border color

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

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

This div border color is #4D484C.


Opacity

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

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

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

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

This text has shadow with #4D484C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D484C on black background.


Color preview on white background

This text has color #4D484C on white background.



Black color preview on #4D484C background

This text has black color on #4D484C background.


White color preview on #4D484C background

This text has white color on #4D484C background.