COLOR #4F4946

HEX: #4F4946
RGB: (79,73,70)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

79
73
70

R + G + B ~ 29%. #4F4946 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 73 + 70 = 222 (100%)
R 79 of 222 ~ 35.59%
G 73 of 222 ~ 32.88%
B 70 of 222 ~ 31.53%

%35.59
%32.88
%31.53

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%7.59
%11.39
%69.02

Codes

Color #4F4946 in popluar color models

4F4946
RGB797370
HSL20°6.04%29.22%
HSB/HSV20°11.39%30.98%
CMYK0.00%7.59%11.39%
69.02%

Color #4F4946 in popluar number systems.

HEX4F4946
Decimal797370
Binary100111110010011000110
Octal117111106

Shades and tints

Shades of #4F4946

#4F4946
(79,73,70)
#484340
(72,67,64)
#413D3A
(65,61,58)
#3A3734
(58,55,52)
#33312E
(51,49,46)
#2C2B28
(44,43,40)
#252522
(37,37,34)
#1E1F1C
(30,31,28)
#171916
(23,25,22)
#101310
(16,19,16)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #4F4946

#4F4946
(79,73,70)
#5F5956
(95,89,86)
#6F6966
(111,105,102)
#7F7976
(127,121,118)
#8F8986
(143,137,134)
#9F9996
(159,153,150)
#AFA9A6
(175,169,166)
#BFB9B6
(191,185,182)
#CFC9C6
(207,201,198)
#DFD9D6
(223,217,214)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4946; }

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

This text font color is #4F4946.


Background Color

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

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

This div background color is #4F4946.


Border color

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

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

This div border color is #4F4946.


Opacity

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

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

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

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

This text has shadow with #4F4946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4946 on black background.


Color preview on white background

This text has color #4F4946 on white background.



Black color preview on #4F4946 background

This text has black color on #4F4946 background.


White color preview on #4F4946 background

This text has white color on #4F4946 background.