COLOR #4F5753

HEX: #4F5753
RGB: (79,87,83)

Renk bilgisi

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

RGB renk modeli

#4F5753 color RGB value is (79,87,83).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 87 of 255 = 34%
B 83 of 255 = 33%

79
87
83

R + G + B ~ 33%. #4F5753 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 87 + 83 = 249 (100%)
R 79 of 249 ~ 31.73%
G 87 of 249 ~ 34.94%
B 83 of 249 ~ 33.33%

%31.73
%34.94
%33.33

CMYK RENK MODELİ

#4F5753 rengi CMYK tonu (9,0,5,66).

  • camgöbeği tonu 9.20%
  • eflatun tonu 0.00%
  • sarı tonu 4.60%
  • ana renk tonu 65.88%
CMYK:
(9,0,5,66)
C9M0Y5K66 
(9%,0%,5%,66%)
(0.09/0.00/0.05/0.66)	

CMYK yüzdeleri

%9.2
%0
%4.6
%65.88

Codes

Color #4F5753 in popluar color models

4F5753
RGB798783
HSL150°4.82%32.55%
HSB/HSV150°9.20%34.12%
CMYK9.20%0.00%4.60%
65.88%

Color #4F5753 in popluar number systems.

HEX4F5753
Decimal798783
Binary100111110101111010011
Octal117127123

Shades and tints

Shades of #4F5753

#4F5753
(79,87,83)
#48504C
(72,80,76)
#414945
(65,73,69)
#3A423E
(58,66,62)
#333B37
(51,59,55)
#2C3430
(44,52,48)
#252D29
(37,45,41)
#1E2622
(30,38,34)
#171F1B
(23,31,27)
#101814
(16,24,20)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #4F5753

#4F5753
(79,87,83)
#5F6662
(95,102,98)
#6F7571
(111,117,113)
#7F8480
(127,132,128)
#8F938F
(143,147,143)
#9FA29E
(159,162,158)
#AFB1AD
(175,177,173)
#BFC0BC
(191,192,188)
#CFCFCB
(207,207,203)
#DFDEDA
(223,222,218)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5753; }

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

This text font color is #4F5753.


Background Color

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

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

This div background color is #4F5753.


Border color

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

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

This div border color is #4F5753.


Opacity

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

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

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

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

This text has shadow with #4F5753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5753 on black background.


Color preview on white background

This text has color #4F5753 on white background.



Black color preview on #4F5753 background

This text has black color on #4F5753 background.


White color preview on #4F5753 background

This text has white color on #4F5753 background.