COLOR #4D727E

HEX: #4D727E
RGB: (77,114,126)

Renk bilgisi

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

RGB renk modeli

#4D727E color RGB value is (77,114,126).

  • kırmız ton 77;
  • yeşil ton 114;
  • mavi ton 126.
RGB:
(77,114,126)
(30%,45%,49%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 114 of 255 = 45%
B 126 of 255 = 49%

77
114
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 114 + 126 = 317 (100%)
R 77 of 317 ~ 24.29%
G 114 of 317 ~ 35.96%
B 126 of 317 ~ 39.75%

%24.29
%35.96
%39.75

CMYK RENK MODELİ

#4D727E rengi CMYK tonu (39,10,0,51).

  • camgöbeği tonu 38.89%
  • eflatun tonu 9.52%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(39,10,0,51)
C39M10Y0K51 
(39%,10%,0%,51%)
(0.39/0.10/0.00/0.51)	

CMYK yüzdeleri

%38.89
%9.52
%0
%50.59

Codes

Color #4D727E in popluar color models

4D727E
RGB77114126
HSL195°24.14%39.80%
HSB/HSV195°38.89%49.41%
CMYK38.89%9.52%0.00%
50.59%

Color #4D727E in popluar number systems.

HEX4D727E
Decimal77114126
Binary100110111100101111110
Octal115162176

Shades and tints

Shades of #4D727E

#4D727E
(77,114,126)
#466873
(70,104,115)
#3F5E68
(63,94,104)
#38545D
(56,84,93)
#314A52
(49,74,82)
#2A4047
(42,64,71)
#23363C
(35,54,60)
#1C2C31
(28,44,49)
#152226
(21,34,38)
#0E181B
(14,24,27)
#070E10
(7,14,16)
#000000
(0,0,0)

Tints of #4D727E

#4D727E
(77,114,126)
#5D7E89
(93,126,137)
#6D8A94
(109,138,148)
#7D969F
(125,150,159)
#8DA2AA
(141,162,170)
#9DAEB5
(157,174,181)
#ADBAC0
(173,186,192)
#BDC6CB
(189,198,203)
#CDD2D6
(205,210,214)
#DDDEE1
(221,222,225)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D727E color. Also use rgb(77,114,126) instead hex code.

Text Font Color

.myTextColor { color: #4D727E; }

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

This text font color is #4D727E.


Background Color

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

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

This div background color is #4D727E.


Border color

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

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

This div border color is #4D727E.


Opacity

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

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

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

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

This text has shadow with #4D727E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D727E on black background.


Color preview on white background

This text has color #4D727E on white background.



Black color preview on #4D727E background

This text has black color on #4D727E background.


White color preview on #4D727E background

This text has white color on #4D727E background.