COLOR #4D5363

HEX: #4D5363
RGB: (77,83,99)

Renk bilgisi

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

RGB renk modeli

#4D5363 color RGB value is (77,83,99).

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

RGB bağlantıları ve doygunluk

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

77
83
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 83 + 99 = 259 (100%)
R 77 of 259 ~ 29.73%
G 83 of 259 ~ 32.05%
B 99 of 259 ~ 38.22%

%29.73
%32.05
%38.22

CMYK RENK MODELİ

#4D5363 rengi CMYK tonu (22,16,0,61).

  • camgöbeği tonu 22.22%
  • eflatun tonu 16.16%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(22,16,0,61)
C22M16Y0K61 
(22%,16%,0%,61%)
(0.22/0.16/0.00/0.61)	

CMYK yüzdeleri

%22.22
%16.16
%0
%61.18

Codes

Color #4D5363 in popluar color models

4D5363
RGB778399
HSL224°12.50%34.51%
HSB/HSV224°22.22%38.82%
CMYK22.22%16.16%0.00%
61.18%

Color #4D5363 in popluar number systems.

HEX4D5363
Decimal778399
Binary100110110100111100011
Octal115123143

Shades and tints

Shades of #4D5363

#4D5363
(77,83,99)
#464C5A
(70,76,90)
#3F4551
(63,69,81)
#383E48
(56,62,72)
#31373F
(49,55,63)
#2A3036
(42,48,54)
#23292D
(35,41,45)
#1C2224
(28,34,36)
#151B1B
(21,27,27)
#0E1412
(14,20,18)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #4D5363

#4D5363
(77,83,99)
#5D6271
(93,98,113)
#6D717F
(109,113,127)
#7D808D
(125,128,141)
#8D8F9B
(141,143,155)
#9D9EA9
(157,158,169)
#ADADB7
(173,173,183)
#BDBCC5
(189,188,197)
#CDCBD3
(205,203,211)
#DDDAE1
(221,218,225)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5363; }

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

This text font color is #4D5363.


Background Color

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

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

This div background color is #4D5363.


Border color

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

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

This div border color is #4D5363.


Opacity

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

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

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

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

This text has shadow with #4D5363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5363 on black background.


Color preview on white background

This text has color #4D5363 on white background.



Black color preview on #4D5363 background

This text has black color on #4D5363 background.


White color preview on #4D5363 background

This text has white color on #4D5363 background.