COLOR #4E4E52

HEX: #4E4E52
RGB: (78,78,82)

Renk bilgisi

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

RGB renk modeli

#4E4E52 color RGB value is (78,78,82).

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

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 78 of 255 = 31%
B 82 of 255 = 32%

78
78
82

R + G + B ~ 31%. #4E4E52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 78 + 82 = 238 (100%)
R 78 of 238 ~ 32.77%
G 78 of 238 ~ 32.77%
B 82 of 238 ~ 34.45%

%32.77
%32.77
%34.45

CMYK RENK MODELİ

#4E4E52 rengi CMYK tonu (5,5,0,68).

  • camgöbeği tonu 4.88%
  • eflatun tonu 4.88%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(5,5,0,68)
C5M5Y0K68 
(5%,5%,0%,68%)
(0.05/0.05/0.00/0.68)	

CMYK yüzdeleri

%4.88
%4.88
%0
%67.84

Codes

Color #4E4E52 in popluar color models

4E4E52
RGB787882
HSL240°2.50%31.37%
HSB/HSV240°4.88%32.16%
CMYK4.88%4.88%0.00%
67.84%

Color #4E4E52 in popluar number systems.

HEX4E4E52
Decimal787882
Binary100111010011101010010
Octal116116122

Shades and tints

Shades of #4E4E52

#4E4E52
(78,78,82)
#47474B
(71,71,75)
#404044
(64,64,68)
#39393D
(57,57,61)
#323236
(50,50,54)
#2B2B2F
(43,43,47)
#242428
(36,36,40)
#1D1D21
(29,29,33)
#16161A
(22,22,26)
#0F0F13
(15,15,19)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #4E4E52

#4E4E52
(78,78,82)
#5E5E61
(94,94,97)
#6E6E70
(110,110,112)
#7E7E7F
(126,126,127)
#8E8E8E
(142,142,142)
#9E9E9D
(158,158,157)
#AEAEAC
(174,174,172)
#BEBEBB
(190,190,187)
#CECECA
(206,206,202)
#DEDED9
(222,222,217)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4E52; }

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

This text font color is #4E4E52.


Background Color

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

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

This div background color is #4E4E52.


Border color

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

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

This div border color is #4E4E52.


Opacity

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

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

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

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

This text has shadow with #4E4E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4E52 on black background.


Color preview on white background

This text has color #4E4E52 on white background.



Black color preview on #4E4E52 background

This text has black color on #4E4E52 background.


White color preview on #4E4E52 background

This text has white color on #4E4E52 background.