COLOR #4D4F4D

HEX: #4D4F4D
RGB: (77,79,77)

Renk bilgisi

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

RGB renk modeli

#4D4F4D color RGB value is (77,79,77).

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

RGB bağlantıları ve doygunluk

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

77
79
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 79 + 77 = 233 (100%)
R 77 of 233 ~ 33.05%
G 79 of 233 ~ 33.91%
B 77 of 233 ~ 33.05%

%33.05
%33.91
%33.05

CMYK RENK MODELİ

#4D4F4D rengi CMYK tonu (3,0,3,69).

  • camgöbeği tonu 2.53%
  • eflatun tonu 0.00%
  • sarı tonu 2.53%
  • ana renk tonu 69.02%
CMYK:
(3,0,3,69)
C3M0Y3K69 
(3%,0%,3%,69%)
(0.03/0.00/0.03/0.69)	

CMYK yüzdeleri

%2.53
%0
%2.53
%69.02

Codes

Color #4D4F4D in popluar color models

4D4F4D
RGB777977
HSL120°1.28%30.59%
HSB/HSV120°2.53%30.98%
CMYK2.53%0.00%2.53%
69.02%

Color #4D4F4D in popluar number systems.

HEX4D4F4D
Decimal777977
Binary100110110011111001101
Octal115117115

Shades and tints

Shades of #4D4F4D

#4D4F4D
(77,79,77)
#464846
(70,72,70)
#3F413F
(63,65,63)
#383A38
(56,58,56)
#313331
(49,51,49)
#2A2C2A
(42,44,42)
#232523
(35,37,35)
#1C1E1C
(28,30,28)
#151715
(21,23,21)
#0E100E
(14,16,14)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #4D4F4D

#4D4F4D
(77,79,77)
#5D5F5D
(93,95,93)
#6D6F6D
(109,111,109)
#7D7F7D
(125,127,125)
#8D8F8D
(141,143,141)
#9D9F9D
(157,159,157)
#ADAFAD
(173,175,173)
#BDBFBD
(189,191,189)
#CDCFCD
(205,207,205)
#DDDFDD
(221,223,221)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4F4D; }

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

This text font color is #4D4F4D.


Background Color

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

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

This div background color is #4D4F4D.


Border color

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

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

This div border color is #4D4F4D.


Opacity

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

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

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

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

This text has shadow with #4D4F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4F4D on black background.


Color preview on white background

This text has color #4D4F4D on white background.



Black color preview on #4D4F4D background

This text has black color on #4D4F4D background.


White color preview on #4D4F4D background

This text has white color on #4D4F4D background.