COLOR #4E5350

HEX: #4E5350
RGB: (78,83,80)

Renk bilgisi

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

RGB renk modeli

#4E5350 color RGB value is (78,83,80).

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

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 83 of 255 = 33%
B 80 of 255 = 31%

78
83
80

R + G + B ~ 32%. #4E5350 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 83 + 80 = 241 (100%)
R 78 of 241 ~ 32.37%
G 83 of 241 ~ 34.44%
B 80 of 241 ~ 33.2%

%32.37
%34.44
%33.2

CMYK RENK MODELİ

#4E5350 rengi CMYK tonu (6,0,4,67).

  • camgöbeği tonu 6.02%
  • eflatun tonu 0.00%
  • sarı tonu 3.61%
  • ana renk tonu 67.45%
CMYK:
(6,0,4,67)
C6M0Y4K67 
(6%,0%,4%,67%)
(0.06/0.00/0.04/0.67)	

CMYK yüzdeleri

%6.02
%0
%3.61
%67.45

Codes

Color #4E5350 in popluar color models

4E5350
RGB788380
HSL144°3.11%31.57%
HSB/HSV144°6.02%32.55%
CMYK6.02%0.00%3.61%
67.45%

Color #4E5350 in popluar number systems.

HEX4E5350
Decimal788380
Binary100111010100111010000
Octal116123120

Shades and tints

Shades of #4E5350

#4E5350
(78,83,80)
#474C49
(71,76,73)
#404542
(64,69,66)
#393E3B
(57,62,59)
#323734
(50,55,52)
#2B302D
(43,48,45)
#242926
(36,41,38)
#1D221F
(29,34,31)
#161B18
(22,27,24)
#0F1411
(15,20,17)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #4E5350

#4E5350
(78,83,80)
#5E625F
(94,98,95)
#6E716E
(110,113,110)
#7E807D
(126,128,125)
#8E8F8C
(142,143,140)
#9E9E9B
(158,158,155)
#AEADAA
(174,173,170)
#BEBCB9
(190,188,185)
#CECBC8
(206,203,200)
#DEDAD7
(222,218,215)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5350; }

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

This text font color is #4E5350.


Background Color

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

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

This div background color is #4E5350.


Border color

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

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

This div border color is #4E5350.


Opacity

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

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

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

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

This text has shadow with #4E5350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5350 on black background.


Color preview on white background

This text has color #4E5350 on white background.



Black color preview on #4E5350 background

This text has black color on #4E5350 background.


White color preview on #4E5350 background

This text has white color on #4E5350 background.