COLOR #4D4659

HEX: #4D4659
RGB: (77,70,89)

Renk bilgisi

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

RGB renk modeli

#4D4659 color RGB value is (77,70,89).

  • kırmız ton 77;
  • yeşil ton 70;
  • mavi ton 89.
RGB:
(77,70,89)
(30%,27%,35%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 70 of 255 = 27%
B 89 of 255 = 35%

77
70
89

R + G + B ~ 31%. #4D4659 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 70 + 89 = 236 (100%)
R 77 of 236 ~ 32.63%
G 70 of 236 ~ 29.66%
B 89 of 236 ~ 37.71%

%32.63
%29.66
%37.71

CMYK RENK MODELİ

#4D4659 rengi CMYK tonu (13,21,0,65).

  • camgöbeği tonu 13.48%
  • eflatun tonu 21.35%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(13,21,0,65)
C13M21Y0K65 
(13%,21%,0%,65%)
(0.13/0.21/0.00/0.65)	

CMYK yüzdeleri

%13.48
%21.35
%0
%65.1

Codes

Color #4D4659 in popluar color models

4D4659
RGB777089
HSL262°11.95%31.18%
HSB/HSV262°21.35%34.90%
CMYK13.48%21.35%0.00%
65.10%

Color #4D4659 in popluar number systems.

HEX4D4659
Decimal777089
Binary100110110001101011001
Octal115106131

Shades and tints

Shades of #4D4659

#4D4659
(77,70,89)
#464051
(70,64,81)
#3F3A49
(63,58,73)
#383441
(56,52,65)
#312E39
(49,46,57)
#2A2831
(42,40,49)
#232229
(35,34,41)
#1C1C21
(28,28,33)
#151619
(21,22,25)
#0E1011
(14,16,17)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #4D4659

#4D4659
(77,70,89)
#5D5668
(93,86,104)
#6D6677
(109,102,119)
#7D7686
(125,118,134)
#8D8695
(141,134,149)
#9D96A4
(157,150,164)
#ADA6B3
(173,166,179)
#BDB6C2
(189,182,194)
#CDC6D1
(205,198,209)
#DDD6E0
(221,214,224)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4659; }

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

This text font color is #4D4659.


Background Color

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

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

This div background color is #4D4659.


Border color

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

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

This div border color is #4D4659.


Opacity

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

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

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

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

This text has shadow with #4D4659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4659 on black background.


Color preview on white background

This text has color #4D4659 on white background.



Black color preview on #4D4659 background

This text has black color on #4D4659 background.


White color preview on #4D4659 background

This text has white color on #4D4659 background.