COLOR #4D4D63

HEX: #4D4D63 RGB: (77,77,99)

Renk bilgisi

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

RGB renk modeli

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

RGB: (77,77,99) (30%, 30%, 39%)

RGB bağlantıları ve doygunluk

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

77
77
99

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

Yüzdelerle RGB renk parçaları

R + G + B = 77 + 77 + 99 = 253 (100%)
R 77 of 253 ~ 30.43%
G 77 of 253 ~ 30.43%
B 99 of 253 ~ 39.13'%

%30.43
%30.43
%39.13

CMYK RENK MODELİ

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

  • camgöbeği tonu 22.22%
  • eflatun tonu 22.22%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%

CMYK: (22,22,0,61)
C22M22Y0K61 (22%, 22%, 0%, 61%)
(0.22 / 0.22 / 0.00 / 0.61)

CMYK yüzdeleri

%22.22
%22.22
%0
%61.18

Codes

Color #4D4D63 in popluar color models

4D 4D 63
RGB 77 77 99
HSL 240° 12.50% 34.51%
HSB/HSV 240° 22.22% 38.82%
CMYK 22.22% 22.22% 0.00%
61.18%

Color #4D4D63 in popluar number systems.

HEX 4D 4D 63
Decimal 77 77 99
Binary 1001101 1001101 1100011
Octal 115 115 143

Shades and tints

Shades of #4D4D63

#4D4D63
(77,77,99)
#46465A
(70,70,90)
#3F3F51
(63,63,81)
#383848
(56,56,72)
#31313F
(49,49,63)
#2A2A36
(42,42,54)
#23232D
(35,35,45)
#1C1C24
(28,28,36)
#15151B
(21,21,27)
#0E0E12
(14,14,18)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #4D4D63

#4D4D63
(77,77,99)
#5D5D71
(93,93,113)
#6D6D7F
(109,109,127)
#7D7D8D
(125,125,141)
#8D8D9B
(141,141,155)
#9D9DA9
(157,157,169)
#ADADB7
(173,173,183)
#BDBDC5
(189,189,197)
#CDCDD3
(205,205,211)
#DDDDE1
(221,221,225)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4D63; }

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

This text font color is #4D4D63.

Background Color

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

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

This div background color is #4D4D63.

Border color

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

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

This div border color is #4D4D63.

Opacity

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

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

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

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

This text has shadow with #4D4D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4D63.

Preview

Color preview on black background

This text has color #4D4D63 on black background.


Color preview on white background

This text has color #4D4D63 on white background.


Black color preview on #4D4D63 background

This text has black color on #4D4D63 background.


White color preview on #4D4D63 background

This text has white color on #4D4D63 background.


Related colors

Complementary color

Complementary color for #hex is #B2B29C.


I love getcolorcode.com