COLOR #4D4D74

HEX: #4D4D74
RGB: (77,77,116)

Renk bilgisi

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

RGB renk modeli

#4D4D74 color RGB value is (77,77,116).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 77 of 255 = 30%
B 116 of 255 = 45%

77
77
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 77 + 116 = 270 (100%)
R 77 of 270 ~ 28.52%
G 77 of 270 ~ 28.52%
B 116 of 270 ~ 42.96%

%28.52
%28.52
%42.96

CMYK RENK MODELİ

#4D4D74 rengi CMYK tonu (34,34,0,55).

  • camgöbeği tonu 33.62%
  • eflatun tonu 33.62%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(34,34,0,55)
C34M34Y0K55 
(34%,34%,0%,55%)
(0.34/0.34/0.00/0.55)	

CMYK yüzdeleri

%33.62
%33.62
%0
%54.51

Codes

Color #4D4D74 in popluar color models

4D4D74
RGB7777116
HSL240°20.21%37.84%
HSB/HSV240°33.62%45.49%
CMYK33.62%33.62%0.00%
54.51%

Color #4D4D74 in popluar number systems.

HEX4D4D74
Decimal7777116
Binary100110110011011110100
Octal115115164

Shades and tints

Shades of #4D4D74

#4D4D74
(77,77,116)
#46466A
(70,70,106)
#3F3F60
(63,63,96)
#383856
(56,56,86)
#31314C
(49,49,76)
#2A2A42
(42,42,66)
#232338
(35,35,56)
#1C1C2E
(28,28,46)
#151524
(21,21,36)
#0E0E1A
(14,14,26)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #4D4D74

#4D4D74
(77,77,116)
#5D5D80
(93,93,128)
#6D6D8C
(109,109,140)
#7D7D98
(125,125,152)
#8D8DA4
(141,141,164)
#9D9DB0
(157,157,176)
#ADADBC
(173,173,188)
#BDBDC8
(189,189,200)
#CDCDD4
(205,205,212)
#DDDDE0
(221,221,224)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4D74; }

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

This text font color is #4D4D74.


Background Color

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

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

This div background color is #4D4D74.


Border color

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

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

This div border color is #4D4D74.


Opacity

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

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

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

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

This text has shadow with #4D4D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4D74 on black background.


Color preview on white background

This text has color #4D4D74 on white background.



Black color preview on #4D4D74 background

This text has black color on #4D4D74 background.


White color preview on #4D4D74 background

This text has white color on #4D4D74 background.