COLOR #4D577F

HEX: #4D577F
RGB: (77,87,127)

Renk bilgisi

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

RGB renk modeli

#4D577F color RGB value is (77,87,127).

  • kırmız ton 77;
  • yeşil ton 87;
  • mavi ton 127.
RGB:
(77,87,127)
(30%,34%,50%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 87 of 255 = 34%
B 127 of 255 = 50%

77
87
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 87 + 127 = 291 (100%)
R 77 of 291 ~ 26.46%
G 87 of 291 ~ 29.9%
B 127 of 291 ~ 43.64%

%26.46
%29.9
%43.64

CMYK RENK MODELİ

#4D577F rengi CMYK tonu (39,31,0,50).

  • camgöbeği tonu 39.37%
  • eflatun tonu 31.50%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(39,31,0,50)
C39M31Y0K50 
(39%,31%,0%,50%)
(0.39/0.31/0.00/0.50)	

CMYK yüzdeleri

%39.37
%31.5
%0
%50.2

Codes

Color #4D577F in popluar color models

4D577F
RGB7787127
HSL228°24.51%40.00%
HSB/HSV228°39.37%49.80%
CMYK39.37%31.50%0.00%
50.20%

Color #4D577F in popluar number systems.

HEX4D577F
Decimal7787127
Binary100110110101111111111
Octal115127177

Shades and tints

Shades of #4D577F

#4D577F
(77,87,127)
#465074
(70,80,116)
#3F4969
(63,73,105)
#38425E
(56,66,94)
#313B53
(49,59,83)
#2A3448
(42,52,72)
#232D3D
(35,45,61)
#1C2632
(28,38,50)
#151F27
(21,31,39)
#0E181C
(14,24,28)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #4D577F

#4D577F
(77,87,127)
#5D668A
(93,102,138)
#6D7595
(109,117,149)
#7D84A0
(125,132,160)
#8D93AB
(141,147,171)
#9DA2B6
(157,162,182)
#ADB1C1
(173,177,193)
#BDC0CC
(189,192,204)
#CDCFD7
(205,207,215)
#DDDEE2
(221,222,226)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D577F color. Also use rgb(77,87,127) instead hex code.

Text Font Color

.myTextColor { color: #4D577F; }

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

This text font color is #4D577F.


Background Color

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

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

This div background color is #4D577F.


Border color

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

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

This div border color is #4D577F.


Opacity

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

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

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

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

This text has shadow with #4D577F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D577F on black background.


Color preview on white background

This text has color #4D577F on white background.



Black color preview on #4D577F background

This text has black color on #4D577F background.


White color preview on #4D577F background

This text has white color on #4D577F background.