COLOR #4E5251

HEX: #4E5251
RGB: (78,82,81)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

78
82
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 82 + 81 = 241 (100%)
R 78 of 241 ~ 32.37%
G 82 of 241 ~ 34.02%
B 81 of 241 ~ 33.61%

%32.37
%34.02
%33.61

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%4.88
%0
%1.22
%67.84

Codes

Color #4E5251 in popluar color models

4E5251
RGB788281
HSL165°2.50%31.37%
HSB/HSV165°4.88%32.16%
CMYK4.88%0.00%1.22%
67.84%

Color #4E5251 in popluar number systems.

HEX4E5251
Decimal788281
Binary100111010100101010001
Octal116122121

Shades and tints

Shades of #4E5251

#4E5251
(78,82,81)
#474B4A
(71,75,74)
#404443
(64,68,67)
#393D3C
(57,61,60)
#323635
(50,54,53)
#2B2F2E
(43,47,46)
#242827
(36,40,39)
#1D2120
(29,33,32)
#161A19
(22,26,25)
#0F1312
(15,19,18)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #4E5251

#4E5251
(78,82,81)
#5E6160
(94,97,96)
#6E706F
(110,112,111)
#7E7F7E
(126,127,126)
#8E8E8D
(142,142,141)
#9E9D9C
(158,157,156)
#AEACAB
(174,172,171)
#BEBBBA
(190,187,186)
#CECAC9
(206,202,201)
#DED9D8
(222,217,216)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5251; }

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

This text font color is #4E5251.


Background Color

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

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

This div background color is #4E5251.


Border color

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

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

This div border color is #4E5251.


Opacity

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

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

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

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

This text has shadow with #4E5251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5251 on black background.


Color preview on white background

This text has color #4E5251 on white background.



Black color preview on #4E5251 background

This text has black color on #4E5251 background.


White color preview on #4E5251 background

This text has white color on #4E5251 background.