COLOR #4D7380

HEX: #4D7380
RGB: (77,115,128)

Renk bilgisi

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

RGB renk modeli

#4D7380 color RGB value is (77,115,128).

  • kırmız ton 77;
  • yeşil ton 115;
  • mavi ton 128.
RGB:
(77,115,128)
(30%,45%,50%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 115 of 255 = 45%
B 128 of 255 = 50%

77
115
128

R + G + B ~ 42%. #4D7380 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 115 + 128 = 320 (100%)
R 77 of 320 ~ 24.06%
G 115 of 320 ~ 35.94%
B 128 of 320 ~ 40%

%24.06
%35.94
%40

CMYK RENK MODELİ

#4D7380 rengi CMYK tonu (40,10,0,50).

  • camgöbeği tonu 39.84%
  • eflatun tonu 10.16%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(40,10,0,50)
C40M10Y0K50 
(40%,10%,0%,50%)
(0.40/0.10/0.00/0.50)	

CMYK yüzdeleri

%39.84
%10.16
%0
%49.8

Codes

Color #4D7380 in popluar color models

4D7380
RGB77115128
HSL195°24.88%40.20%
HSB/HSV195°39.84%50.20%
CMYK39.84%10.16%0.00%
49.80%

Color #4D7380 in popluar number systems.

HEX4D7380
Decimal77115128
Binary1001101111001110000000
Octal115163200

Shades and tints

Shades of #4D7380

#4D7380
(77,115,128)
#466975
(70,105,117)
#3F5F6A
(63,95,106)
#38555F
(56,85,95)
#314B54
(49,75,84)
#2A4149
(42,65,73)
#23373E
(35,55,62)
#1C2D33
(28,45,51)
#152328
(21,35,40)
#0E191D
(14,25,29)
#070F12
(7,15,18)
#000000
(0,0,0)

Tints of #4D7380

#4D7380
(77,115,128)
#5D7F8B
(93,127,139)
#6D8B96
(109,139,150)
#7D97A1
(125,151,161)
#8DA3AC
(141,163,172)
#9DAFB7
(157,175,183)
#ADBBC2
(173,187,194)
#BDC7CD
(189,199,205)
#CDD3D8
(205,211,216)
#DDDFE3
(221,223,227)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7380 color. Also use rgb(77,115,128) instead hex code.

Text Font Color

.myTextColor { color: #4D7380; }

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

This text font color is #4D7380.


Background Color

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

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

This div background color is #4D7380.


Border color

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

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

This div border color is #4D7380.


Opacity

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

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

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

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

This text has shadow with #4D7380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7380 on black background.


Color preview on white background

This text has color #4D7380 on white background.



Black color preview on #4D7380 background

This text has black color on #4D7380 background.


White color preview on #4D7380 background

This text has white color on #4D7380 background.