COLOR #4D504C

HEX: #4D504C
RGB: (77,80,76)

Renk bilgisi

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

RGB renk modeli

#4D504C color RGB value is (77,80,76).

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

RGB bağlantıları ve doygunluk

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

77
80
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 80 + 76 = 233 (100%)
R 77 of 233 ~ 33.05%
G 80 of 233 ~ 34.33%
B 76 of 233 ~ 32.62%

%33.05
%34.33
%32.62

CMYK RENK MODELİ

#4D504C rengi CMYK tonu (4,0,5,69).

  • camgöbeği tonu 3.75%
  • eflatun tonu 0.00%
  • sarı tonu 5.00%
  • ana renk tonu 68.63%
CMYK:
(4,0,5,69)
C4M0Y5K69 
(4%,0%,5%,69%)
(0.04/0.00/0.05/0.69)	

CMYK yüzdeleri

%3.75
%0
%5
%68.63

Codes

Color #4D504C in popluar color models

4D504C
RGB778076
HSL105°2.56%30.59%
HSB/HSV105°5.00%31.37%
CMYK3.75%0.00%5.00%
68.63%

Color #4D504C in popluar number systems.

HEX4D504C
Decimal778076
Binary100110110100001001100
Octal115120114

Shades and tints

Shades of #4D504C

#4D504C
(77,80,76)
#464946
(70,73,70)
#3F4240
(63,66,64)
#383B3A
(56,59,58)
#313434
(49,52,52)
#2A2D2E
(42,45,46)
#232628
(35,38,40)
#1C1F22
(28,31,34)
#15181C
(21,24,28)
#0E1116
(14,17,22)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #4D504C

#4D504C
(77,80,76)
#5D5F5C
(93,95,92)
#6D6E6C
(109,110,108)
#7D7D7C
(125,125,124)
#8D8C8C
(141,140,140)
#9D9B9C
(157,155,156)
#ADAAAC
(173,170,172)
#BDB9BC
(189,185,188)
#CDC8CC
(205,200,204)
#DDD7DC
(221,215,220)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D504C; }

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

This text font color is #4D504C.


Background Color

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

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

This div background color is #4D504C.


Border color

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

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

This div border color is #4D504C.


Opacity

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

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

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

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

This text has shadow with #4D504C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D504C on black background.


Color preview on white background

This text has color #4D504C on white background.



Black color preview on #4D504C background

This text has black color on #4D504C background.


White color preview on #4D504C background

This text has white color on #4D504C background.