COLOR #4C566F

HEX: #4C566F
RGB: (76,86,111)

Color info

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

RGB color model

#4C566F color RGB value is (76,86,111).

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

RGB channels and saturation

R 76 of 255 = 30%
G 86 of 255 = 34%
B 111 of 255 = 44%

76
86
111

R + G + B ~ 36%. #4C566F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 86 + 111 = 273 (100%)
R 76 of 273 ~ 27.84%
G 86 of 273 ~ 31.5%
B 111 of 273 ~ 40.66%

%27.84
%31.5
%40.66

CMYK color model

#4C566F color CMYK value is (32,23,0,56).

  • cyan value is 31.53%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,23,0,56)
C32M23Y0K56 
(32%,23%,0%,56%)
(0.32/0.23/0.00/0.56)	

CMYK percentages

%31.53
%22.52
%0
%56.47

Codes

Color #4C566F in popluar color models

4C566F
RGB7686111
HSL223°18.72%36.67%
HSB/HSV223°31.53%43.53%
CMYK31.53%22.52%0.00%
56.47%

Color #4C566F in popluar number systems.

HEX4C566F
Decimal7686111
Binary100110010101101101111
Octal114126157

Shades and tints

Shades of #4C566F

#4C566F
(76,86,111)
#464F65
(70,79,101)
#40485B
(64,72,91)
#3A4151
(58,65,81)
#343A47
(52,58,71)
#2E333D
(46,51,61)
#282C33
(40,44,51)
#222529
(34,37,41)
#1C1E1F
(28,30,31)
#161715
(22,23,21)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #4C566F

#4C566F
(76,86,111)
#5C657C
(92,101,124)
#6C7489
(108,116,137)
#7C8396
(124,131,150)
#8C92A3
(140,146,163)
#9CA1B0
(156,161,176)
#ACB0BD
(172,176,189)
#BCBFCA
(188,191,202)
#CCCED7
(204,206,215)
#DCDDE4
(220,221,228)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C566F; }

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

This text font color is #4C566F.


Background Color

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

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

This div background color is #4C566F.


Border color

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

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

This div border color is #4C566F.


Opacity

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

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

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

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

This text has shadow with #4C566F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C566F on black background.


Color preview on white background

This text has color #4C566F on white background.



Black color preview on #4C566F background

This text has black color on #4C566F background.


White color preview on #4C566F background

This text has white color on #4C566F background.