COLOR #4D4963

HEX: #4D4963
RGB: (77,73,99)

Renk bilgisi

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

RGB renk modeli

#4D4963 color RGB value is (77,73,99).

  • kırmız ton 77;
  • yeşil ton 73;
  • mavi ton 99.
RGB:
(77,73,99)
(30%,29%,39%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 73 of 255 = 29%
B 99 of 255 = 39%

77
73
99

R + G + B ~ 33%. #4D4963 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 73 + 99 = 249 (100%)
R 77 of 249 ~ 30.92%
G 73 of 249 ~ 29.32%
B 99 of 249 ~ 39.76%

%30.92
%29.32
%39.76

CMYK RENK MODELİ

#4D4963 rengi CMYK tonu (22,26,0,61).

  • camgöbeği tonu 22.22%
  • eflatun tonu 26.26%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(22,26,0,61)
C22M26Y0K61 
(22%,26%,0%,61%)
(0.22/0.26/0.00/0.61)	

CMYK yüzdeleri

%22.22
%26.26
%0
%61.18

Codes

Color #4D4963 in popluar color models

4D4963
RGB777399
HSL249°15.12%33.73%
HSB/HSV249°26.26%38.82%
CMYK22.22%26.26%0.00%
61.18%

Color #4D4963 in popluar number systems.

HEX4D4963
Decimal777399
Binary100110110010011100011
Octal115111143

Shades and tints

Shades of #4D4963

#4D4963
(77,73,99)
#46435A
(70,67,90)
#3F3D51
(63,61,81)
#383748
(56,55,72)
#31313F
(49,49,63)
#2A2B36
(42,43,54)
#23252D
(35,37,45)
#1C1F24
(28,31,36)
#15191B
(21,25,27)
#0E1312
(14,19,18)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #4D4963

#4D4963
(77,73,99)
#5D5971
(93,89,113)
#6D697F
(109,105,127)
#7D798D
(125,121,141)
#8D899B
(141,137,155)
#9D99A9
(157,153,169)
#ADA9B7
(173,169,183)
#BDB9C5
(189,185,197)
#CDC9D3
(205,201,211)
#DDD9E1
(221,217,225)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4963 color. Also use rgb(77,73,99) instead hex code.

Text Font Color

.myTextColor { color: #4D4963; }

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

This text font color is #4D4963.


Background Color

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

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

This div background color is #4D4963.


Border color

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

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

This div border color is #4D4963.


Opacity

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

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

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

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

This text has shadow with #4D4963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4963 on black background.


Color preview on white background

This text has color #4D4963 on white background.



Black color preview on #4D4963 background

This text has black color on #4D4963 background.


White color preview on #4D4963 background

This text has white color on #4D4963 background.