COLOR #4D4A49

HEX: #4D4A49
RGB: (77,74,73)

Renk bilgisi

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

RGB renk modeli

#4D4A49 color RGB value is (77,74,73).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 74 of 255 = 29%
B 73 of 255 = 29%

77
74
73

R + G + B ~ 29%. #4D4A49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 74 + 73 = 224 (100%)
R 77 of 224 ~ 34.38%
G 74 of 224 ~ 33.04%
B 73 of 224 ~ 32.59%

%34.38
%33.04
%32.59

CMYK RENK MODELİ

#4D4A49 rengi CMYK tonu (0,4,5,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.90%
  • sarı tonu 5.19%
  • ana renk tonu 69.80%
CMYK:
(0,4,5,70)
C0M4Y5K70 
(0%,4%,5%,70%)
(0.00/0.04/0.05/0.70)	

CMYK yüzdeleri

%0
%3.9
%5.19
%69.8

Codes

Color #4D4A49 in popluar color models

4D4A49
RGB777473
HSL15°2.67%29.41%
HSB/HSV15°5.19%30.20%
CMYK0.00%3.90%5.19%
69.80%

Color #4D4A49 in popluar number systems.

HEX4D4A49
Decimal777473
Binary100110110010101001001
Octal115112111

Shades and tints

Shades of #4D4A49

#4D4A49
(77,74,73)
#464443
(70,68,67)
#3F3E3D
(63,62,61)
#383837
(56,56,55)
#313231
(49,50,49)
#2A2C2B
(42,44,43)
#232625
(35,38,37)
#1C201F
(28,32,31)
#151A19
(21,26,25)
#0E1413
(14,20,19)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #4D4A49

#4D4A49
(77,74,73)
#5D5A59
(93,90,89)
#6D6A69
(109,106,105)
#7D7A79
(125,122,121)
#8D8A89
(141,138,137)
#9D9A99
(157,154,153)
#ADAAA9
(173,170,169)
#BDBAB9
(189,186,185)
#CDCAC9
(205,202,201)
#DDDAD9
(221,218,217)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4A49; }

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

This text font color is #4D4A49.


Background Color

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

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

This div background color is #4D4A49.


Border color

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

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

This div border color is #4D4A49.


Opacity

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

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

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

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

This text has shadow with #4D4A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4A49 on black background.


Color preview on white background

This text has color #4D4A49 on white background.



Black color preview on #4D4A49 background

This text has black color on #4D4A49 background.


White color preview on #4D4A49 background

This text has white color on #4D4A49 background.