COLOR #4D4C71

HEX: #4D4C71
RGB: (77,76,113)

Renk bilgisi

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

RGB renk modeli

#4D4C71 color RGB value is (77,76,113).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 76 of 255 = 30%
B 113 of 255 = 44%

77
76
113

R + G + B ~ 35%. #4D4C71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 76 + 113 = 266 (100%)
R 77 of 266 ~ 28.95%
G 76 of 266 ~ 28.57%
B 113 of 266 ~ 42.48%

%28.95
%28.57
%42.48

CMYK RENK MODELİ

#4D4C71 rengi CMYK tonu (32,33,0,56).

  • camgöbeği tonu 31.86%
  • eflatun tonu 32.74%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(32,33,0,56)
C32M33Y0K56 
(32%,33%,0%,56%)
(0.32/0.33/0.00/0.56)	

CMYK yüzdeleri

%31.86
%32.74
%0
%55.69

Codes

Color #4D4C71 in popluar color models

4D4C71
RGB7776113
HSL242°19.58%37.06%
HSB/HSV242°32.74%44.31%
CMYK31.86%32.74%0.00%
55.69%

Color #4D4C71 in popluar number systems.

HEX4D4C71
Decimal7776113
Binary100110110011001110001
Octal115114161

Shades and tints

Shades of #4D4C71

#4D4C71
(77,76,113)
#464667
(70,70,103)
#3F405D
(63,64,93)
#383A53
(56,58,83)
#313449
(49,52,73)
#2A2E3F
(42,46,63)
#232835
(35,40,53)
#1C222B
(28,34,43)
#151C21
(21,28,33)
#0E1617
(14,22,23)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #4D4C71

#4D4C71
(77,76,113)
#5D5C7D
(93,92,125)
#6D6C89
(109,108,137)
#7D7C95
(125,124,149)
#8D8CA1
(141,140,161)
#9D9CAD
(157,156,173)
#ADACB9
(173,172,185)
#BDBCC5
(189,188,197)
#CDCCD1
(205,204,209)
#DDDCDD
(221,220,221)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4C71; }

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

This text font color is #4D4C71.


Background Color

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

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

This div background color is #4D4C71.


Border color

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

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

This div border color is #4D4C71.


Opacity

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

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

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

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

This text has shadow with #4D4C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4C71 on black background.


Color preview on white background

This text has color #4D4C71 on white background.



Black color preview on #4D4C71 background

This text has black color on #4D4C71 background.


White color preview on #4D4C71 background

This text has white color on #4D4C71 background.