COLOR #4C576C

HEX: #4C576C RGB: (76,87,108)

Color info

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

RGB color model

#4C576C color RGB value is (76,87,108).

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

RGB channels and saturation

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

76
87
108

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

Portions of RGB colors in percentages

R + G + B = 76 + 87 + 108 = 271 (100%)
R 76 of 271 ~ 28.04%
G 87 of 271 ~ 32.1%
B 108 of 271 ~ 39.85'%

%28.04
%32.1
%39.85

CMYK color model

#4C576C color CMYK value is (30,19,0,58).

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

CMYK: (30,19,0,58)
C30M19Y0K58 (30%, 19%, 0%, 58%)
(0.30 / 0.19 / 0.00 / 0.58)

CMYK percentages

%29.63
%19.44
%0
%57.65

Codes

Color #4C576C in popluar color models

4C 57 6C
RGB 76 87 108
HSL 219° 17.39% 36.08%
HSB/HSV 219° 29.63% 42.35%
CMYK 29.63% 19.44% 0.00%
57.65%

Color #4C576C in popluar number systems.

HEX 4C 57 6C
Decimal 76 87 108
Binary 1001100 1010111 1101100
Octal 114 127 154

Shades and tints

Shades of #4C576C

#4C576C
(76,87,108)
#465063
(70,80,99)
#40495A
(64,73,90)
#3A4251
(58,66,81)
#343B48
(52,59,72)
#2E343F
(46,52,63)
#282D36
(40,45,54)
#22262D
(34,38,45)
#1C1F24
(28,31,36)
#16181B
(22,24,27)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #4C576C

#4C576C
(76,87,108)
#5C6679
(92,102,121)
#6C7586
(108,117,134)
#7C8493
(124,132,147)
#8C93A0
(140,147,160)
#9CA2AD
(156,162,173)
#ACB1BA
(172,177,186)
#BCC0C7
(188,192,199)
#CCCFD4
(204,207,212)
#DCDEE1
(220,222,225)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C576C; }

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

This text font color is #4C576C.

Background Color

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

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

This div background color is #4C576C.

Border color

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

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

This div border color is #4C576C.

Opacity

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

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

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

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

This text has shadow with #4C576C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C576C.

Preview

Color preview on black background

This text has color #4C576C on black background.


Color preview on white background

This text has color #4C576C on white background.


Black color preview on #4C576C background

This text has black color on #4C576C background.


White color preview on #4C576C background

This text has white color on #4C576C background.


Related colors

Complementary color

Complementary color for #hex is #B3A893.


I love getcolorcode.com

Triadic colors

1 #6C4C57 and #576C4C with #4C576C are triadic colors.

2 #6C574C and #574C6C with #4C576C are triadic colors.