COLOR #4D5649

HEX: #4D5649
RGB: (77,86,73)

Renk bilgisi

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

RGB renk modeli

#4D5649 color RGB value is (77,86,73).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 86 of 255 = 34%
B 73 of 255 = 29%

77
86
73

R + G + B ~ 31%. #4D5649 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 86 + 73 = 236 (100%)
R 77 of 236 ~ 32.63%
G 86 of 236 ~ 36.44%
B 73 of 236 ~ 30.93%

%32.63
%36.44
%30.93

CMYK RENK MODELİ

#4D5649 rengi CMYK tonu (10,0,15,66).

  • camgöbeği tonu 10.47%
  • eflatun tonu 0.00%
  • sarı tonu 15.12%
  • ana renk tonu 66.27%
CMYK:
(10,0,15,66)
C10M0Y15K66 
(10%,0%,15%,66%)
(0.10/0.00/0.15/0.66)	

CMYK yüzdeleri

%10.47
%0
%15.12
%66.27

Codes

Color #4D5649 in popluar color models

4D5649
RGB778673
HSL102°8.18%31.18%
HSB/HSV102°15.12%33.73%
CMYK10.47%0.00%15.12%
66.27%

Color #4D5649 in popluar number systems.

HEX4D5649
Decimal778673
Binary100110110101101001001
Octal115126111

Shades and tints

Shades of #4D5649

#4D5649
(77,86,73)
#464F43
(70,79,67)
#3F483D
(63,72,61)
#384137
(56,65,55)
#313A31
(49,58,49)
#2A332B
(42,51,43)
#232C25
(35,44,37)
#1C251F
(28,37,31)
#151E19
(21,30,25)
#0E1713
(14,23,19)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #4D5649

#4D5649
(77,86,73)
#5D6559
(93,101,89)
#6D7469
(109,116,105)
#7D8379
(125,131,121)
#8D9289
(141,146,137)
#9DA199
(157,161,153)
#ADB0A9
(173,176,169)
#BDBFB9
(189,191,185)
#CDCEC9
(205,206,201)
#DDDDD9
(221,221,217)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5649; }

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

This text font color is #4D5649.


Background Color

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

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

This div background color is #4D5649.


Border color

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

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

This div border color is #4D5649.


Opacity

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

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

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

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

This text has shadow with #4D5649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5649 on black background.


Color preview on white background

This text has color #4D5649 on white background.



Black color preview on #4D5649 background

This text has black color on #4D5649 background.


White color preview on #4D5649 background

This text has white color on #4D5649 background.