COLOR #4C4657

HEX: #4C4657
RGB: (76,70,87)

Color info

#4C4657 contains red, green and blue colors in about the same proportion. Web safe color of #4C4657 is #333366 (or #336).

RGB color model

#4C4657 color RGB value is (76,70,87).

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

RGB channels and saturation

R 76 of 255 = 30%
G 70 of 255 = 27%
B 87 of 255 = 34%

76
70
87

R + G + B ~ 30%. #4C4657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 70 + 87 = 233 (100%)
R 76 of 233 ~ 32.62%
G 70 of 233 ~ 30.04%
B 87 of 233 ~ 37.34%

%32.62
%30.04
%37.34

CMYK color model

#4C4657 color CMYK value is (13,20,0,66).

  • cyan value is 12.64%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(13,20,0,66)
C13M20Y0K66 
(13%,20%,0%,66%)
(0.13/0.20/0.00/0.66)	

CMYK percentages

%12.64
%19.54
%0
%65.88

Codes

Color #4C4657 in popluar color models

4C4657
RGB767087
HSL261°10.83%30.78%
HSB/HSV261°19.54%34.12%
CMYK12.64%19.54%0.00%
65.88%

Color #4C4657 in popluar number systems.

HEX4C4657
Decimal767087
Binary100110010001101010111
Octal114106127

Shades and tints

Shades of #4C4657

#4C4657
(76,70,87)
#464050
(70,64,80)
#403A49
(64,58,73)
#3A3442
(58,52,66)
#342E3B
(52,46,59)
#2E2834
(46,40,52)
#28222D
(40,34,45)
#221C26
(34,28,38)
#1C161F
(28,22,31)
#161018
(22,16,24)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #4C4657

#4C4657
(76,70,87)
#5C5666
(92,86,102)
#6C6675
(108,102,117)
#7C7684
(124,118,132)
#8C8693
(140,134,147)
#9C96A2
(156,150,162)
#ACA6B1
(172,166,177)
#BCB6C0
(188,182,192)
#CCC6CF
(204,198,207)
#DCD6DE
(220,214,222)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4657; }

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

This text font color is #4C4657.


Background Color

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

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

This div background color is #4C4657.


Border color

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

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

This div border color is #4C4657.


Opacity

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

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

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

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

This text has shadow with #4C4657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4657 on black background.


Color preview on white background

This text has color #4C4657 on white background.



Black color preview on #4C4657 background

This text has black color on #4C4657 background.


White color preview on #4C4657 background

This text has white color on #4C4657 background.