COLOR #4F4746

HEX: #4F4746
RGB: (79,71,70)

Renk bilgisi

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

RGB renk modeli

#4F4746 color RGB value is (79,71,70).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 71 of 255 = 28%
B 70 of 255 = 27%

79
71
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 71 + 70 = 220 (100%)
R 79 of 220 ~ 35.91%
G 71 of 220 ~ 32.27%
B 70 of 220 ~ 31.82%

%35.91
%32.27
%31.82

CMYK RENK MODELİ

#4F4746 rengi CMYK tonu (0,10,11,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.13%
  • sarı tonu 11.39%
  • ana renk tonu 69.02%
CMYK:
(0,10,11,69)
C0M10Y11K69 
(0%,10%,11%,69%)
(0.00/0.10/0.11/0.69)	

CMYK yüzdeleri

%0
%10.13
%11.39
%69.02

Codes

Color #4F4746 in popluar color models

4F4746
RGB797170
HSL6.04%29.22%
HSB/HSV11.39%30.98%
CMYK0.00%10.13%11.39%
69.02%

Color #4F4746 in popluar number systems.

HEX4F4746
Decimal797170
Binary100111110001111000110
Octal117107106

Shades and tints

Shades of #4F4746

#4F4746
(79,71,70)
#484140
(72,65,64)
#413B3A
(65,59,58)
#3A3534
(58,53,52)
#332F2E
(51,47,46)
#2C2928
(44,41,40)
#252322
(37,35,34)
#1E1D1C
(30,29,28)
#171716
(23,23,22)
#101110
(16,17,16)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #4F4746

#4F4746
(79,71,70)
#5F5756
(95,87,86)
#6F6766
(111,103,102)
#7F7776
(127,119,118)
#8F8786
(143,135,134)
#9F9796
(159,151,150)
#AFA7A6
(175,167,166)
#BFB7B6
(191,183,182)
#CFC7C6
(207,199,198)
#DFD7D6
(223,215,214)
#EFE7E6
(239,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4746; }

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

This text font color is #4F4746.


Background Color

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

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

This div background color is #4F4746.


Border color

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

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

This div border color is #4F4746.


Opacity

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

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

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

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

This text has shadow with #4F4746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4746 on black background.


Color preview on white background

This text has color #4F4746 on white background.



Black color preview on #4F4746 background

This text has black color on #4F4746 background.


White color preview on #4F4746 background

This text has white color on #4F4746 background.