COLOR #4D5053

HEX: #4D5053
RGB: (77,80,83)

Renk bilgisi

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

RGB renk modeli

#4D5053 color RGB value is (77,80,83).

  • kırmız ton 77;
  • yeşil ton 80;
  • mavi ton 83.
RGB:
(77,80,83)
(30%,31%,33%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 80 of 255 = 31%
B 83 of 255 = 33%

77
80
83

R + G + B ~ 31%. #4D5053 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 80 + 83 = 240 (100%)
R 77 of 240 ~ 32.08%
G 80 of 240 ~ 33.33%
B 83 of 240 ~ 34.58%

%32.08
%33.33
%34.58

CMYK RENK MODELİ

#4D5053 rengi CMYK tonu (7,4,0,67).

  • camgöbeği tonu 7.23%
  • eflatun tonu 3.61%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(7,4,0,67)
C7M4Y0K67 
(7%,4%,0%,67%)
(0.07/0.04/0.00/0.67)	

CMYK yüzdeleri

%7.23
%3.61
%0
%67.45

Codes

Color #4D5053 in popluar color models

4D5053
RGB778083
HSL210°3.75%31.37%
HSB/HSV210°7.23%32.55%
CMYK7.23%3.61%0.00%
67.45%

Color #4D5053 in popluar number systems.

HEX4D5053
Decimal778083
Binary100110110100001010011
Octal115120123

Shades and tints

Shades of #4D5053

#4D5053
(77,80,83)
#46494C
(70,73,76)
#3F4245
(63,66,69)
#383B3E
(56,59,62)
#313437
(49,52,55)
#2A2D30
(42,45,48)
#232629
(35,38,41)
#1C1F22
(28,31,34)
#15181B
(21,24,27)
#0E1114
(14,17,20)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #4D5053

#4D5053
(77,80,83)
#5D5F62
(93,95,98)
#6D6E71
(109,110,113)
#7D7D80
(125,125,128)
#8D8C8F
(141,140,143)
#9D9B9E
(157,155,158)
#ADAAAD
(173,170,173)
#BDB9BC
(189,185,188)
#CDC8CB
(205,200,203)
#DDD7DA
(221,215,218)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5053 color. Also use rgb(77,80,83) instead hex code.

Text Font Color

.myTextColor { color: #4D5053; }

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

This text font color is #4D5053.


Background Color

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

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

This div background color is #4D5053.


Border color

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

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

This div border color is #4D5053.


Opacity

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

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

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

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

This text has shadow with #4D5053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5053 on black background.


Color preview on white background

This text has color #4D5053 on white background.



Black color preview on #4D5053 background

This text has black color on #4D5053 background.


White color preview on #4D5053 background

This text has white color on #4D5053 background.