COLOR #4E504B

HEX: #4E504B
RGB: (78,80,75)

Renk bilgisi

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

RGB renk modeli

#4E504B color RGB value is (78,80,75).

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

RGB bağlantıları ve doygunluk

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

78
80
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 80 + 75 = 233 (100%)
R 78 of 233 ~ 33.48%
G 80 of 233 ~ 34.33%
B 75 of 233 ~ 32.19%

%33.48
%34.33
%32.19

CMYK RENK MODELİ

#4E504B rengi CMYK tonu (2,0,6,69).

  • camgöbeği tonu 2.50%
  • eflatun tonu 0.00%
  • sarı tonu 6.25%
  • ana renk tonu 68.63%
CMYK:
(2,0,6,69)
C2M0Y6K69 
(2%,0%,6%,69%)
(0.02/0.00/0.06/0.69)	

CMYK yüzdeleri

%2.5
%0
%6.25
%68.63

Codes

Color #4E504B in popluar color models

4E504B
RGB788075
HSL84°3.23%30.39%
HSB/HSV84°6.25%31.37%
CMYK2.50%0.00%6.25%
68.63%

Color #4E504B in popluar number systems.

HEX4E504B
Decimal788075
Binary100111010100001001011
Octal116120113

Shades and tints

Shades of #4E504B

#4E504B
(78,80,75)
#474945
(71,73,69)
#40423F
(64,66,63)
#393B39
(57,59,57)
#323433
(50,52,51)
#2B2D2D
(43,45,45)
#242627
(36,38,39)
#1D1F21
(29,31,33)
#16181B
(22,24,27)
#0F1115
(15,17,21)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #4E504B

#4E504B
(78,80,75)
#5E5F5B
(94,95,91)
#6E6E6B
(110,110,107)
#7E7D7B
(126,125,123)
#8E8C8B
(142,140,139)
#9E9B9B
(158,155,155)
#AEAAAB
(174,170,171)
#BEB9BB
(190,185,187)
#CEC8CB
(206,200,203)
#DED7DB
(222,215,219)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E504B; }

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

This text font color is #4E504B.


Background Color

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

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

This div background color is #4E504B.


Border color

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

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

This div border color is #4E504B.


Opacity

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

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

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

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

This text has shadow with #4E504B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E504B on black background.


Color preview on white background

This text has color #4E504B on white background.



Black color preview on #4E504B background

This text has black color on #4E504B background.


White color preview on #4E504B background

This text has white color on #4E504B background.