COLOR #4C576A

HEX: #4C576A RGB: (76,87,106)

Color info

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

RGB color model

#4C576A color RGB value is (76,87,106).

RGB: (76,87,106) (30%, 34%, 42%)

RGB channels and saturation

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

76
87
106

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

Portions of RGB colors in percentages

R + G + B = 76 + 87 + 106 = 269 (100%)
R 76 of 269 ~ 28.25%
G 87 of 269 ~ 32.34%
B 106 of 269 ~ 39.41'%

%28.25
%32.34
%39.41

CMYK color model

#4C576A color CMYK value is (28,18,0,58).

  • cyan value is 28.30%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (28,18,0,58)
C28M18Y0K58 (28%, 18%, 0%, 58%)
(0.28 / 0.18 / 0.00 / 0.58)

CMYK percentages

%28.3
%17.92
%0
%58.43

Codes

Color #4C576A in popluar color models

4C 57 6A
RGB 76 87 106
HSL 218° 16.48% 35.69%
HSB/HSV 218° 28.30% 41.57%
CMYK 28.30% 17.92% 0.00%
58.43%

Color #4C576A in popluar number systems.

HEX 4C 57 6A
Decimal 76 87 106
Binary 1001100 1010111 1101010
Octal 114 127 152

Shades and tints

Shades of #4C576A

#4C576A
(76,87,106)
#465061
(70,80,97)
#404958
(64,73,88)
#3A424F
(58,66,79)
#343B46
(52,59,70)
#2E343D
(46,52,61)
#282D34
(40,45,52)
#22262B
(34,38,43)
#1C1F22
(28,31,34)
#161819
(22,24,25)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #4C576A

#4C576A
(76,87,106)
#5C6677
(92,102,119)
#6C7584
(108,117,132)
#7C8491
(124,132,145)
#8C939E
(140,147,158)
#9CA2AB
(156,162,171)
#ACB1B8
(172,177,184)
#BCC0C5
(188,192,197)
#CCCFD2
(204,207,210)
#DCDEDF
(220,222,223)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C576A; }

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

This text font color is #4C576A.

Background Color

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

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

This div background color is #4C576A.

Border color

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

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

This div border color is #4C576A.

Opacity

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

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

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

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

This text has shadow with #4C576A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C576A.

Preview

Color preview on black background

This text has color #4C576A on black background.


Color preview on white background

This text has color #4C576A on white background.


Black color preview on #4C576A background

This text has black color on #4C576A background.


White color preview on #4C576A background

This text has white color on #4C576A background.


Related colors

Complementary color

Complementary color for #hex is #B3A895.


I love getcolorcode.com

Triadic colors

1 #6A4C57 and #576A4C with #4C576A are triadic colors.

2 #6A574C and #574C6A with #4C576A are triadic colors.