COLOR #4D4F70

HEX: #4D4F70
RGB: (77,79,112)

Renk bilgisi

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

RGB renk modeli

#4D4F70 color RGB value is (77,79,112).

  • kırmız ton 77;
  • yeşil ton 79;
  • mavi ton 112.
RGB:
(77,79,112)
(30%,31%,44%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 79 of 255 = 31%
B 112 of 255 = 44%

77
79
112

R + G + B ~ 35%. #4D4F70 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 79 + 112 = 268 (100%)
R 77 of 268 ~ 28.73%
G 79 of 268 ~ 29.48%
B 112 of 268 ~ 41.79%

%28.73
%29.48
%41.79

CMYK RENK MODELİ

#4D4F70 rengi CMYK tonu (31,29,0,56).

  • camgöbeği tonu 31.25%
  • eflatun tonu 29.46%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(31,29,0,56)
C31M29Y0K56 
(31%,29%,0%,56%)
(0.31/0.29/0.00/0.56)	

CMYK yüzdeleri

%31.25
%29.46
%0
%56.08

Codes

Color #4D4F70 in popluar color models

4D4F70
RGB7779112
HSL237°18.52%37.06%
HSB/HSV237°31.25%43.92%
CMYK31.25%29.46%0.00%
56.08%

Color #4D4F70 in popluar number systems.

HEX4D4F70
Decimal7779112
Binary100110110011111110000
Octal115117160

Shades and tints

Shades of #4D4F70

#4D4F70
(77,79,112)
#464866
(70,72,102)
#3F415C
(63,65,92)
#383A52
(56,58,82)
#313348
(49,51,72)
#2A2C3E
(42,44,62)
#232534
(35,37,52)
#1C1E2A
(28,30,42)
#151720
(21,23,32)
#0E1016
(14,16,22)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #4D4F70

#4D4F70
(77,79,112)
#5D5F7D
(93,95,125)
#6D6F8A
(109,111,138)
#7D7F97
(125,127,151)
#8D8FA4
(141,143,164)
#9D9FB1
(157,159,177)
#ADAFBE
(173,175,190)
#BDBFCB
(189,191,203)
#CDCFD8
(205,207,216)
#DDDFE5
(221,223,229)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4F70 color. Also use rgb(77,79,112) instead hex code.

Text Font Color

.myTextColor { color: #4D4F70; }

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

This text font color is #4D4F70.


Background Color

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

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

This div background color is #4D4F70.


Border color

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

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

This div border color is #4D4F70.


Opacity

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

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

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

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

This text has shadow with #4D4F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4F70 on black background.


Color preview on white background

This text has color #4D4F70 on white background.



Black color preview on #4D4F70 background

This text has black color on #4D4F70 background.


White color preview on #4D4F70 background

This text has white color on #4D4F70 background.