COLOR #4D5566

HEX: #4D5566
RGB: (77,85,102)

Renk bilgisi

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

RGB renk modeli

#4D5566 color RGB value is (77,85,102).

  • kırmız ton 77;
  • yeşil ton 85;
  • mavi ton 102.
RGB:
(77,85,102)
(30%,33%,40%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 85 of 255 = 33%
B 102 of 255 = 40%

77
85
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 85 + 102 = 264 (100%)
R 77 of 264 ~ 29.17%
G 85 of 264 ~ 32.2%
B 102 of 264 ~ 38.64%

%29.17
%32.2
%38.64

CMYK RENK MODELİ

#4D5566 rengi CMYK tonu (25,17,0,60).

  • camgöbeği tonu 24.51%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(25,17,0,60)
C25M17Y0K60 
(25%,17%,0%,60%)
(0.25/0.17/0.00/0.60)	

CMYK yüzdeleri

%24.51
%16.67
%0
%60

Codes

Color #4D5566 in popluar color models

4D5566
RGB7785102
HSL221°13.97%35.10%
HSB/HSV221°24.51%40.00%
CMYK24.51%16.67%0.00%
60.00%

Color #4D5566 in popluar number systems.

HEX4D5566
Decimal7785102
Binary100110110101011100110
Octal115125146

Shades and tints

Shades of #4D5566

#4D5566
(77,85,102)
#464E5D
(70,78,93)
#3F4754
(63,71,84)
#38404B
(56,64,75)
#313942
(49,57,66)
#2A3239
(42,50,57)
#232B30
(35,43,48)
#1C2427
(28,36,39)
#151D1E
(21,29,30)
#0E1615
(14,22,21)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D5566

#4D5566
(77,85,102)
#5D6473
(93,100,115)
#6D7380
(109,115,128)
#7D828D
(125,130,141)
#8D919A
(141,145,154)
#9DA0A7
(157,160,167)
#ADAFB4
(173,175,180)
#BDBEC1
(189,190,193)
#CDCDCE
(205,205,206)
#DDDCDB
(221,220,219)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5566; }

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

This text font color is #4D5566.


Background Color

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

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

This div background color is #4D5566.


Border color

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

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

This div border color is #4D5566.


Opacity

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

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

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

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

This text has shadow with #4D5566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5566 on black background.


Color preview on white background

This text has color #4D5566 on white background.



Black color preview on #4D5566 background

This text has black color on #4D5566 background.


White color preview on #4D5566 background

This text has white color on #4D5566 background.