COLOR #4F484F

HEX: #4F484F
RGB: (79,72,79)

Renk bilgisi

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

RGB renk modeli

#4F484F color RGB value is (79,72,79).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 72 of 255 = 28%
B 79 of 255 = 31%

79
72
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 72 + 79 = 230 (100%)
R 79 of 230 ~ 34.35%
G 72 of 230 ~ 31.3%
B 79 of 230 ~ 34.35%

%34.35
%31.3
%34.35

CMYK RENK MODELİ

#4F484F rengi CMYK tonu (0,9,0,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.86%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(0,9,0,69)
C0M9Y0K69 
(0%,9%,0%,69%)
(0.00/0.09/0.00/0.69)	

CMYK yüzdeleri

%0
%8.86
%0
%69.02

Codes

Color #4F484F in popluar color models

4F484F
RGB797279
HSL300°4.64%29.61%
HSB/HSV300°8.86%30.98%
CMYK0.00%8.86%0.00%
69.02%

Color #4F484F in popluar number systems.

HEX4F484F
Decimal797279
Binary100111110010001001111
Octal117110117

Shades and tints

Shades of #4F484F

#4F484F
(79,72,79)
#484248
(72,66,72)
#413C41
(65,60,65)
#3A363A
(58,54,58)
#333033
(51,48,51)
#2C2A2C
(44,42,44)
#252425
(37,36,37)
#1E1E1E
(30,30,30)
#171817
(23,24,23)
#101210
(16,18,16)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #4F484F

#4F484F
(79,72,79)
#5F585F
(95,88,95)
#6F686F
(111,104,111)
#7F787F
(127,120,127)
#8F888F
(143,136,143)
#9F989F
(159,152,159)
#AFA8AF
(175,168,175)
#BFB8BF
(191,184,191)
#CFC8CF
(207,200,207)
#DFD8DF
(223,216,223)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F484F; }

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

This text font color is #4F484F.


Background Color

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

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

This div background color is #4F484F.


Border color

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

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

This div border color is #4F484F.


Opacity

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

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

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

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

This text has shadow with #4F484F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F484F on black background.


Color preview on white background

This text has color #4F484F on white background.



Black color preview on #4F484F background

This text has black color on #4F484F background.


White color preview on #4F484F background

This text has white color on #4F484F background.