COLOR #4D5755

HEX: #4D5755
RGB: (77,87,85)

Renk bilgisi

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

RGB renk modeli

#4D5755 color RGB value is (77,87,85).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 87 of 255 = 34%
B 85 of 255 = 33%

77
87
85

R + G + B ~ 32%. #4D5755 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 87 + 85 = 249 (100%)
R 77 of 249 ~ 30.92%
G 87 of 249 ~ 34.94%
B 85 of 249 ~ 34.14%

%30.92
%34.94
%34.14

CMYK RENK MODELİ

#4D5755 rengi CMYK tonu (11,0,2,66).

  • camgöbeği tonu 11.49%
  • eflatun tonu 0.00%
  • sarı tonu 2.30%
  • ana renk tonu 65.88%
CMYK:
(11,0,2,66)
C11M0Y2K66 
(11%,0%,2%,66%)
(0.11/0.00/0.02/0.66)	

CMYK yüzdeleri

%11.49
%0
%2.3
%65.88

Codes

Color #4D5755 in popluar color models

4D5755
RGB778785
HSL168°6.10%32.16%
HSB/HSV168°11.49%34.12%
CMYK11.49%0.00%2.30%
65.88%

Color #4D5755 in popluar number systems.

HEX4D5755
Decimal778785
Binary100110110101111010101
Octal115127125

Shades and tints

Shades of #4D5755

#4D5755
(77,87,85)
#46504E
(70,80,78)
#3F4947
(63,73,71)
#384240
(56,66,64)
#313B39
(49,59,57)
#2A3432
(42,52,50)
#232D2B
(35,45,43)
#1C2624
(28,38,36)
#151F1D
(21,31,29)
#0E1816
(14,24,22)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #4D5755

#4D5755
(77,87,85)
#5D6664
(93,102,100)
#6D7573
(109,117,115)
#7D8482
(125,132,130)
#8D9391
(141,147,145)
#9DA2A0
(157,162,160)
#ADB1AF
(173,177,175)
#BDC0BE
(189,192,190)
#CDCFCD
(205,207,205)
#DDDEDC
(221,222,220)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5755; }

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

This text font color is #4D5755.


Background Color

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

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

This div background color is #4D5755.


Border color

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

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

This div border color is #4D5755.


Opacity

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

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

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

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

This text has shadow with #4D5755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5755 on black background.


Color preview on white background

This text has color #4D5755 on white background.



Black color preview on #4D5755 background

This text has black color on #4D5755 background.


White color preview on #4D5755 background

This text has white color on #4D5755 background.