COLOR #4D5D79

HEX: #4D5D79
RGB: (77,93,121)

Renk bilgisi

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

RGB renk modeli

#4D5D79 color RGB value is (77,93,121).

  • kırmız ton 77;
  • yeşil ton 93;
  • mavi ton 121.
RGB:
(77,93,121)
(30%,36%,47%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 93 of 255 = 36%
B 121 of 255 = 47%

77
93
121

R + G + B ~ 38%. #4D5D79 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 93 + 121 = 291 (100%)
R 77 of 291 ~ 26.46%
G 93 of 291 ~ 31.96%
B 121 of 291 ~ 41.58%

%26.46
%31.96
%41.58

CMYK RENK MODELİ

#4D5D79 rengi CMYK tonu (36,23,0,53).

  • camgöbeği tonu 36.36%
  • eflatun tonu 23.14%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(36,23,0,53)
C36M23Y0K53 
(36%,23%,0%,53%)
(0.36/0.23/0.00/0.53)	

CMYK yüzdeleri

%36.36
%23.14
%0
%52.55

Codes

Color #4D5D79 in popluar color models

4D5D79
RGB7793121
HSL218°22.22%38.82%
HSB/HSV218°36.36%47.45%
CMYK36.36%23.14%0.00%
52.55%

Color #4D5D79 in popluar number systems.

HEX4D5D79
Decimal7793121
Binary100110110111011111001
Octal115135171

Shades and tints

Shades of #4D5D79

#4D5D79
(77,93,121)
#46556E
(70,85,110)
#3F4D63
(63,77,99)
#384558
(56,69,88)
#313D4D
(49,61,77)
#2A3542
(42,53,66)
#232D37
(35,45,55)
#1C252C
(28,37,44)
#151D21
(21,29,33)
#0E1516
(14,21,22)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #4D5D79

#4D5D79
(77,93,121)
#5D6B85
(93,107,133)
#6D7991
(109,121,145)
#7D879D
(125,135,157)
#8D95A9
(141,149,169)
#9DA3B5
(157,163,181)
#ADB1C1
(173,177,193)
#BDBFCD
(189,191,205)
#CDCDD9
(205,205,217)
#DDDBE5
(221,219,229)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5D79 color. Also use rgb(77,93,121) instead hex code.

Text Font Color

.myTextColor { color: #4D5D79; }

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

This text font color is #4D5D79.


Background Color

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

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

This div background color is #4D5D79.


Border color

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

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

This div border color is #4D5D79.


Opacity

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

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

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

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

This text has shadow with #4D5D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5D79 on black background.


Color preview on white background

This text has color #4D5D79 on white background.



Black color preview on #4D5D79 background

This text has black color on #4D5D79 background.


White color preview on #4D5D79 background

This text has white color on #4D5D79 background.