COLOR #4C4E53

HEX: #4C4E53
RGB: (76,78,83)

Renk bilgisi

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

RGB renk modeli

#4C4E53 color RGB value is (76,78,83).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 78 of 255 = 31%
B 83 of 255 = 33%

76
78
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 78 + 83 = 237 (100%)
R 76 of 237 ~ 32.07%
G 78 of 237 ~ 32.91%
B 83 of 237 ~ 35.02%

%32.07
%32.91
%35.02

CMYK RENK MODELİ

#4C4E53 rengi CMYK tonu (8,6,0,67).

  • camgöbeği tonu 8.43%
  • eflatun tonu 6.02%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(8,6,0,67)
C8M6Y0K67 
(8%,6%,0%,67%)
(0.08/0.06/0.00/0.67)	

CMYK yüzdeleri

%8.43
%6.02
%0
%67.45

Codes

Color #4C4E53 in popluar color models

4C4E53
RGB767883
HSL223°4.40%31.18%
HSB/HSV223°8.43%32.55%
CMYK8.43%6.02%0.00%
67.45%

Color #4C4E53 in popluar number systems.

HEX4C4E53
Decimal767883
Binary100110010011101010011
Octal114116123

Shades and tints

Shades of #4C4E53

#4C4E53
(76,78,83)
#46474C
(70,71,76)
#404045
(64,64,69)
#3A393E
(58,57,62)
#343237
(52,50,55)
#2E2B30
(46,43,48)
#282429
(40,36,41)
#221D22
(34,29,34)
#1C161B
(28,22,27)
#160F14
(22,15,20)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #4C4E53

#4C4E53
(76,78,83)
#5C5E62
(92,94,98)
#6C6E71
(108,110,113)
#7C7E80
(124,126,128)
#8C8E8F
(140,142,143)
#9C9E9E
(156,158,158)
#ACAEAD
(172,174,173)
#BCBEBC
(188,190,188)
#CCCECB
(204,206,203)
#DCDEDA
(220,222,218)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4E53 color. Also use rgb(76,78,83) instead hex code.

Text Font Color

.myTextColor { color: #4C4E53; }

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

This text font color is #4C4E53.


Background Color

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

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

This div background color is #4C4E53.


Border color

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

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

This div border color is #4C4E53.


Opacity

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

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

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

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

This text has shadow with #4C4E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4E53 on black background.


Color preview on white background

This text has color #4C4E53 on white background.



Black color preview on #4C4E53 background

This text has black color on #4C4E53 background.


White color preview on #4C4E53 background

This text has white color on #4C4E53 background.