COLOR #4E475D

HEX: #4E475D
RGB: (78,71,93)

Renk bilgisi

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

RGB renk modeli

#4E475D color RGB value is (78,71,93).

  • kırmız ton 78;
  • yeşil ton 71;
  • mavi ton 93.
RGB:
(78,71,93)
(31%,28%,36%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 71 of 255 = 28%
B 93 of 255 = 36%

78
71
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 71 + 93 = 242 (100%)
R 78 of 242 ~ 32.23%
G 71 of 242 ~ 29.34%
B 93 of 242 ~ 38.43%

%32.23
%29.34
%38.43

CMYK RENK MODELİ

#4E475D rengi CMYK tonu (16,24,0,64).

  • camgöbeği tonu 16.13%
  • eflatun tonu 23.66%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(16,24,0,64)
C16M24Y0K64 
(16%,24%,0%,64%)
(0.16/0.24/0.00/0.64)	

CMYK yüzdeleri

%16.13
%23.66
%0
%63.53

Codes

Color #4E475D in popluar color models

4E475D
RGB787193
HSL259°13.41%32.16%
HSB/HSV259°23.66%36.47%
CMYK16.13%23.66%0.00%
63.53%

Color #4E475D in popluar number systems.

HEX4E475D
Decimal787193
Binary100111010001111011101
Octal116107135

Shades and tints

Shades of #4E475D

#4E475D
(78,71,93)
#474155
(71,65,85)
#403B4D
(64,59,77)
#393545
(57,53,69)
#322F3D
(50,47,61)
#2B2935
(43,41,53)
#24232D
(36,35,45)
#1D1D25
(29,29,37)
#16171D
(22,23,29)
#0F1115
(15,17,21)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #4E475D

#4E475D
(78,71,93)
#5E576B
(94,87,107)
#6E6779
(110,103,121)
#7E7787
(126,119,135)
#8E8795
(142,135,149)
#9E97A3
(158,151,163)
#AEA7B1
(174,167,177)
#BEB7BF
(190,183,191)
#CEC7CD
(206,199,205)
#DED7DB
(222,215,219)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E475D color. Also use rgb(78,71,93) instead hex code.

Text Font Color

.myTextColor { color: #4E475D; }

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

This text font color is #4E475D.


Background Color

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

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

This div background color is #4E475D.


Border color

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

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

This div border color is #4E475D.


Opacity

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

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

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

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

This text has shadow with #4E475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E475D on black background.


Color preview on white background

This text has color #4E475D on white background.



Black color preview on #4E475D background

This text has black color on #4E475D background.


White color preview on #4E475D background

This text has white color on #4E475D background.