COLOR #4C5657

HEX: #4C5657
RGB: (76,86,87)

Color info

#4C5657 contains red, green and blue colors in about the same proportion. Web safe color of #4C5657 is #336666 (or #366).

RGB color model

#4C5657 color RGB value is (76,86,87).

  • red value is 76;
  • green value is 86;
  • blue value is 87.
RGB:
(76,86,87)
(30%,34%,34%)

RGB channels and saturation

R 76 of 255 = 30%
G 86 of 255 = 34%
B 87 of 255 = 34%

76
86
87

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

Portions of RGB colors in percentages

R + G + B =
76 + 86 + 87 = 249 (100%)
R 76 of 249 ~ 30.52%
G 86 of 249 ~ 34.54%
B 87 of 249 ~ 34.94%

%30.52
%34.54
%34.94

CMYK color model

#4C5657 color CMYK value is (13,1,0,66).

  • cyan value is 12.64%
  • magenta value is 1.15%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(13,1,0,66)
C13M1Y0K66 
(13%,1%,0%,66%)
(0.13/0.01/0.00/0.66)	

CMYK percentages

%12.64
%1.15
%0
%65.88

Codes

Color #4C5657 in popluar color models

4C5657
RGB768687
HSL185°6.75%31.96%
HSB/HSV185°12.64%34.12%
CMYK12.64%1.15%0.00%
65.88%

Color #4C5657 in popluar number systems.

HEX4C5657
Decimal768687
Binary100110010101101010111
Octal114126127

Shades and tints

Shades of #4C5657

#4C5657
(76,86,87)
#464F50
(70,79,80)
#404849
(64,72,73)
#3A4142
(58,65,66)
#343A3B
(52,58,59)
#2E3334
(46,51,52)
#282C2D
(40,44,45)
#222526
(34,37,38)
#1C1E1F
(28,30,31)
#161718
(22,23,24)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #4C5657

#4C5657
(76,86,87)
#5C6566
(92,101,102)
#6C7475
(108,116,117)
#7C8384
(124,131,132)
#8C9293
(140,146,147)
#9CA1A2
(156,161,162)
#ACB0B1
(172,176,177)
#BCBFC0
(188,191,192)
#CCCECF
(204,206,207)
#DCDDDE
(220,221,222)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5657; }

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

This text font color is #4C5657.


Background Color

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

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

This div background color is #4C5657.


Border color

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

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

This div border color is #4C5657.


Opacity

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

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

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

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

This text has shadow with #4C5657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5657 on black background.


Color preview on white background

This text has color #4C5657 on white background.



Black color preview on #4C5657 background

This text has black color on #4C5657 background.


White color preview on #4C5657 background

This text has white color on #4C5657 background.