COLOR #4F4B49

HEX: #4F4B49
RGB: (79,75,73)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

79
75
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 75 + 73 = 227 (100%)
R 79 of 227 ~ 34.8%
G 75 of 227 ~ 33.04%
B 73 of 227 ~ 32.16%

%34.8
%33.04
%32.16

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%5.06
%7.59
%69.02

Codes

Color #4F4B49 in popluar color models

4F4B49
RGB797573
HSL20°3.95%29.80%
HSB/HSV20°7.59%30.98%
CMYK0.00%5.06%7.59%
69.02%

Color #4F4B49 in popluar number systems.

HEX4F4B49
Decimal797573
Binary100111110010111001001
Octal117113111

Shades and tints

Shades of #4F4B49

#4F4B49
(79,75,73)
#484543
(72,69,67)
#413F3D
(65,63,61)
#3A3937
(58,57,55)
#333331
(51,51,49)
#2C2D2B
(44,45,43)
#252725
(37,39,37)
#1E211F
(30,33,31)
#171B19
(23,27,25)
#101513
(16,21,19)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #4F4B49

#4F4B49
(79,75,73)
#5F5B59
(95,91,89)
#6F6B69
(111,107,105)
#7F7B79
(127,123,121)
#8F8B89
(143,139,137)
#9F9B99
(159,155,153)
#AFABA9
(175,171,169)
#BFBBB9
(191,187,185)
#CFCBC9
(207,203,201)
#DFDBD9
(223,219,217)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4B49; }

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

This text font color is #4F4B49.


Background Color

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

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

This div background color is #4F4B49.


Border color

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

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

This div border color is #4F4B49.


Opacity

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

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

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

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

This text has shadow with #4F4B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4B49 on black background.


Color preview on white background

This text has color #4F4B49 on white background.



Black color preview on #4F4B49 background

This text has black color on #4F4B49 background.


White color preview on #4F4B49 background

This text has white color on #4F4B49 background.