COLOR #4D5B5A

HEX: #4D5B5A
RGB: (77,91,90)

Renk bilgisi

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

RGB renk modeli

#4D5B5A color RGB value is (77,91,90).

  • kırmız ton 77;
  • yeşil ton 91;
  • mavi ton 90.
RGB:
(77,91,90)
(30%,36%,35%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 91 of 255 = 36%
B 90 of 255 = 35%

77
91
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 91 + 90 = 258 (100%)
R 77 of 258 ~ 29.84%
G 91 of 258 ~ 35.27%
B 90 of 258 ~ 34.88%

%29.84
%35.27
%34.88

CMYK RENK MODELİ

#4D5B5A rengi CMYK tonu (15,0,1,64).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 1.10%
  • ana renk tonu 64.31%
CMYK:
(15,0,1,64)
C15M0Y1K64 
(15%,0%,1%,64%)
(0.15/0.00/0.01/0.64)	

CMYK yüzdeleri

%15.38
%0
%1.1
%64.31

Codes

Color #4D5B5A in popluar color models

4D5B5A
RGB779190
HSL176°8.33%32.94%
HSB/HSV176°15.38%35.69%
CMYK15.38%0.00%1.10%
64.31%

Color #4D5B5A in popluar number systems.

HEX4D5B5A
Decimal779190
Binary100110110110111011010
Octal115133132

Shades and tints

Shades of #4D5B5A

#4D5B5A
(77,91,90)
#465352
(70,83,82)
#3F4B4A
(63,75,74)
#384342
(56,67,66)
#313B3A
(49,59,58)
#2A3332
(42,51,50)
#232B2A
(35,43,42)
#1C2322
(28,35,34)
#151B1A
(21,27,26)
#0E1312
(14,19,18)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #4D5B5A

#4D5B5A
(77,91,90)
#5D6969
(93,105,105)
#6D7778
(109,119,120)
#7D8587
(125,133,135)
#8D9396
(141,147,150)
#9DA1A5
(157,161,165)
#ADAFB4
(173,175,180)
#BDBDC3
(189,189,195)
#CDCBD2
(205,203,210)
#DDD9E1
(221,217,225)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5B5A; }

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

This text font color is #4D5B5A.


Background Color

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

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

This div background color is #4D5B5A.


Border color

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

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

This div border color is #4D5B5A.


Opacity

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

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

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

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

This text has shadow with #4D5B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5B5A on black background.


Color preview on white background

This text has color #4D5B5A on white background.



Black color preview on #4D5B5A background

This text has black color on #4D5B5A background.


White color preview on #4D5B5A background

This text has white color on #4D5B5A background.