COLOR #4C5957

HEX: #4C5957
RGB: (76,89,87)

Renk bilgisi

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

RGB renk modeli

#4C5957 color RGB value is (76,89,87).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 89 of 255 = 35%
B 87 of 255 = 34%

76
89
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 89 + 87 = 252 (100%)
R 76 of 252 ~ 30.16%
G 89 of 252 ~ 35.32%
B 87 of 252 ~ 34.52%

%30.16
%35.32
%34.52

CMYK RENK MODELİ

#4C5957 rengi CMYK tonu (15,0,2,65).

  • camgöbeği tonu 14.61%
  • eflatun tonu 0.00%
  • sarı tonu 2.25%
  • ana renk tonu 65.10%
CMYK:
(15,0,2,65)
C15M0Y2K65 
(15%,0%,2%,65%)
(0.15/0.00/0.02/0.65)	

CMYK yüzdeleri

%14.61
%0
%2.25
%65.1

Codes

Color #4C5957 in popluar color models

4C5957
RGB768987
HSL171°7.88%32.35%
HSB/HSV171°14.61%34.90%
CMYK14.61%0.00%2.25%
65.10%

Color #4C5957 in popluar number systems.

HEX4C5957
Decimal768987
Binary100110010110011010111
Octal114131127

Shades and tints

Shades of #4C5957

#4C5957
(76,89,87)
#465150
(70,81,80)
#404949
(64,73,73)
#3A4142
(58,65,66)
#34393B
(52,57,59)
#2E3134
(46,49,52)
#28292D
(40,41,45)
#222126
(34,33,38)
#1C191F
(28,25,31)
#161118
(22,17,24)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #4C5957

#4C5957
(76,89,87)
#5C6866
(92,104,102)
#6C7775
(108,119,117)
#7C8684
(124,134,132)
#8C9593
(140,149,147)
#9CA4A2
(156,164,162)
#ACB3B1
(172,179,177)
#BCC2C0
(188,194,192)
#CCD1CF
(204,209,207)
#DCE0DE
(220,224,222)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5957; }

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

This text font color is #4C5957.


Background Color

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

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

This div background color is #4C5957.


Border color

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

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

This div border color is #4C5957.


Opacity

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

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

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

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

This text has shadow with #4C5957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5957 on black background.


Color preview on white background

This text has color #4C5957 on white background.



Black color preview on #4C5957 background

This text has black color on #4C5957 background.


White color preview on #4C5957 background

This text has white color on #4C5957 background.