COLOR #4D5C50

HEX: #4D5C50
RGB: (77,92,80)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

77
92
80

R + G + B ~ 32%. #4D5C50 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 92 + 80 = 249 (100%)
R 77 of 249 ~ 30.92%
G 92 of 249 ~ 36.95%
B 80 of 249 ~ 32.13%

%30.92
%36.95
%32.13

CMYK RENK MODELİ

#4D5C50 rengi CMYK tonu (16,0,13,64).

  • camgöbeği tonu 16.30%
  • eflatun tonu 0.00%
  • sarı tonu 13.04%
  • ana renk tonu 63.92%
CMYK:
(16,0,13,64)
C16M0Y13K64 
(16%,0%,13%,64%)
(0.16/0.00/0.13/0.64)	

CMYK yüzdeleri

%16.3
%0
%13.04
%63.92

Codes

Color #4D5C50 in popluar color models

4D5C50
RGB779280
HSL132°8.88%33.14%
HSB/HSV132°16.30%36.08%
CMYK16.30%0.00%13.04%
63.92%

Color #4D5C50 in popluar number systems.

HEX4D5C50
Decimal779280
Binary100110110111001010000
Octal115134120

Shades and tints

Shades of #4D5C50

#4D5C50
(77,92,80)
#465449
(70,84,73)
#3F4C42
(63,76,66)
#38443B
(56,68,59)
#313C34
(49,60,52)
#2A342D
(42,52,45)
#232C26
(35,44,38)
#1C241F
(28,36,31)
#151C18
(21,28,24)
#0E1411
(14,20,17)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #4D5C50

#4D5C50
(77,92,80)
#5D6A5F
(93,106,95)
#6D786E
(109,120,110)
#7D867D
(125,134,125)
#8D948C
(141,148,140)
#9DA29B
(157,162,155)
#ADB0AA
(173,176,170)
#BDBEB9
(189,190,185)
#CDCCC8
(205,204,200)
#DDDAD7
(221,218,215)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5C50; }

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

This text font color is #4D5C50.


Background Color

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

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

This div background color is #4D5C50.


Border color

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

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

This div border color is #4D5C50.


Opacity

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

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

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

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

This text has shadow with #4D5C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5C50 on black background.


Color preview on white background

This text has color #4D5C50 on white background.



Black color preview on #4D5C50 background

This text has black color on #4D5C50 background.


White color preview on #4D5C50 background

This text has white color on #4D5C50 background.