COLOR #4C575C

HEX: #4C575C
RGB: (76,87,92)

Renk bilgisi

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

RGB renk modeli

#4C575C color RGB value is (76,87,92).

  • kırmız ton 76;
  • yeşil ton 87;
  • mavi ton 92.
RGB:
(76,87,92)
(30%,34%,36%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 87 of 255 = 34%
B 92 of 255 = 36%

76
87
92

R + G + B ~ 33%. #4C575C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 87 + 92 = 255 (100%)
R 76 of 255 ~ 29.8%
G 87 of 255 ~ 34.12%
B 92 of 255 ~ 36.08%

%29.8
%34.12
%36.08

CMYK RENK MODELİ

#4C575C rengi CMYK tonu (17,5,0,64).

  • camgöbeği tonu 17.39%
  • eflatun tonu 5.43%
  • sarı tonu 0.00%
  • ana renk tonu 63.92%
CMYK:
(17,5,0,64)
C17M5Y0K64 
(17%,5%,0%,64%)
(0.17/0.05/0.00/0.64)	

CMYK yüzdeleri

%17.39
%5.43
%0
%63.92

Codes

Color #4C575C in popluar color models

4C575C
RGB768792
HSL199°9.52%32.94%
HSB/HSV199°17.39%36.08%
CMYK17.39%5.43%0.00%
63.92%

Color #4C575C in popluar number systems.

HEX4C575C
Decimal768792
Binary100110010101111011100
Octal114127134

Shades and tints

Shades of #4C575C

#4C575C
(76,87,92)
#465054
(70,80,84)
#40494C
(64,73,76)
#3A4244
(58,66,68)
#343B3C
(52,59,60)
#2E3434
(46,52,52)
#282D2C
(40,45,44)
#222624
(34,38,36)
#1C1F1C
(28,31,28)
#161814
(22,24,20)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #4C575C

#4C575C
(76,87,92)
#5C666A
(92,102,106)
#6C7578
(108,117,120)
#7C8486
(124,132,134)
#8C9394
(140,147,148)
#9CA2A2
(156,162,162)
#ACB1B0
(172,177,176)
#BCC0BE
(188,192,190)
#CCCFCC
(204,207,204)
#DCDEDA
(220,222,218)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C575C; }

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

This text font color is #4C575C.


Background Color

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

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

This div background color is #4C575C.


Border color

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

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

This div border color is #4C575C.


Opacity

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

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

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

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

This text has shadow with #4C575C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C575C on black background.


Color preview on white background

This text has color #4C575C on white background.



Black color preview on #4C575C background

This text has black color on #4C575C background.


White color preview on #4C575C background

This text has white color on #4C575C background.