COLOR #4F5C53

HEX: #4F5C53
RGB: (79,92,83)

Renk bilgisi

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

RGB renk modeli

#4F5C53 color RGB value is (79,92,83).

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

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 92 of 255 = 36%
B 83 of 255 = 33%

79
92
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 92 + 83 = 254 (100%)
R 79 of 254 ~ 31.1%
G 92 of 254 ~ 36.22%
B 83 of 254 ~ 32.68%

%31.1
%36.22
%32.68

CMYK RENK MODELİ

#4F5C53 rengi CMYK tonu (14,0,10,64).

  • camgöbeği tonu 14.13%
  • eflatun tonu 0.00%
  • sarı tonu 9.78%
  • ana renk tonu 63.92%
CMYK:
(14,0,10,64)
C14M0Y10K64 
(14%,0%,10%,64%)
(0.14/0.00/0.10/0.64)	

CMYK yüzdeleri

%14.13
%0
%9.78
%63.92

Codes

Color #4F5C53 in popluar color models

4F5C53
RGB799283
HSL138°7.60%33.53%
HSB/HSV138°14.13%36.08%
CMYK14.13%0.00%9.78%
63.92%

Color #4F5C53 in popluar number systems.

HEX4F5C53
Decimal799283
Binary100111110111001010011
Octal117134123

Shades and tints

Shades of #4F5C53

#4F5C53
(79,92,83)
#48544C
(72,84,76)
#414C45
(65,76,69)
#3A443E
(58,68,62)
#333C37
(51,60,55)
#2C3430
(44,52,48)
#252C29
(37,44,41)
#1E2422
(30,36,34)
#171C1B
(23,28,27)
#101414
(16,20,20)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #4F5C53

#4F5C53
(79,92,83)
#5F6A62
(95,106,98)
#6F7871
(111,120,113)
#7F8680
(127,134,128)
#8F948F
(143,148,143)
#9FA29E
(159,162,158)
#AFB0AD
(175,176,173)
#BFBEBC
(191,190,188)
#CFCCCB
(207,204,203)
#DFDADA
(223,218,218)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5C53; }

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

This text font color is #4F5C53.


Background Color

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

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

This div background color is #4F5C53.


Border color

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

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

This div border color is #4F5C53.


Opacity

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

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

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

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

This text has shadow with #4F5C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5C53 on black background.


Color preview on white background

This text has color #4F5C53 on white background.



Black color preview on #4F5C53 background

This text has black color on #4F5C53 background.


White color preview on #4F5C53 background

This text has white color on #4F5C53 background.