COLOR #4C524F

HEX: #4C524F
RGB: (76,82,79)

Renk bilgisi

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

RGB renk modeli

#4C524F color RGB value is (76,82,79).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 82 of 255 = 32%
B 79 of 255 = 31%

76
82
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 82 + 79 = 237 (100%)
R 76 of 237 ~ 32.07%
G 82 of 237 ~ 34.6%
B 79 of 237 ~ 33.33%

%32.07
%34.6
%33.33

CMYK RENK MODELİ

#4C524F rengi CMYK tonu (7,0,4,68).

  • camgöbeği tonu 7.32%
  • eflatun tonu 0.00%
  • sarı tonu 3.66%
  • ana renk tonu 67.84%
CMYK:
(7,0,4,68)
C7M0Y4K68 
(7%,0%,4%,68%)
(0.07/0.00/0.04/0.68)	

CMYK yüzdeleri

%7.32
%0
%3.66
%67.84

Codes

Color #4C524F in popluar color models

4C524F
RGB768279
HSL150°3.80%30.98%
HSB/HSV150°7.32%32.16%
CMYK7.32%0.00%3.66%
67.84%

Color #4C524F in popluar number systems.

HEX4C524F
Decimal768279
Binary100110010100101001111
Octal114122117

Shades and tints

Shades of #4C524F

#4C524F
(76,82,79)
#464B48
(70,75,72)
#404441
(64,68,65)
#3A3D3A
(58,61,58)
#343633
(52,54,51)
#2E2F2C
(46,47,44)
#282825
(40,40,37)
#22211E
(34,33,30)
#1C1A17
(28,26,23)
#161310
(22,19,16)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #4C524F

#4C524F
(76,82,79)
#5C615F
(92,97,95)
#6C706F
(108,112,111)
#7C7F7F
(124,127,127)
#8C8E8F
(140,142,143)
#9C9D9F
(156,157,159)
#ACACAF
(172,172,175)
#BCBBBF
(188,187,191)
#CCCACF
(204,202,207)
#DCD9DF
(220,217,223)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C524F; }

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

This text font color is #4C524F.


Background Color

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

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

This div background color is #4C524F.


Border color

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

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

This div border color is #4C524F.


Opacity

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

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

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

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

This text has shadow with #4C524F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C524F on black background.


Color preview on white background

This text has color #4C524F on white background.



Black color preview on #4C524F background

This text has black color on #4C524F background.


White color preview on #4C524F background

This text has white color on #4C524F background.