COLOR #4D6378

HEX: #4D6378
RGB: (77,99,120)

Renk bilgisi

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

RGB renk modeli

#4D6378 color RGB value is (77,99,120).

  • kırmız ton 77;
  • yeşil ton 99;
  • mavi ton 120.
RGB:
(77,99,120)
(30%,39%,47%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 99 of 255 = 39%
B 120 of 255 = 47%

77
99
120

R + G + B ~ 39%. #4D6378 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 99 + 120 = 296 (100%)
R 77 of 296 ~ 26.01%
G 99 of 296 ~ 33.45%
B 120 of 296 ~ 40.54%

%26.01
%33.45
%40.54

CMYK RENK MODELİ

#4D6378 rengi CMYK tonu (36,18,0,53).

  • camgöbeği tonu 35.83%
  • eflatun tonu 17.50%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(36,18,0,53)
C36M18Y0K53 
(36%,18%,0%,53%)
(0.36/0.18/0.00/0.53)	

CMYK yüzdeleri

%35.83
%17.5
%0
%52.94

Codes

Color #4D6378 in popluar color models

4D6378
RGB7799120
HSL209°21.83%38.63%
HSB/HSV209°35.83%47.06%
CMYK35.83%17.50%0.00%
52.94%

Color #4D6378 in popluar number systems.

HEX4D6378
Decimal7799120
Binary100110111000111111000
Octal115143170

Shades and tints

Shades of #4D6378

#4D6378
(77,99,120)
#465A6E
(70,90,110)
#3F5164
(63,81,100)
#38485A
(56,72,90)
#313F50
(49,63,80)
#2A3646
(42,54,70)
#232D3C
(35,45,60)
#1C2432
(28,36,50)
#151B28
(21,27,40)
#0E121E
(14,18,30)
#070914
(7,9,20)
#000000
(0,0,0)

Tints of #4D6378

#4D6378
(77,99,120)
#5D7184
(93,113,132)
#6D7F90
(109,127,144)
#7D8D9C
(125,141,156)
#8D9BA8
(141,155,168)
#9DA9B4
(157,169,180)
#ADB7C0
(173,183,192)
#BDC5CC
(189,197,204)
#CDD3D8
(205,211,216)
#DDE1E4
(221,225,228)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6378 color. Also use rgb(77,99,120) instead hex code.

Text Font Color

.myTextColor { color: #4D6378; }

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

This text font color is #4D6378.


Background Color

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

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

This div background color is #4D6378.


Border color

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

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

This div border color is #4D6378.


Opacity

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

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

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

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

This text has shadow with #4D6378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6378 on black background.


Color preview on white background

This text has color #4D6378 on white background.



Black color preview on #4D6378 background

This text has black color on #4D6378 background.


White color preview on #4D6378 background

This text has white color on #4D6378 background.