COLOR #4F5051

HEX: #4F5051
RGB: (79,80,81)

Renk bilgisi

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

RGB renk modeli

#4F5051 color RGB value is (79,80,81).

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

RGB bağlantıları ve doygunluk

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

79
80
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 80 + 81 = 240 (100%)
R 79 of 240 ~ 32.92%
G 80 of 240 ~ 33.33%
B 81 of 240 ~ 33.75%

%32.92
%33.33
%33.75

CMYK RENK MODELİ

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

  • camgöbeği tonu 2.47%
  • eflatun tonu 1.23%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(2,1,0,68)
C2M1Y0K68 
(2%,1%,0%,68%)
(0.02/0.01/0.00/0.68)	

CMYK yüzdeleri

%2.47
%1.23
%0
%68.24

Codes

Color #4F5051 in popluar color models

4F5051
RGB798081
HSL210°1.25%31.37%
HSB/HSV210°2.47%31.76%
CMYK2.47%1.23%0.00%
68.24%

Color #4F5051 in popluar number systems.

HEX4F5051
Decimal798081
Binary100111110100001010001
Octal117120121

Shades and tints

Shades of #4F5051

#4F5051
(79,80,81)
#48494A
(72,73,74)
#414243
(65,66,67)
#3A3B3C
(58,59,60)
#333435
(51,52,53)
#2C2D2E
(44,45,46)
#252627
(37,38,39)
#1E1F20
(30,31,32)
#171819
(23,24,25)
#101112
(16,17,18)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #4F5051

#4F5051
(79,80,81)
#5F5F60
(95,95,96)
#6F6E6F
(111,110,111)
#7F7D7E
(127,125,126)
#8F8C8D
(143,140,141)
#9F9B9C
(159,155,156)
#AFAAAB
(175,170,171)
#BFB9BA
(191,185,186)
#CFC8C9
(207,200,201)
#DFD7D8
(223,215,216)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5051; }

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

This text font color is #4F5051.


Background Color

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

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

This div background color is #4F5051.


Border color

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

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

This div border color is #4F5051.


Opacity

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

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

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

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

This text has shadow with #4F5051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5051 on black background.


Color preview on white background

This text has color #4F5051 on white background.



Black color preview on #4F5051 background

This text has black color on #4F5051 background.


White color preview on #4F5051 background

This text has white color on #4F5051 background.