COLOR #4D797F

HEX: #4D797F
RGB: (77,121,127)

Renk bilgisi

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

RGB renk modeli

#4D797F color RGB value is (77,121,127).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 121 of 255 = 47%
B 127 of 255 = 50%

77
121
127

R + G + B ~ 42%. #4D797F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 121 + 127 = 325 (100%)
R 77 of 325 ~ 23.69%
G 121 of 325 ~ 37.23%
B 127 of 325 ~ 39.08%

%23.69
%37.23
%39.08

CMYK RENK MODELİ

#4D797F rengi CMYK tonu (39,5,0,50).

  • camgöbeği tonu 39.37%
  • eflatun tonu 4.72%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(39,5,0,50)
C39M5Y0K50 
(39%,5%,0%,50%)
(0.39/0.05/0.00/0.50)	

CMYK yüzdeleri

%39.37
%4.72
%0
%50.2

Codes

Color #4D797F in popluar color models

4D797F
RGB77121127
HSL187°24.51%40.00%
HSB/HSV187°39.37%49.80%
CMYK39.37%4.72%0.00%
50.20%

Color #4D797F in popluar number systems.

HEX4D797F
Decimal77121127
Binary100110111110011111111
Octal115171177

Shades and tints

Shades of #4D797F

#4D797F
(77,121,127)
#466E74
(70,110,116)
#3F6369
(63,99,105)
#38585E
(56,88,94)
#314D53
(49,77,83)
#2A4248
(42,66,72)
#23373D
(35,55,61)
#1C2C32
(28,44,50)
#152127
(21,33,39)
#0E161C
(14,22,28)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #4D797F

#4D797F
(77,121,127)
#5D858A
(93,133,138)
#6D9195
(109,145,149)
#7D9DA0
(125,157,160)
#8DA9AB
(141,169,171)
#9DB5B6
(157,181,182)
#ADC1C1
(173,193,193)
#BDCDCC
(189,205,204)
#CDD9D7
(205,217,215)
#DDE5E2
(221,229,226)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D797F; }

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

This text font color is #4D797F.


Background Color

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

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

This div background color is #4D797F.


Border color

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

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

This div border color is #4D797F.


Opacity

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

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

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

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

This text has shadow with #4D797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D797F on black background.


Color preview on white background

This text has color #4D797F on white background.



Black color preview on #4D797F background

This text has black color on #4D797F background.


White color preview on #4D797F background

This text has white color on #4D797F background.