COLOR #4C4B57

HEX: #4C4B57
RGB: (76,75,87)

Renk bilgisi

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

RGB renk modeli

#4C4B57 color RGB value is (76,75,87).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 75 of 255 = 29%
B 87 of 255 = 34%

76
75
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 75 + 87 = 238 (100%)
R 76 of 238 ~ 31.93%
G 75 of 238 ~ 31.51%
B 87 of 238 ~ 36.55%

%31.93
%31.51
%36.55

CMYK RENK MODELİ

#4C4B57 rengi CMYK tonu (13,14,0,66).

  • camgöbeği tonu 12.64%
  • eflatun tonu 13.79%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(13,14,0,66)
C13M14Y0K66 
(13%,14%,0%,66%)
(0.13/0.14/0.00/0.66)	

CMYK yüzdeleri

%12.64
%13.79
%0
%65.88

Codes

Color #4C4B57 in popluar color models

4C4B57
RGB767587
HSL245°7.41%31.76%
HSB/HSV245°13.79%34.12%
CMYK12.64%13.79%0.00%
65.88%

Color #4C4B57 in popluar number systems.

HEX4C4B57
Decimal767587
Binary100110010010111010111
Octal114113127

Shades and tints

Shades of #4C4B57

#4C4B57
(76,75,87)
#464550
(70,69,80)
#403F49
(64,63,73)
#3A3942
(58,57,66)
#34333B
(52,51,59)
#2E2D34
(46,45,52)
#28272D
(40,39,45)
#222126
(34,33,38)
#1C1B1F
(28,27,31)
#161518
(22,21,24)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #4C4B57

#4C4B57
(76,75,87)
#5C5B66
(92,91,102)
#6C6B75
(108,107,117)
#7C7B84
(124,123,132)
#8C8B93
(140,139,147)
#9C9BA2
(156,155,162)
#ACABB1
(172,171,177)
#BCBBC0
(188,187,192)
#CCCBCF
(204,203,207)
#DCDBDE
(220,219,222)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4B57; }

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

This text font color is #4C4B57.


Background Color

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

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

This div background color is #4C4B57.


Border color

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

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

This div border color is #4C4B57.


Opacity

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

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

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

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

This text has shadow with #4C4B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4B57 on black background.


Color preview on white background

This text has color #4C4B57 on white background.



Black color preview on #4C4B57 background

This text has black color on #4C4B57 background.


White color preview on #4C4B57 background

This text has white color on #4C4B57 background.