COLOR #4C424F

HEX: #4C424F
RGB: (76,66,79)

Renk bilgisi

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

RGB renk modeli

#4C424F color RGB value is (76,66,79).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 66 of 255 = 26%
B 79 of 255 = 31%

76
66
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 66 + 79 = 221 (100%)
R 76 of 221 ~ 34.39%
G 66 of 221 ~ 29.86%
B 79 of 221 ~ 35.75%

%34.39
%29.86
%35.75

CMYK RENK MODELİ

#4C424F rengi CMYK tonu (4,16,0,69).

  • camgöbeği tonu 3.80%
  • eflatun tonu 16.46%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(4,16,0,69)
C4M16Y0K69 
(4%,16%,0%,69%)
(0.04/0.16/0.00/0.69)	

CMYK yüzdeleri

%3.8
%16.46
%0
%69.02

Codes

Color #4C424F in popluar color models

4C424F
RGB766679
HSL286°8.97%28.43%
HSB/HSV286°16.46%30.98%
CMYK3.80%16.46%0.00%
69.02%

Color #4C424F in popluar number systems.

HEX4C424F
Decimal766679
Binary100110010000101001111
Octal114102117

Shades and tints

Shades of #4C424F

#4C424F
(76,66,79)
#463C48
(70,60,72)
#403641
(64,54,65)
#3A303A
(58,48,58)
#342A33
(52,42,51)
#2E242C
(46,36,44)
#281E25
(40,30,37)
#22181E
(34,24,30)
#1C1217
(28,18,23)
#160C10
(22,12,16)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #4C424F

#4C424F
(76,66,79)
#5C535F
(92,83,95)
#6C646F
(108,100,111)
#7C757F
(124,117,127)
#8C868F
(140,134,143)
#9C979F
(156,151,159)
#ACA8AF
(172,168,175)
#BCB9BF
(188,185,191)
#CCCACF
(204,202,207)
#DCDBDF
(220,219,223)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C424F; }

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

This text font color is #4C424F.


Background Color

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

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

This div background color is #4C424F.


Border color

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

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

This div border color is #4C424F.


Opacity

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

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

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

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

This text has shadow with #4C424F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C424F on black background.


Color preview on white background

This text has color #4C424F on white background.



Black color preview on #4C424F background

This text has black color on #4C424F background.


White color preview on #4C424F background

This text has white color on #4C424F background.