COLOR #4D4F5D

HEX: #4D4F5D
RGB: (77,79,93)

Renk bilgisi

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

RGB renk modeli

#4D4F5D color RGB value is (77,79,93).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 79 of 255 = 31%
B 93 of 255 = 36%

77
79
93

R + G + B ~ 32%. #4D4F5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 79 + 93 = 249 (100%)
R 77 of 249 ~ 30.92%
G 79 of 249 ~ 31.73%
B 93 of 249 ~ 37.35%

%30.92
%31.73
%37.35

CMYK RENK MODELİ

#4D4F5D rengi CMYK tonu (17,15,0,64).

  • camgöbeği tonu 17.20%
  • eflatun tonu 15.05%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(17,15,0,64)
C17M15Y0K64 
(17%,15%,0%,64%)
(0.17/0.15/0.00/0.64)	

CMYK yüzdeleri

%17.2
%15.05
%0
%63.53

Codes

Color #4D4F5D in popluar color models

4D4F5D
RGB777993
HSL233°9.41%33.33%
HSB/HSV233°17.20%36.47%
CMYK17.20%15.05%0.00%
63.53%

Color #4D4F5D in popluar number systems.

HEX4D4F5D
Decimal777993
Binary100110110011111011101
Octal115117135

Shades and tints

Shades of #4D4F5D

#4D4F5D
(77,79,93)
#464855
(70,72,85)
#3F414D
(63,65,77)
#383A45
(56,58,69)
#31333D
(49,51,61)
#2A2C35
(42,44,53)
#23252D
(35,37,45)
#1C1E25
(28,30,37)
#15171D
(21,23,29)
#0E1015
(14,16,21)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #4D4F5D

#4D4F5D
(77,79,93)
#5D5F6B
(93,95,107)
#6D6F79
(109,111,121)
#7D7F87
(125,127,135)
#8D8F95
(141,143,149)
#9D9FA3
(157,159,163)
#ADAFB1
(173,175,177)
#BDBFBF
(189,191,191)
#CDCFCD
(205,207,205)
#DDDFDB
(221,223,219)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4F5D; }

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

This text font color is #4D4F5D.


Background Color

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

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

This div background color is #4D4F5D.


Border color

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

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

This div border color is #4D4F5D.


Opacity

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

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

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

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

This text has shadow with #4D4F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4F5D on black background.


Color preview on white background

This text has color #4D4F5D on white background.



Black color preview on #4D4F5D background

This text has black color on #4D4F5D background.


White color preview on #4D4F5D background

This text has white color on #4D4F5D background.