COLOR #4C4F50

HEX: #4C4F50
RGB: (76,79,80)

Renk bilgisi

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

RGB renk modeli

#4C4F50 color RGB value is (76,79,80).

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

RGB bağlantıları ve doygunluk

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

76
79
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 79 + 80 = 235 (100%)
R 76 of 235 ~ 32.34%
G 79 of 235 ~ 33.62%
B 80 of 235 ~ 34.04%

%32.34
%33.62
%34.04

CMYK RENK MODELİ

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

  • camgöbeği tonu 5.00%
  • eflatun tonu 1.25%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(5,1,0,69)
C5M1Y0K69 
(5%,1%,0%,69%)
(0.05/0.01/0.00/0.69)	

CMYK yüzdeleri

%5
%1.25
%0
%68.63

Codes

Color #4C4F50 in popluar color models

4C4F50
RGB767980
HSL195°2.56%30.59%
HSB/HSV195°5.00%31.37%
CMYK5.00%1.25%0.00%
68.63%

Color #4C4F50 in popluar number systems.

HEX4C4F50
Decimal767980
Binary100110010011111010000
Octal114117120

Shades and tints

Shades of #4C4F50

#4C4F50
(76,79,80)
#464849
(70,72,73)
#404142
(64,65,66)
#3A3A3B
(58,58,59)
#343334
(52,51,52)
#2E2C2D
(46,44,45)
#282526
(40,37,38)
#221E1F
(34,30,31)
#1C1718
(28,23,24)
#161011
(22,16,17)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #4C4F50

#4C4F50
(76,79,80)
#5C5F5F
(92,95,95)
#6C6F6E
(108,111,110)
#7C7F7D
(124,127,125)
#8C8F8C
(140,143,140)
#9C9F9B
(156,159,155)
#ACAFAA
(172,175,170)
#BCBFB9
(188,191,185)
#CCCFC8
(204,207,200)
#DCDFD7
(220,223,215)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4F50; }

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

This text font color is #4C4F50.


Background Color

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

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

This div background color is #4C4F50.


Border color

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

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

This div border color is #4C4F50.


Opacity

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

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

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

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

This text has shadow with #4C4F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4F50 on black background.


Color preview on white background

This text has color #4C4F50 on white background.



Black color preview on #4C4F50 background

This text has black color on #4C4F50 background.


White color preview on #4C4F50 background

This text has white color on #4C4F50 background.