COLOR #4D5676

HEX: #4D5676
RGB: (77,86,118)

Renk bilgisi

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

RGB renk modeli

#4D5676 color RGB value is (77,86,118).

  • kırmız ton 77;
  • yeşil ton 86;
  • mavi ton 118.
RGB:
(77,86,118)
(30%,34%,46%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 86 of 255 = 34%
B 118 of 255 = 46%

77
86
118

R + G + B ~ 37%. #4D5676 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 86 + 118 = 281 (100%)
R 77 of 281 ~ 27.4%
G 86 of 281 ~ 30.6%
B 118 of 281 ~ 41.99%

%27.4
%30.6
%41.99

CMYK RENK MODELİ

#4D5676 rengi CMYK tonu (35,27,0,54).

  • camgöbeği tonu 34.75%
  • eflatun tonu 27.12%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(35,27,0,54)
C35M27Y0K54 
(35%,27%,0%,54%)
(0.35/0.27/0.00/0.54)	

CMYK yüzdeleri

%34.75
%27.12
%0
%53.73

Codes

Color #4D5676 in popluar color models

4D5676
RGB7786118
HSL227°21.03%38.24%
HSB/HSV227°34.75%46.27%
CMYK34.75%27.12%0.00%
53.73%

Color #4D5676 in popluar number systems.

HEX4D5676
Decimal7786118
Binary100110110101101110110
Octal115126166

Shades and tints

Shades of #4D5676

#4D5676
(77,86,118)
#464F6C
(70,79,108)
#3F4862
(63,72,98)
#384158
(56,65,88)
#313A4E
(49,58,78)
#2A3344
(42,51,68)
#232C3A
(35,44,58)
#1C2530
(28,37,48)
#151E26
(21,30,38)
#0E171C
(14,23,28)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #4D5676

#4D5676
(77,86,118)
#5D6582
(93,101,130)
#6D748E
(109,116,142)
#7D839A
(125,131,154)
#8D92A6
(141,146,166)
#9DA1B2
(157,161,178)
#ADB0BE
(173,176,190)
#BDBFCA
(189,191,202)
#CDCED6
(205,206,214)
#DDDDE2
(221,221,226)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5676 color. Also use rgb(77,86,118) instead hex code.

Text Font Color

.myTextColor { color: #4D5676; }

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

This text font color is #4D5676.


Background Color

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

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

This div background color is #4D5676.


Border color

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

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

This div border color is #4D5676.


Opacity

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

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

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

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

This text has shadow with #4D5676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5676 on black background.


Color preview on white background

This text has color #4D5676 on white background.



Black color preview on #4D5676 background

This text has black color on #4D5676 background.


White color preview on #4D5676 background

This text has white color on #4D5676 background.