COLOR #4D4B5B

HEX: #4D4B5B
RGB: (77,75,91)

Renk bilgisi

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

RGB renk modeli

#4D4B5B color RGB value is (77,75,91).

  • kırmız ton 77;
  • yeşil ton 75;
  • mavi ton 91.
RGB:
(77,75,91)
(30%,29%,36%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 75 of 255 = 29%
B 91 of 255 = 36%

77
75
91

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 75 + 91 = 243 (100%)
R 77 of 243 ~ 31.69%
G 75 of 243 ~ 30.86%
B 91 of 243 ~ 37.45%

%31.69
%30.86
%37.45

CMYK RENK MODELİ

#4D4B5B rengi CMYK tonu (15,18,0,64).

  • camgöbeği tonu 15.38%
  • eflatun tonu 17.58%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(15,18,0,64)
C15M18Y0K64 
(15%,18%,0%,64%)
(0.15/0.18/0.00/0.64)	

CMYK yüzdeleri

%15.38
%17.58
%0
%64.31

Codes

Color #4D4B5B in popluar color models

4D4B5B
RGB777591
HSL248°9.64%32.55%
HSB/HSV248°17.58%35.69%
CMYK15.38%17.58%0.00%
64.31%

Color #4D4B5B in popluar number systems.

HEX4D4B5B
Decimal777591
Binary100110110010111011011
Octal115113133

Shades and tints

Shades of #4D4B5B

#4D4B5B
(77,75,91)
#464553
(70,69,83)
#3F3F4B
(63,63,75)
#383943
(56,57,67)
#31333B
(49,51,59)
#2A2D33
(42,45,51)
#23272B
(35,39,43)
#1C2123
(28,33,35)
#151B1B
(21,27,27)
#0E1513
(14,21,19)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #4D4B5B

#4D4B5B
(77,75,91)
#5D5B69
(93,91,105)
#6D6B77
(109,107,119)
#7D7B85
(125,123,133)
#8D8B93
(141,139,147)
#9D9BA1
(157,155,161)
#ADABAF
(173,171,175)
#BDBBBD
(189,187,189)
#CDCBCB
(205,203,203)
#DDDBD9
(221,219,217)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4B5B color. Also use rgb(77,75,91) instead hex code.

Text Font Color

.myTextColor { color: #4D4B5B; }

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

This text font color is #4D4B5B.


Background Color

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

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

This div background color is #4D4B5B.


Border color

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

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

This div border color is #4D4B5B.


Opacity

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

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

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

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

This text has shadow with #4D4B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4B5B on black background.


Color preview on white background

This text has color #4D4B5B on white background.



Black color preview on #4D4B5B background

This text has black color on #4D4B5B background.


White color preview on #4D4B5B background

This text has white color on #4D4B5B background.