COLOR #4D6D79

HEX: #4D6D79
RGB: (77,109,121)

Renk bilgisi

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

RGB renk modeli

#4D6D79 color RGB value is (77,109,121).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 109 of 255 = 43%
B 121 of 255 = 47%

77
109
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 109 + 121 = 307 (100%)
R 77 of 307 ~ 25.08%
G 109 of 307 ~ 35.5%
B 121 of 307 ~ 39.41%

%25.08
%35.5
%39.41

CMYK RENK MODELİ

#4D6D79 rengi CMYK tonu (36,10,0,53).

  • camgöbeği tonu 36.36%
  • eflatun tonu 9.92%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(36,10,0,53)
C36M10Y0K53 
(36%,10%,0%,53%)
(0.36/0.10/0.00/0.53)	

CMYK yüzdeleri

%36.36
%9.92
%0
%52.55

Codes

Color #4D6D79 in popluar color models

4D6D79
RGB77109121
HSL196°22.22%38.82%
HSB/HSV196°36.36%47.45%
CMYK36.36%9.92%0.00%
52.55%

Color #4D6D79 in popluar number systems.

HEX4D6D79
Decimal77109121
Binary100110111011011111001
Octal115155171

Shades and tints

Shades of #4D6D79

#4D6D79
(77,109,121)
#46646E
(70,100,110)
#3F5B63
(63,91,99)
#385258
(56,82,88)
#31494D
(49,73,77)
#2A4042
(42,64,66)
#233737
(35,55,55)
#1C2E2C
(28,46,44)
#152521
(21,37,33)
#0E1C16
(14,28,22)
#07130B
(7,19,11)
#000000
(0,0,0)

Tints of #4D6D79

#4D6D79
(77,109,121)
#5D7A85
(93,122,133)
#6D8791
(109,135,145)
#7D949D
(125,148,157)
#8DA1A9
(141,161,169)
#9DAEB5
(157,174,181)
#ADBBC1
(173,187,193)
#BDC8CD
(189,200,205)
#CDD5D9
(205,213,217)
#DDE2E5
(221,226,229)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6D79; }

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

This text font color is #4D6D79.


Background Color

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

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

This div background color is #4D6D79.


Border color

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

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

This div border color is #4D6D79.


Opacity

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

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

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

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

This text has shadow with #4D6D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6D79 on black background.


Color preview on white background

This text has color #4D6D79 on white background.



Black color preview on #4D6D79 background

This text has black color on #4D6D79 background.


White color preview on #4D6D79 background

This text has white color on #4D6D79 background.