COLOR #4F4E47

HEX: #4F4E47
RGB: (79,78,71)

Renk bilgisi

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

RGB renk modeli

#4F4E47 color RGB value is (79,78,71).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 78 of 255 = 31%
B 71 of 255 = 28%

79
78
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 78 + 71 = 228 (100%)
R 79 of 228 ~ 34.65%
G 78 of 228 ~ 34.21%
B 71 of 228 ~ 31.14%

%34.65
%34.21
%31.14

CMYK RENK MODELİ

#4F4E47 rengi CMYK tonu (0,1,10,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.27%
  • sarı tonu 10.13%
  • ana renk tonu 69.02%
CMYK:
(0,1,10,69)
C0M1Y10K69 
(0%,1%,10%,69%)
(0.00/0.01/0.10/0.69)	

CMYK yüzdeleri

%0
%1.27
%10.13
%69.02

Codes

Color #4F4E47 in popluar color models

4F4E47
RGB797871
HSL53°5.33%29.41%
HSB/HSV53°10.13%30.98%
CMYK0.00%1.27%10.13%
69.02%

Color #4F4E47 in popluar number systems.

HEX4F4E47
Decimal797871
Binary100111110011101000111
Octal117116107

Shades and tints

Shades of #4F4E47

#4F4E47
(79,78,71)
#484741
(72,71,65)
#41403B
(65,64,59)
#3A3935
(58,57,53)
#33322F
(51,50,47)
#2C2B29
(44,43,41)
#252423
(37,36,35)
#1E1D1D
(30,29,29)
#171617
(23,22,23)
#100F11
(16,15,17)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #4F4E47

#4F4E47
(79,78,71)
#5F5E57
(95,94,87)
#6F6E67
(111,110,103)
#7F7E77
(127,126,119)
#8F8E87
(143,142,135)
#9F9E97
(159,158,151)
#AFAEA7
(175,174,167)
#BFBEB7
(191,190,183)
#CFCEC7
(207,206,199)
#DFDED7
(223,222,215)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4E47; }

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

This text font color is #4F4E47.


Background Color

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

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

This div background color is #4F4E47.


Border color

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

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

This div border color is #4F4E47.


Opacity

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

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

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

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

This text has shadow with #4F4E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4E47 on black background.


Color preview on white background

This text has color #4F4E47 on white background.



Black color preview on #4F4E47 background

This text has black color on #4F4E47 background.


White color preview on #4F4E47 background

This text has white color on #4F4E47 background.