COLOR #4F4F49

HEX: #4F4F49
RGB: (79,79,73)

Renk bilgisi

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

RGB renk modeli

#4F4F49 color RGB value is (79,79,73).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 79 of 255 = 31%
B 73 of 255 = 29%

79
79
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 79 + 73 = 231 (100%)
R 79 of 231 ~ 34.2%
G 79 of 231 ~ 34.2%
B 73 of 231 ~ 31.6%

%34.2
%34.2
%31.6

CMYK RENK MODELİ

#4F4F49 rengi CMYK tonu (0,0,8,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 7.59%
  • ana renk tonu 69.02%
CMYK:
(0,0,8,69)
C0M0Y8K69 
(0%,0%,8%,69%)
(0.00/0.00/0.08/0.69)	

CMYK yüzdeleri

%0
%0
%7.59
%69.02

Codes

Color #4F4F49 in popluar color models

4F4F49
RGB797973
HSL60°3.95%29.80%
HSB/HSV60°7.59%30.98%
CMYK0.00%0.00%7.59%
69.02%

Color #4F4F49 in popluar number systems.

HEX4F4F49
Decimal797973
Binary100111110011111001001
Octal117117111

Shades and tints

Shades of #4F4F49

#4F4F49
(79,79,73)
#484843
(72,72,67)
#41413D
(65,65,61)
#3A3A37
(58,58,55)
#333331
(51,51,49)
#2C2C2B
(44,44,43)
#252525
(37,37,37)
#1E1E1F
(30,30,31)
#171719
(23,23,25)
#101013
(16,16,19)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #4F4F49

#4F4F49
(79,79,73)
#5F5F59
(95,95,89)
#6F6F69
(111,111,105)
#7F7F79
(127,127,121)
#8F8F89
(143,143,137)
#9F9F99
(159,159,153)
#AFAFA9
(175,175,169)
#BFBFB9
(191,191,185)
#CFCFC9
(207,207,201)
#DFDFD9
(223,223,217)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4F49; }

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

This text font color is #4F4F49.


Background Color

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

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

This div background color is #4F4F49.


Border color

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

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

This div border color is #4F4F49.


Opacity

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

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

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

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

This text has shadow with #4F4F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4F49 on black background.


Color preview on white background

This text has color #4F4F49 on white background.



Black color preview on #4F4F49 background

This text has black color on #4F4F49 background.


White color preview on #4F4F49 background

This text has white color on #4F4F49 background.