COLOR #4D5563

HEX: #4D5563
RGB: (77,85,99)

Renk bilgisi

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

RGB renk modeli

#4D5563 color RGB value is (77,85,99).

  • kırmız ton 77;
  • yeşil ton 85;
  • mavi ton 99.
RGB:
(77,85,99)
(30%,33%,39%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 85 of 255 = 33%
B 99 of 255 = 39%

77
85
99

R + G + B ~ 34%. #4D5563 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 85 + 99 = 261 (100%)
R 77 of 261 ~ 29.5%
G 85 of 261 ~ 32.57%
B 99 of 261 ~ 37.93%

%29.5
%32.57
%37.93

CMYK RENK MODELİ

#4D5563 rengi CMYK tonu (22,14,0,61).

  • camgöbeği tonu 22.22%
  • eflatun tonu 14.14%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(22,14,0,61)
C22M14Y0K61 
(22%,14%,0%,61%)
(0.22/0.14/0.00/0.61)	

CMYK yüzdeleri

%22.22
%14.14
%0
%61.18

Codes

Color #4D5563 in popluar color models

4D5563
RGB778599
HSL218°12.50%34.51%
HSB/HSV218°22.22%38.82%
CMYK22.22%14.14%0.00%
61.18%

Color #4D5563 in popluar number systems.

HEX4D5563
Decimal778599
Binary100110110101011100011
Octal115125143

Shades and tints

Shades of #4D5563

#4D5563
(77,85,99)
#464E5A
(70,78,90)
#3F4751
(63,71,81)
#384048
(56,64,72)
#31393F
(49,57,63)
#2A3236
(42,50,54)
#232B2D
(35,43,45)
#1C2424
(28,36,36)
#151D1B
(21,29,27)
#0E1612
(14,22,18)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #4D5563

#4D5563
(77,85,99)
#5D6471
(93,100,113)
#6D737F
(109,115,127)
#7D828D
(125,130,141)
#8D919B
(141,145,155)
#9DA0A9
(157,160,169)
#ADAFB7
(173,175,183)
#BDBEC5
(189,190,197)
#CDCDD3
(205,205,211)
#DDDCE1
(221,220,225)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5563; }

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

This text font color is #4D5563.


Background Color

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

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

This div background color is #4D5563.


Border color

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

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

This div border color is #4D5563.


Opacity

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

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

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

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

This text has shadow with #4D5563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5563 on black background.


Color preview on white background

This text has color #4D5563 on white background.



Black color preview on #4D5563 background

This text has black color on #4D5563 background.


White color preview on #4D5563 background

This text has white color on #4D5563 background.