COLOR #4D504D

HEX: #4D504D
RGB: (77,80,77)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

77
80
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 80 + 77 = 234 (100%)
R 77 of 234 ~ 32.91%
G 80 of 234 ~ 34.19%
B 77 of 234 ~ 32.91%

%32.91
%34.19
%32.91

CMYK RENK MODELİ

#4D504D rengi CMYK tonu (4,0,4,69).

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

CMYK yüzdeleri

%3.75
%0
%3.75
%68.63

Codes

Color #4D504D in popluar color models

4D504D
RGB778077
HSL120°1.91%30.78%
HSB/HSV120°3.75%31.37%
CMYK3.75%0.00%3.75%
68.63%

Color #4D504D in popluar number systems.

HEX4D504D
Decimal778077
Binary100110110100001001101
Octal115120115

Shades and tints

Shades of #4D504D

#4D504D
(77,80,77)
#464946
(70,73,70)
#3F423F
(63,66,63)
#383B38
(56,59,56)
#313431
(49,52,49)
#2A2D2A
(42,45,42)
#232623
(35,38,35)
#1C1F1C
(28,31,28)
#151815
(21,24,21)
#0E110E
(14,17,14)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #4D504D

#4D504D
(77,80,77)
#5D5F5D
(93,95,93)
#6D6E6D
(109,110,109)
#7D7D7D
(125,125,125)
#8D8C8D
(141,140,141)
#9D9B9D
(157,155,157)
#ADAAAD
(173,170,173)
#BDB9BD
(189,185,189)
#CDC8CD
(205,200,205)
#DDD7DD
(221,215,221)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D504D; }

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

This text font color is #4D504D.


Background Color

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

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

This div background color is #4D504D.


Border color

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

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

This div border color is #4D504D.


Opacity

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

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

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

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

This text has shadow with #4D504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D504D on black background.


Color preview on white background

This text has color #4D504D on white background.



Black color preview on #4D504D background

This text has black color on #4D504D background.


White color preview on #4D504D background

This text has white color on #4D504D background.