COLOR #4D504E

HEX: #4D504E
RGB: (77,80,78)

Renk bilgisi

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

RGB renk modeli

#4D504E color RGB value is (77,80,78).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 80 of 255 = 31%
B 78 of 255 = 31%

77
80
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 80 + 78 = 235 (100%)
R 77 of 235 ~ 32.77%
G 80 of 235 ~ 34.04%
B 78 of 235 ~ 33.19%

%32.77
%34.04
%33.19

CMYK RENK MODELİ

#4D504E rengi CMYK tonu (4,0,2,69).

  • camgöbeği tonu 3.75%
  • eflatun tonu 0.00%
  • sarı tonu 2.50%
  • ana renk tonu 68.63%
CMYK:
(4,0,2,69)
C4M0Y2K69 
(4%,0%,2%,69%)
(0.04/0.00/0.02/0.69)	

CMYK yüzdeleri

%3.75
%0
%2.5
%68.63

Codes

Color #4D504E in popluar color models

4D504E
RGB778078
HSL140°1.91%30.78%
HSB/HSV140°3.75%31.37%
CMYK3.75%0.00%2.50%
68.63%

Color #4D504E in popluar number systems.

HEX4D504E
Decimal778078
Binary100110110100001001110
Octal115120116

Shades and tints

Shades of #4D504E

#4D504E
(77,80,78)
#464947
(70,73,71)
#3F4240
(63,66,64)
#383B39
(56,59,57)
#313432
(49,52,50)
#2A2D2B
(42,45,43)
#232624
(35,38,36)
#1C1F1D
(28,31,29)
#151816
(21,24,22)
#0E110F
(14,17,15)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #4D504E

#4D504E
(77,80,78)
#5D5F5E
(93,95,94)
#6D6E6E
(109,110,110)
#7D7D7E
(125,125,126)
#8D8C8E
(141,140,142)
#9D9B9E
(157,155,158)
#ADAAAE
(173,170,174)
#BDB9BE
(189,185,190)
#CDC8CE
(205,200,206)
#DDD7DE
(221,215,222)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D504E; }

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

This text font color is #4D504E.


Background Color

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

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

This div background color is #4D504E.


Border color

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

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

This div border color is #4D504E.


Opacity

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

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

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

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

This text has shadow with #4D504E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D504E on black background.


Color preview on white background

This text has color #4D504E on white background.



Black color preview on #4D504E background

This text has black color on #4D504E background.


White color preview on #4D504E background

This text has white color on #4D504E background.