COLOR #4E4963

HEX: #4E4963
RGB: (78,73,99)

Renk bilgisi

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

RGB renk modeli

#4E4963 color RGB value is (78,73,99).

  • kırmız ton 78;
  • yeşil ton 73;
  • mavi ton 99.
RGB:
(78,73,99)
(31%,29%,39%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 73 of 255 = 29%
B 99 of 255 = 39%

78
73
99

R + G + B ~ 33%. #4E4963 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 73 + 99 = 250 (100%)
R 78 of 250 ~ 31.2%
G 73 of 250 ~ 29.2%
B 99 of 250 ~ 39.6%

%31.2
%29.2
%39.6

CMYK RENK MODELİ

#4E4963 rengi CMYK tonu (21,26,0,61).

  • camgöbeği tonu 21.21%
  • eflatun tonu 26.26%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(21,26,0,61)
C21M26Y0K61 
(21%,26%,0%,61%)
(0.21/0.26/0.00/0.61)	

CMYK yüzdeleri

%21.21
%26.26
%0
%61.18

Codes

Color #4E4963 in popluar color models

4E4963
RGB787399
HSL252°15.12%33.73%
HSB/HSV252°26.26%38.82%
CMYK21.21%26.26%0.00%
61.18%

Color #4E4963 in popluar number systems.

HEX4E4963
Decimal787399
Binary100111010010011100011
Octal116111143

Shades and tints

Shades of #4E4963

#4E4963
(78,73,99)
#47435A
(71,67,90)
#403D51
(64,61,81)
#393748
(57,55,72)
#32313F
(50,49,63)
#2B2B36
(43,43,54)
#24252D
(36,37,45)
#1D1F24
(29,31,36)
#16191B
(22,25,27)
#0F1312
(15,19,18)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #4E4963

#4E4963
(78,73,99)
#5E5971
(94,89,113)
#6E697F
(110,105,127)
#7E798D
(126,121,141)
#8E899B
(142,137,155)
#9E99A9
(158,153,169)
#AEA9B7
(174,169,183)
#BEB9C5
(190,185,197)
#CEC9D3
(206,201,211)
#DED9E1
(222,217,225)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4963 color. Also use rgb(78,73,99) instead hex code.

Text Font Color

.myTextColor { color: #4E4963; }

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

This text font color is #4E4963.


Background Color

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

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

This div background color is #4E4963.


Border color

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

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

This div border color is #4E4963.


Opacity

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

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

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

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

This text has shadow with #4E4963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4963 on black background.


Color preview on white background

This text has color #4E4963 on white background.



Black color preview on #4E4963 background

This text has black color on #4E4963 background.


White color preview on #4E4963 background

This text has white color on #4E4963 background.