COLOR #4F504D

HEX: #4F504D
RGB: (79,80,77)

Renk bilgisi

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

RGB renk modeli

#4F504D color RGB value is (79,80,77).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 80 of 255 = 31%
B 77 of 255 = 30%

79
80
77

R + G + B ~ 31%. #4F504D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 80 + 77 = 236 (100%)
R 79 of 236 ~ 33.47%
G 80 of 236 ~ 33.9%
B 77 of 236 ~ 32.63%

%33.47
%33.9
%32.63

CMYK RENK MODELİ

#4F504D rengi CMYK tonu (1,0,4,69).

  • camgöbeği tonu 1.25%
  • eflatun tonu 0.00%
  • sarı tonu 3.75%
  • ana renk tonu 68.63%
CMYK:
(1,0,4,69)
C1M0Y4K69 
(1%,0%,4%,69%)
(0.01/0.00/0.04/0.69)	

CMYK yüzdeleri

%1.25
%0
%3.75
%68.63

Codes

Color #4F504D in popluar color models

4F504D
RGB798077
HSL80°1.91%30.78%
HSB/HSV80°3.75%31.37%
CMYK1.25%0.00%3.75%
68.63%

Color #4F504D in popluar number systems.

HEX4F504D
Decimal798077
Binary100111110100001001101
Octal117120115

Shades and tints

Shades of #4F504D

#4F504D
(79,80,77)
#484946
(72,73,70)
#41423F
(65,66,63)
#3A3B38
(58,59,56)
#333431
(51,52,49)
#2C2D2A
(44,45,42)
#252623
(37,38,35)
#1E1F1C
(30,31,28)
#171815
(23,24,21)
#10110E
(16,17,14)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #4F504D

#4F504D
(79,80,77)
#5F5F5D
(95,95,93)
#6F6E6D
(111,110,109)
#7F7D7D
(127,125,125)
#8F8C8D
(143,140,141)
#9F9B9D
(159,155,157)
#AFAAAD
(175,170,173)
#BFB9BD
(191,185,189)
#CFC8CD
(207,200,205)
#DFD7DD
(223,215,221)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F504D; }

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

This text font color is #4F504D.


Background Color

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

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

This div background color is #4F504D.


Border color

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

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

This div border color is #4F504D.


Opacity

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

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

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

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

This text has shadow with #4F504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F504D on black background.


Color preview on white background

This text has color #4F504D on white background.



Black color preview on #4F504D background

This text has black color on #4F504D background.


White color preview on #4F504D background

This text has white color on #4F504D background.