COLOR #4D404D

HEX: #4D404D
RGB: (77,64,77)

Renk bilgisi

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

RGB renk modeli

#4D404D color RGB value is (77,64,77).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 64 of 255 = 25%
B 77 of 255 = 30%

77
64
77

R + G + B ~ 28%. #4D404D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 64 + 77 = 218 (100%)
R 77 of 218 ~ 35.32%
G 64 of 218 ~ 29.36%
B 77 of 218 ~ 35.32%

%35.32
%29.36
%35.32

CMYK RENK MODELİ

#4D404D rengi CMYK tonu (0,17,0,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.88%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(0,17,0,70)
C0M17Y0K70 
(0%,17%,0%,70%)
(0.00/0.17/0.00/0.70)	

CMYK yüzdeleri

%0
%16.88
%0
%69.8

Codes

Color #4D404D in popluar color models

4D404D
RGB776477
HSL300°9.22%27.65%
HSB/HSV300°16.88%30.20%
CMYK0.00%16.88%0.00%
69.80%

Color #4D404D in popluar number systems.

HEX4D404D
Decimal776477
Binary100110110000001001101
Octal115100115

Shades and tints

Shades of #4D404D

#4D404D
(77,64,77)
#463B46
(70,59,70)
#3F363F
(63,54,63)
#383138
(56,49,56)
#312C31
(49,44,49)
#2A272A
(42,39,42)
#232223
(35,34,35)
#1C1D1C
(28,29,28)
#151815
(21,24,21)
#0E130E
(14,19,14)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #4D404D

#4D404D
(77,64,77)
#5D515D
(93,81,93)
#6D626D
(109,98,109)
#7D737D
(125,115,125)
#8D848D
(141,132,141)
#9D959D
(157,149,157)
#ADA6AD
(173,166,173)
#BDB7BD
(189,183,189)
#CDC8CD
(205,200,205)
#DDD9DD
(221,217,221)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D404D; }

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

This text font color is #4D404D.


Background Color

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

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

This div background color is #4D404D.


Border color

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

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

This div border color is #4D404D.


Opacity

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

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

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

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

This text has shadow with #4D404D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D404D on black background.


Color preview on white background

This text has color #4D404D on white background.



Black color preview on #4D404D background

This text has black color on #4D404D background.


White color preview on #4D404D background

This text has white color on #4D404D background.