COLOR #4F504B

HEX: #4F504B
RGB: (79,80,75)

Renk bilgisi

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

RGB renk modeli

#4F504B color RGB value is (79,80,75).

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

RGB bağlantıları ve doygunluk

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

79
80
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 80 + 75 = 234 (100%)
R 79 of 234 ~ 33.76%
G 80 of 234 ~ 34.19%
B 75 of 234 ~ 32.05%

%33.76
%34.19
%32.05

CMYK RENK MODELİ

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

  • camgöbeği tonu 1.25%
  • eflatun tonu 0.00%
  • sarı tonu 6.25%
  • ana renk tonu 68.63%
CMYK:
(1,0,6,69)
C1M0Y6K69 
(1%,0%,6%,69%)
(0.01/0.00/0.06/0.69)	

CMYK yüzdeleri

%1.25
%0
%6.25
%68.63

Codes

Color #4F504B in popluar color models

4F504B
RGB798075
HSL72°3.23%30.39%
HSB/HSV72°6.25%31.37%
CMYK1.25%0.00%6.25%
68.63%

Color #4F504B in popluar number systems.

HEX4F504B
Decimal798075
Binary100111110100001001011
Octal117120113

Shades and tints

Shades of #4F504B

#4F504B
(79,80,75)
#484945
(72,73,69)
#41423F
(65,66,63)
#3A3B39
(58,59,57)
#333433
(51,52,51)
#2C2D2D
(44,45,45)
#252627
(37,38,39)
#1E1F21
(30,31,33)
#17181B
(23,24,27)
#101115
(16,17,21)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #4F504B

#4F504B
(79,80,75)
#5F5F5B
(95,95,91)
#6F6E6B
(111,110,107)
#7F7D7B
(127,125,123)
#8F8C8B
(143,140,139)
#9F9B9B
(159,155,155)
#AFAAAB
(175,170,171)
#BFB9BB
(191,185,187)
#CFC8CB
(207,200,203)
#DFD7DB
(223,215,219)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F504B; }

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

This text font color is #4F504B.


Background Color

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

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

This div background color is #4F504B.


Border color

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

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

This div border color is #4F504B.


Opacity

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

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

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

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

This text has shadow with #4F504B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F504B on black background.


Color preview on white background

This text has color #4F504B on white background.



Black color preview on #4F504B background

This text has black color on #4F504B background.


White color preview on #4F504B background

This text has white color on #4F504B background.