COLOR #4D5D77

HEX: #4D5D77
RGB: (77,93,119)

Renk bilgisi

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

RGB renk modeli

#4D5D77 color RGB value is (77,93,119).

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

RGB bağlantıları ve doygunluk

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

77
93
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 93 + 119 = 289 (100%)
R 77 of 289 ~ 26.64%
G 93 of 289 ~ 32.18%
B 119 of 289 ~ 41.18%

%26.64
%32.18
%41.18

CMYK RENK MODELİ

#4D5D77 rengi CMYK tonu (35,22,0,53).

  • camgöbeği tonu 35.29%
  • eflatun tonu 21.85%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(35,22,0,53)
C35M22Y0K53 
(35%,22%,0%,53%)
(0.35/0.22/0.00/0.53)	

CMYK yüzdeleri

%35.29
%21.85
%0
%53.33

Codes

Color #4D5D77 in popluar color models

4D5D77
RGB7793119
HSL217°21.43%38.43%
HSB/HSV217°35.29%46.67%
CMYK35.29%21.85%0.00%
53.33%

Color #4D5D77 in popluar number systems.

HEX4D5D77
Decimal7793119
Binary100110110111011110111
Octal115135167

Shades and tints

Shades of #4D5D77

#4D5D77
(77,93,119)
#46556D
(70,85,109)
#3F4D63
(63,77,99)
#384559
(56,69,89)
#313D4F
(49,61,79)
#2A3545
(42,53,69)
#232D3B
(35,45,59)
#1C2531
(28,37,49)
#151D27
(21,29,39)
#0E151D
(14,21,29)
#070D13
(7,13,19)
#000000
(0,0,0)

Tints of #4D5D77

#4D5D77
(77,93,119)
#5D6B83
(93,107,131)
#6D798F
(109,121,143)
#7D879B
(125,135,155)
#8D95A7
(141,149,167)
#9DA3B3
(157,163,179)
#ADB1BF
(173,177,191)
#BDBFCB
(189,191,203)
#CDCDD7
(205,205,215)
#DDDBE3
(221,219,227)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5D77; }

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

This text font color is #4D5D77.


Background Color

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

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

This div background color is #4D5D77.


Border color

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

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

This div border color is #4D5D77.


Opacity

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

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

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

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

This text has shadow with #4D5D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5D77 on black background.


Color preview on white background

This text has color #4D5D77 on white background.



Black color preview on #4D5D77 background

This text has black color on #4D5D77 background.


White color preview on #4D5D77 background

This text has white color on #4D5D77 background.