COLOR #4D506E

HEX: #4D506E
RGB: (77,80,110)

Renk bilgisi

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

RGB renk modeli

#4D506E color RGB value is (77,80,110).

  • kırmız ton 77;
  • yeşil ton 80;
  • mavi ton 110.
RGB:
(77,80,110)
(30%,31%,43%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 80 of 255 = 31%
B 110 of 255 = 43%

77
80
110

R + G + B ~ 35%. #4D506E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 80 + 110 = 267 (100%)
R 77 of 267 ~ 28.84%
G 80 of 267 ~ 29.96%
B 110 of 267 ~ 41.2%

%28.84
%29.96
%41.2

CMYK RENK MODELİ

#4D506E rengi CMYK tonu (30,27,0,57).

  • camgöbeği tonu 30.00%
  • eflatun tonu 27.27%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(30,27,0,57)
C30M27Y0K57 
(30%,27%,0%,57%)
(0.30/0.27/0.00/0.57)	

CMYK yüzdeleri

%30
%27.27
%0
%56.86

Codes

Color #4D506E in popluar color models

4D506E
RGB7780110
HSL235°17.65%36.67%
HSB/HSV235°30.00%43.14%
CMYK30.00%27.27%0.00%
56.86%

Color #4D506E in popluar number systems.

HEX4D506E
Decimal7780110
Binary100110110100001101110
Octal115120156

Shades and tints

Shades of #4D506E

#4D506E
(77,80,110)
#464964
(70,73,100)
#3F425A
(63,66,90)
#383B50
(56,59,80)
#313446
(49,52,70)
#2A2D3C
(42,45,60)
#232632
(35,38,50)
#1C1F28
(28,31,40)
#15181E
(21,24,30)
#0E1114
(14,17,20)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #4D506E

#4D506E
(77,80,110)
#5D5F7B
(93,95,123)
#6D6E88
(109,110,136)
#7D7D95
(125,125,149)
#8D8CA2
(141,140,162)
#9D9BAF
(157,155,175)
#ADAABC
(173,170,188)
#BDB9C9
(189,185,201)
#CDC8D6
(205,200,214)
#DDD7E3
(221,215,227)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D506E color. Also use rgb(77,80,110) instead hex code.

Text Font Color

.myTextColor { color: #4D506E; }

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

This text font color is #4D506E.


Background Color

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

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

This div background color is #4D506E.


Border color

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

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

This div border color is #4D506E.


Opacity

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

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

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

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

This text has shadow with #4D506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D506E on black background.


Color preview on white background

This text has color #4D506E on white background.



Black color preview on #4D506E background

This text has black color on #4D506E background.


White color preview on #4D506E background

This text has white color on #4D506E background.