COLOR #4D585E

HEX: #4D585E
RGB: (77,88,94)

Renk bilgisi

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

RGB renk modeli

#4D585E color RGB value is (77,88,94).

  • kırmız ton 77;
  • yeşil ton 88;
  • mavi ton 94.
RGB:
(77,88,94)
(30%,35%,37%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 88 of 255 = 35%
B 94 of 255 = 37%

77
88
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 88 + 94 = 259 (100%)
R 77 of 259 ~ 29.73%
G 88 of 259 ~ 33.98%
B 94 of 259 ~ 36.29%

%29.73
%33.98
%36.29

CMYK RENK MODELİ

#4D585E rengi CMYK tonu (18,6,0,63).

  • camgöbeği tonu 18.09%
  • eflatun tonu 6.38%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(18,6,0,63)
C18M6Y0K63 
(18%,6%,0%,63%)
(0.18/0.06/0.00/0.63)	

CMYK yüzdeleri

%18.09
%6.38
%0
%63.14

Codes

Color #4D585E in popluar color models

4D585E
RGB778894
HSL201°9.94%33.53%
HSB/HSV201°18.09%36.86%
CMYK18.09%6.38%0.00%
63.14%

Color #4D585E in popluar number systems.

HEX4D585E
Decimal778894
Binary100110110110001011110
Octal115130136

Shades and tints

Shades of #4D585E

#4D585E
(77,88,94)
#465056
(70,80,86)
#3F484E
(63,72,78)
#384046
(56,64,70)
#31383E
(49,56,62)
#2A3036
(42,48,54)
#23282E
(35,40,46)
#1C2026
(28,32,38)
#15181E
(21,24,30)
#0E1016
(14,16,22)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #4D585E

#4D585E
(77,88,94)
#5D676C
(93,103,108)
#6D767A
(109,118,122)
#7D8588
(125,133,136)
#8D9496
(141,148,150)
#9DA3A4
(157,163,164)
#ADB2B2
(173,178,178)
#BDC1C0
(189,193,192)
#CDD0CE
(205,208,206)
#DDDFDC
(221,223,220)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D585E; }

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

This text font color is #4D585E.


Background Color

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

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

This div background color is #4D585E.


Border color

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

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

This div border color is #4D585E.


Opacity

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

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

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

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

This text has shadow with #4D585E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D585E on black background.


Color preview on white background

This text has color #4D585E on white background.



Black color preview on #4D585E background

This text has black color on #4D585E background.


White color preview on #4D585E background

This text has white color on #4D585E background.