COLOR #4C566C

HEX: #4C566C RGB: (76,86,108)

Color info

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

RGB color model

#4C566C color RGB value is (76,86,108).

RGB: (76,86,108) (30%, 34%, 42%)

RGB channels and saturation

R 76 of 255 = 30%
G 86 of 255 = 34%
B 108 of 255 = 42%

76
86
108

R + G + B ~ 35%. #4C566C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 86 + 108 = 270 (100%)
R 76 of 270 ~ 28.15%
G 86 of 270 ~ 31.85%
B 108 of 270 ~ 40'%

%28.15
%31.85
%40

CMYK color model

#4C566C color CMYK value is (30,20,0,58).

  • cyan value is 29.63%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (30,20,0,58)
C30M20Y0K58 (30%, 20%, 0%, 58%)
(0.30 / 0.20 / 0.00 / 0.58)

CMYK percentages

%29.63
%20.37
%0
%57.65

Codes

Color #4C566C in popluar color models

4C 56 6C
RGB 76 86 108
HSL 221° 17.39% 36.08%
HSB/HSV 221° 29.63% 42.35%
CMYK 29.63% 20.37% 0.00%
57.65%

Color #4C566C in popluar number systems.

HEX 4C 56 6C
Decimal 76 86 108
Binary 1001100 1010110 1101100
Octal 114 126 154

Shades and tints

Shades of #4C566C

#4C566C
(76,86,108)
#464F63
(70,79,99)
#40485A
(64,72,90)
#3A4151
(58,65,81)
#343A48
(52,58,72)
#2E333F
(46,51,63)
#282C36
(40,44,54)
#22252D
(34,37,45)
#1C1E24
(28,30,36)
#16171B
(22,23,27)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #4C566C

#4C566C
(76,86,108)
#5C6579
(92,101,121)
#6C7486
(108,116,134)
#7C8393
(124,131,147)
#8C92A0
(140,146,160)
#9CA1AD
(156,161,173)
#ACB0BA
(172,176,186)
#BCBFC7
(188,191,199)
#CCCED4
(204,206,212)
#DCDDE1
(220,221,225)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C566C; }

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

This text font color is #4C566C.

Background Color

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

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

This div background color is #4C566C.

Border color

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

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

This div border color is #4C566C.

Opacity

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

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

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

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

This text has shadow with #4C566C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C566C.

Preview

Color preview on black background

This text has color #4C566C on black background.


Color preview on white background

This text has color #4C566C on white background.


Black color preview on #4C566C background

This text has black color on #4C566C background.


White color preview on #4C566C background

This text has white color on #4C566C background.


Related colors

Complementary color

Complementary color for #hex is #B3A993.


I love getcolorcode.com

Triadic colors

1 #6C4C56 and #566C4C with #4C566C are triadic colors.

2 #6C564C and #564C6C with #4C566C are triadic colors.