COLOR #4D484E

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

77
72
78

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

Yüzdelerle RGB renk parçaları

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

%33.92
%31.72
%34.36

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%1.28
%7.69
%0
%69.41

Codes

Color #4D484E in popluar color models

4D484E
RGB777278
HSL290°4.00%29.41%
HSB/HSV290°7.69%30.59%
CMYK1.28%7.69%0.00%
69.41%

Color #4D484E in popluar number systems.

HEX4D484E
Decimal777278
Binary100110110010001001110
Octal115110116

Shades and tints

Shades of #4D484E

#4D484E
(77,72,78)
#464247
(70,66,71)
#3F3C40
(63,60,64)
#383639
(56,54,57)
#313032
(49,48,50)
#2A2A2B
(42,42,43)
#232424
(35,36,36)
#1C1E1D
(28,30,29)
#151816
(21,24,22)
#0E120F
(14,18,15)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #4D484E

#4D484E
(77,72,78)
#5D585E
(93,88,94)
#6D686E
(109,104,110)
#7D787E
(125,120,126)
#8D888E
(141,136,142)
#9D989E
(157,152,158)
#ADA8AE
(173,168,174)
#BDB8BE
(189,184,190)
#CDC8CE
(205,200,206)
#DDD8DE
(221,216,222)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D484E; }

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

This text font color is #4D484E.


Background Color

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

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

This div background color is #4D484E.


Border color

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

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

This div border color is #4D484E.


Opacity

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

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

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

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

This text has shadow with #4D484E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D484E on black background.


Color preview on white background

This text has color #4D484E on white background.



Black color preview on #4D484E background

This text has black color on #4D484E background.


White color preview on #4D484E background

This text has white color on #4D484E background.