COLOR #4C566A

HEX: #4C566A
RGB: (76,86,106)

Color info

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

RGB color model

#4C566A color RGB value is (76,86,106).

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

RGB channels and saturation

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

76
86
106

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

Portions of RGB colors in percentages

R + G + B =
76 + 86 + 106 = 268 (100%)
R 76 of 268 ~ 28.36%
G 86 of 268 ~ 32.09%
B 106 of 268 ~ 39.55%

%28.36
%32.09
%39.55

CMYK color model

#4C566A color CMYK value is (28,19,0,58).

  • cyan value is 28.30%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(28,19,0,58)
C28M19Y0K58 
(28%,19%,0%,58%)
(0.28/0.19/0.00/0.58)	

CMYK percentages

%28.3
%18.87
%0
%58.43

Codes

Color #4C566A in popluar color models

4C566A
RGB7686106
HSL220°16.48%35.69%
HSB/HSV220°28.30%41.57%
CMYK28.30%18.87%0.00%
58.43%

Color #4C566A in popluar number systems.

HEX4C566A
Decimal7686106
Binary100110010101101101010
Octal114126152

Shades and tints

Shades of #4C566A

#4C566A
(76,86,106)
#464F61
(70,79,97)
#404858
(64,72,88)
#3A414F
(58,65,79)
#343A46
(52,58,70)
#2E333D
(46,51,61)
#282C34
(40,44,52)
#22252B
(34,37,43)
#1C1E22
(28,30,34)
#161719
(22,23,25)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #4C566A

#4C566A
(76,86,106)
#5C6577
(92,101,119)
#6C7484
(108,116,132)
#7C8391
(124,131,145)
#8C929E
(140,146,158)
#9CA1AB
(156,161,171)
#ACB0B8
(172,176,184)
#BCBFC5
(188,191,197)
#CCCED2
(204,206,210)
#DCDDDF
(220,221,223)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C566A; }

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

This text font color is #4C566A.


Background Color

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

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

This div background color is #4C566A.


Border color

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

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

This div border color is #4C566A.


Opacity

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

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

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

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

This text has shadow with #4C566A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C566A on black background.


Color preview on white background

This text has color #4C566A on white background.



Black color preview on #4C566A background

This text has black color on #4C566A background.


White color preview on #4C566A background

This text has white color on #4C566A background.