COLOR #4C484C

HEX: #4C484C
RGB: (76,72,76)

Renk bilgisi

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

RGB renk modeli

#4C484C color RGB value is (76,72,76).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 72 of 255 = 28%
B 76 of 255 = 30%

76
72
76

R + G + B ~ 29%. #4C484C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 72 + 76 = 224 (100%)
R 76 of 224 ~ 33.93%
G 72 of 224 ~ 32.14%
B 76 of 224 ~ 33.93%

%33.93
%32.14
%33.93

CMYK RENK MODELİ

#4C484C rengi CMYK tonu (0,5,0,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.26%
  • sarı tonu 0.00%
  • ana renk tonu 70.20%
CMYK:
(0,5,0,70)
C0M5Y0K70 
(0%,5%,0%,70%)
(0.00/0.05/0.00/0.70)	

CMYK yüzdeleri

%0
%5.26
%0
%70.2

Codes

Color #4C484C in popluar color models

4C484C
RGB767276
HSL300°2.70%29.02%
HSB/HSV300°5.26%29.80%
CMYK0.00%5.26%0.00%
70.20%

Color #4C484C in popluar number systems.

HEX4C484C
Decimal767276
Binary100110010010001001100
Octal114110114

Shades and tints

Shades of #4C484C

#4C484C
(76,72,76)
#464246
(70,66,70)
#403C40
(64,60,64)
#3A363A
(58,54,58)
#343034
(52,48,52)
#2E2A2E
(46,42,46)
#282428
(40,36,40)
#221E22
(34,30,34)
#1C181C
(28,24,28)
#161216
(22,18,22)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #4C484C

#4C484C
(76,72,76)
#5C585C
(92,88,92)
#6C686C
(108,104,108)
#7C787C
(124,120,124)
#8C888C
(140,136,140)
#9C989C
(156,152,156)
#ACA8AC
(172,168,172)
#BCB8BC
(188,184,188)
#CCC8CC
(204,200,204)
#DCD8DC
(220,216,220)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C484C; }

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

This text font color is #4C484C.


Background Color

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

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

This div background color is #4C484C.


Border color

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

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

This div border color is #4C484C.


Opacity

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

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

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

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

This text has shadow with #4C484C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C484C on black background.


Color preview on white background

This text has color #4C484C on white background.



Black color preview on #4C484C background

This text has black color on #4C484C background.


White color preview on #4C484C background

This text has white color on #4C484C background.