COLOR #4D4C6C

HEX: #4D4C6C
RGB: (77,76,108)

Renk bilgisi

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

RGB renk modeli

#4D4C6C color RGB value is (77,76,108).

  • kırmız ton 77;
  • yeşil ton 76;
  • mavi ton 108.
RGB:
(77,76,108)
(30%,30%,42%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 76 of 255 = 30%
B 108 of 255 = 42%

77
76
108

R + G + B ~ 34%. #4D4C6C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 76 + 108 = 261 (100%)
R 77 of 261 ~ 29.5%
G 76 of 261 ~ 29.12%
B 108 of 261 ~ 41.38%

%29.5
%29.12
%41.38

CMYK RENK MODELİ

#4D4C6C rengi CMYK tonu (29,30,0,58).

  • camgöbeği tonu 28.70%
  • eflatun tonu 29.63%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(29,30,0,58)
C29M30Y0K58 
(29%,30%,0%,58%)
(0.29/0.30/0.00/0.58)	

CMYK yüzdeleri

%28.7
%29.63
%0
%57.65

Codes

Color #4D4C6C in popluar color models

4D4C6C
RGB7776108
HSL242°17.39%36.08%
HSB/HSV242°29.63%42.35%
CMYK28.70%29.63%0.00%
57.65%

Color #4D4C6C in popluar number systems.

HEX4D4C6C
Decimal7776108
Binary100110110011001101100
Octal115114154

Shades and tints

Shades of #4D4C6C

#4D4C6C
(77,76,108)
#464663
(70,70,99)
#3F405A
(63,64,90)
#383A51
(56,58,81)
#313448
(49,52,72)
#2A2E3F
(42,46,63)
#232836
(35,40,54)
#1C222D
(28,34,45)
#151C24
(21,28,36)
#0E161B
(14,22,27)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #4D4C6C

#4D4C6C
(77,76,108)
#5D5C79
(93,92,121)
#6D6C86
(109,108,134)
#7D7C93
(125,124,147)
#8D8CA0
(141,140,160)
#9D9CAD
(157,156,173)
#ADACBA
(173,172,186)
#BDBCC7
(189,188,199)
#CDCCD4
(205,204,212)
#DDDCE1
(221,220,225)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4C6C; }

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

This text font color is #4D4C6C.


Background Color

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

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

This div background color is #4D4C6C.


Border color

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

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

This div border color is #4D4C6C.


Opacity

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

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

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

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

This text has shadow with #4D4C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4C6C on black background.


Color preview on white background

This text has color #4D4C6C on white background.



Black color preview on #4D4C6C background

This text has black color on #4D4C6C background.


White color preview on #4D4C6C background

This text has white color on #4D4C6C background.