COLOR #4D5863

HEX: #4D5863
RGB: (77,88,99)

Renk bilgisi

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

RGB renk modeli

#4D5863 color RGB value is (77,88,99).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 88 of 255 = 35%
B 99 of 255 = 39%

77
88
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 88 + 99 = 264 (100%)
R 77 of 264 ~ 29.17%
G 88 of 264 ~ 33.33%
B 99 of 264 ~ 37.5%

%29.17
%33.33
%37.5

CMYK RENK MODELİ

#4D5863 rengi CMYK tonu (22,11,0,61).

  • camgöbeği tonu 22.22%
  • eflatun tonu 11.11%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(22,11,0,61)
C22M11Y0K61 
(22%,11%,0%,61%)
(0.22/0.11/0.00/0.61)	

CMYK yüzdeleri

%22.22
%11.11
%0
%61.18

Codes

Color #4D5863 in popluar color models

4D5863
RGB778899
HSL210°12.50%34.51%
HSB/HSV210°22.22%38.82%
CMYK22.22%11.11%0.00%
61.18%

Color #4D5863 in popluar number systems.

HEX4D5863
Decimal778899
Binary100110110110001100011
Octal115130143

Shades and tints

Shades of #4D5863

#4D5863
(77,88,99)
#46505A
(70,80,90)
#3F4851
(63,72,81)
#384048
(56,64,72)
#31383F
(49,56,63)
#2A3036
(42,48,54)
#23282D
(35,40,45)
#1C2024
(28,32,36)
#15181B
(21,24,27)
#0E1012
(14,16,18)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #4D5863

#4D5863
(77,88,99)
#5D6771
(93,103,113)
#6D767F
(109,118,127)
#7D858D
(125,133,141)
#8D949B
(141,148,155)
#9DA3A9
(157,163,169)
#ADB2B7
(173,178,183)
#BDC1C5
(189,193,197)
#CDD0D3
(205,208,211)
#DDDFE1
(221,223,225)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5863; }

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

This text font color is #4D5863.


Background Color

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

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

This div background color is #4D5863.


Border color

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

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

This div border color is #4D5863.


Opacity

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

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

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

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

This text has shadow with #4D5863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5863 on black background.


Color preview on white background

This text has color #4D5863 on white background.



Black color preview on #4D5863 background

This text has black color on #4D5863 background.


White color preview on #4D5863 background

This text has white color on #4D5863 background.