COLOR #4C575F

HEX: #4C575F
RGB: (76,87,95)

Renk bilgisi

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

RGB renk modeli

#4C575F color RGB value is (76,87,95).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 87 of 255 = 34%
B 95 of 255 = 37%

76
87
95

R + G + B ~ 34%. #4C575F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 87 + 95 = 258 (100%)
R 76 of 258 ~ 29.46%
G 87 of 258 ~ 33.72%
B 95 of 258 ~ 36.82%

%29.46
%33.72
%36.82

CMYK RENK MODELİ

#4C575F rengi CMYK tonu (20,8,0,63).

  • camgöbeği tonu 20.00%
  • eflatun tonu 8.42%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(20,8,0,63)
C20M8Y0K63 
(20%,8%,0%,63%)
(0.20/0.08/0.00/0.63)	

CMYK yüzdeleri

%20
%8.42
%0
%62.75

Codes

Color #4C575F in popluar color models

4C575F
RGB768795
HSL205°11.11%33.53%
HSB/HSV205°20.00%37.25%
CMYK20.00%8.42%0.00%
62.75%

Color #4C575F in popluar number systems.

HEX4C575F
Decimal768795
Binary100110010101111011111
Octal114127137

Shades and tints

Shades of #4C575F

#4C575F
(76,87,95)
#465057
(70,80,87)
#40494F
(64,73,79)
#3A4247
(58,66,71)
#343B3F
(52,59,63)
#2E3437
(46,52,55)
#282D2F
(40,45,47)
#222627
(34,38,39)
#1C1F1F
(28,31,31)
#161817
(22,24,23)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #4C575F

#4C575F
(76,87,95)
#5C666D
(92,102,109)
#6C757B
(108,117,123)
#7C8489
(124,132,137)
#8C9397
(140,147,151)
#9CA2A5
(156,162,165)
#ACB1B3
(172,177,179)
#BCC0C1
(188,192,193)
#CCCFCF
(204,207,207)
#DCDEDD
(220,222,221)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C575F; }

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

This text font color is #4C575F.


Background Color

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

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

This div background color is #4C575F.


Border color

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

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

This div border color is #4C575F.


Opacity

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

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

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

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

This text has shadow with #4C575F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C575F on black background.


Color preview on white background

This text has color #4C575F on white background.



Black color preview on #4C575F background

This text has black color on #4C575F background.


White color preview on #4C575F background

This text has white color on #4C575F background.