COLOR #4F4E51

HEX: #4F4E51
RGB: (79,78,81)

Renk bilgisi

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

RGB renk modeli

#4F4E51 color RGB value is (79,78,81).

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

RGB bağlantıları ve doygunluk

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

79
78
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 78 + 81 = 238 (100%)
R 79 of 238 ~ 33.19%
G 78 of 238 ~ 32.77%
B 81 of 238 ~ 34.03%

%33.19
%32.77
%34.03

CMYK RENK MODELİ

#4F4E51 rengi CMYK tonu (2,4,0,68).

  • camgöbeği tonu 2.47%
  • eflatun tonu 3.70%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(2,4,0,68)
C2M4Y0K68 
(2%,4%,0%,68%)
(0.02/0.04/0.00/0.68)	

CMYK yüzdeleri

%2.47
%3.7
%0
%68.24

Codes

Color #4F4E51 in popluar color models

4F4E51
RGB797881
HSL260°1.89%31.18%
HSB/HSV260°3.70%31.76%
CMYK2.47%3.70%0.00%
68.24%

Color #4F4E51 in popluar number systems.

HEX4F4E51
Decimal797881
Binary100111110011101010001
Octal117116121

Shades and tints

Shades of #4F4E51

#4F4E51
(79,78,81)
#48474A
(72,71,74)
#414043
(65,64,67)
#3A393C
(58,57,60)
#333235
(51,50,53)
#2C2B2E
(44,43,46)
#252427
(37,36,39)
#1E1D20
(30,29,32)
#171619
(23,22,25)
#100F12
(16,15,18)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #4F4E51

#4F4E51
(79,78,81)
#5F5E60
(95,94,96)
#6F6E6F
(111,110,111)
#7F7E7E
(127,126,126)
#8F8E8D
(143,142,141)
#9F9E9C
(159,158,156)
#AFAEAB
(175,174,171)
#BFBEBA
(191,190,186)
#CFCEC9
(207,206,201)
#DFDED8
(223,222,216)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4E51; }

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

This text font color is #4F4E51.


Background Color

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

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

This div background color is #4F4E51.


Border color

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

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

This div border color is #4F4E51.


Opacity

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

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

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

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

This text has shadow with #4F4E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4E51 on black background.


Color preview on white background

This text has color #4F4E51 on white background.



Black color preview on #4F4E51 background

This text has black color on #4F4E51 background.


White color preview on #4F4E51 background

This text has white color on #4F4E51 background.