COLOR #4F4757

HEX: #4F4757
RGB: (79,71,87)

Renk bilgisi

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

RGB renk modeli

#4F4757 color RGB value is (79,71,87).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 71 of 255 = 28%
B 87 of 255 = 34%

79
71
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 71 + 87 = 237 (100%)
R 79 of 237 ~ 33.33%
G 71 of 237 ~ 29.96%
B 87 of 237 ~ 36.71%

%33.33
%29.96
%36.71

CMYK RENK MODELİ

#4F4757 rengi CMYK tonu (9,18,0,66).

  • camgöbeği tonu 9.20%
  • eflatun tonu 18.39%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(9,18,0,66)
C9M18Y0K66 
(9%,18%,0%,66%)
(0.09/0.18/0.00/0.66)	

CMYK yüzdeleri

%9.2
%18.39
%0
%65.88

Codes

Color #4F4757 in popluar color models

4F4757
RGB797187
HSL270°10.13%30.98%
HSB/HSV270°18.39%34.12%
CMYK9.20%18.39%0.00%
65.88%

Color #4F4757 in popluar number systems.

HEX4F4757
Decimal797187
Binary100111110001111010111
Octal117107127

Shades and tints

Shades of #4F4757

#4F4757
(79,71,87)
#484150
(72,65,80)
#413B49
(65,59,73)
#3A3542
(58,53,66)
#332F3B
(51,47,59)
#2C2934
(44,41,52)
#25232D
(37,35,45)
#1E1D26
(30,29,38)
#17171F
(23,23,31)
#101118
(16,17,24)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #4F4757

#4F4757
(79,71,87)
#5F5766
(95,87,102)
#6F6775
(111,103,117)
#7F7784
(127,119,132)
#8F8793
(143,135,147)
#9F97A2
(159,151,162)
#AFA7B1
(175,167,177)
#BFB7C0
(191,183,192)
#CFC7CF
(207,199,207)
#DFD7DE
(223,215,222)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4757; }

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

This text font color is #4F4757.


Background Color

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

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

This div background color is #4F4757.


Border color

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

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

This div border color is #4F4757.


Opacity

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

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

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

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

This text has shadow with #4F4757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4757 on black background.


Color preview on white background

This text has color #4F4757 on white background.



Black color preview on #4F4757 background

This text has black color on #4F4757 background.


White color preview on #4F4757 background

This text has white color on #4F4757 background.