COLOR #4E4950

HEX: #4E4950
RGB: (78,73,80)

Renk bilgisi

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

RGB renk modeli

#4E4950 color RGB value is (78,73,80).

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

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 73 of 255 = 29%
B 80 of 255 = 31%

78
73
80

R + G + B ~ 30%. #4E4950 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 73 + 80 = 231 (100%)
R 78 of 231 ~ 33.77%
G 73 of 231 ~ 31.6%
B 80 of 231 ~ 34.63%

%33.77
%31.6
%34.63

CMYK RENK MODELİ

#4E4950 rengi CMYK tonu (2,9,0,69).

  • camgöbeği tonu 2.50%
  • eflatun tonu 8.75%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(2,9,0,69)
C2M9Y0K69 
(2%,9%,0%,69%)
(0.02/0.09/0.00/0.69)	

CMYK yüzdeleri

%2.5
%8.75
%0
%68.63

Codes

Color #4E4950 in popluar color models

4E4950
RGB787380
HSL283°4.58%30.00%
HSB/HSV283°8.75%31.37%
CMYK2.50%8.75%0.00%
68.63%

Color #4E4950 in popluar number systems.

HEX4E4950
Decimal787380
Binary100111010010011010000
Octal116111120

Shades and tints

Shades of #4E4950

#4E4950
(78,73,80)
#474349
(71,67,73)
#403D42
(64,61,66)
#39373B
(57,55,59)
#323134
(50,49,52)
#2B2B2D
(43,43,45)
#242526
(36,37,38)
#1D1F1F
(29,31,31)
#161918
(22,25,24)
#0F1311
(15,19,17)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #4E4950

#4E4950
(78,73,80)
#5E595F
(94,89,95)
#6E696E
(110,105,110)
#7E797D
(126,121,125)
#8E898C
(142,137,140)
#9E999B
(158,153,155)
#AEA9AA
(174,169,170)
#BEB9B9
(190,185,185)
#CEC9C8
(206,201,200)
#DED9D7
(222,217,215)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4950; }

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

This text font color is #4E4950.


Background Color

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

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

This div background color is #4E4950.


Border color

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

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

This div border color is #4E4950.


Opacity

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

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

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

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

This text has shadow with #4E4950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4950 on black background.


Color preview on white background

This text has color #4E4950 on white background.



Black color preview on #4E4950 background

This text has black color on #4E4950 background.


White color preview on #4E4950 background

This text has white color on #4E4950 background.