COLOR #4D5C53

HEX: #4D5C53
RGB: (77,92,83)

Renk bilgisi

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

RGB renk modeli

#4D5C53 color RGB value is (77,92,83).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 92 of 255 = 36%
B 83 of 255 = 33%

77
92
83

R + G + B ~ 33%. #4D5C53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 92 + 83 = 252 (100%)
R 77 of 252 ~ 30.56%
G 92 of 252 ~ 36.51%
B 83 of 252 ~ 32.94%

%30.56
%36.51
%32.94

CMYK RENK MODELİ

#4D5C53 rengi CMYK tonu (16,0,10,64).

  • camgöbeği tonu 16.30%
  • eflatun tonu 0.00%
  • sarı tonu 9.78%
  • ana renk tonu 63.92%
CMYK:
(16,0,10,64)
C16M0Y10K64 
(16%,0%,10%,64%)
(0.16/0.00/0.10/0.64)	

CMYK yüzdeleri

%16.3
%0
%9.78
%63.92

Codes

Color #4D5C53 in popluar color models

4D5C53
RGB779283
HSL144°8.88%33.14%
HSB/HSV144°16.30%36.08%
CMYK16.30%0.00%9.78%
63.92%

Color #4D5C53 in popluar number systems.

HEX4D5C53
Decimal779283
Binary100110110111001010011
Octal115134123

Shades and tints

Shades of #4D5C53

#4D5C53
(77,92,83)
#46544C
(70,84,76)
#3F4C45
(63,76,69)
#38443E
(56,68,62)
#313C37
(49,60,55)
#2A3430
(42,52,48)
#232C29
(35,44,41)
#1C2422
(28,36,34)
#151C1B
(21,28,27)
#0E1414
(14,20,20)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #4D5C53

#4D5C53
(77,92,83)
#5D6A62
(93,106,98)
#6D7871
(109,120,113)
#7D8680
(125,134,128)
#8D948F
(141,148,143)
#9DA29E
(157,162,158)
#ADB0AD
(173,176,173)
#BDBEBC
(189,190,188)
#CDCCCB
(205,204,203)
#DDDADA
(221,218,218)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5C53; }

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

This text font color is #4D5C53.


Background Color

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

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

This div background color is #4D5C53.


Border color

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

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

This div border color is #4D5C53.


Opacity

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

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

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

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

This text has shadow with #4D5C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5C53 on black background.


Color preview on white background

This text has color #4D5C53 on white background.



Black color preview on #4D5C53 background

This text has black color on #4D5C53 background.


White color preview on #4D5C53 background

This text has white color on #4D5C53 background.