COLOR #4C554E

HEX: #4C554E RGB: (76,85,78)

Color info

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

RGB color model

#4C554E color RGB value is (76,85,78).

RGB: (76,85,78) (30%, 33%, 31%)

RGB channels and saturation

R 76 of 255 = 30%
G 85 of 255 = 33%
B 78 of 255 = 31%

76
85
78

R + G + B ~ 31%. #4C554E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 85 + 78 = 239 (100%)
R 76 of 239 ~ 31.8%
G 85 of 239 ~ 35.56%
B 78 of 239 ~ 32.64'%

%31.8
%35.56
%32.64

CMYK color model

#4C554E color CMYK value is (11,0,8,67).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 8.24%
  • key color value is 66.67%

CMYK: (11,0,8,67)
C11M0Y8K67 (11%, 0%, 8%, 67%)
(0.11 / 0.00 / 0.08 / 0.67)

CMYK percentages

%10.59
%0
%8.24
%66.67

Codes

Color #4C554E in popluar color models

4C 55 4E
RGB 76 85 78
HSL 133° 5.59% 31.57%
HSB/HSV 133° 10.59% 33.33%
CMYK 10.59% 0.00% 8.24%
66.67%

Color #4C554E in popluar number systems.

HEX 4C 55 4E
Decimal 76 85 78
Binary 1001100 1010101 1001110
Octal 114 125 116

Shades and tints

Shades of #4C554E

#4C554E
(76,85,78)
#464E47
(70,78,71)
#404740
(64,71,64)
#3A4039
(58,64,57)
#343932
(52,57,50)
#2E322B
(46,50,43)
#282B24
(40,43,36)
#22241D
(34,36,29)
#1C1D16
(28,29,22)
#16160F
(22,22,15)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #4C554E

#4C554E
(76,85,78)
#5C645E
(92,100,94)
#6C736E
(108,115,110)
#7C827E
(124,130,126)
#8C918E
(140,145,142)
#9CA09E
(156,160,158)
#ACAFAE
(172,175,174)
#BCBEBE
(188,190,190)
#CCCDCE
(204,205,206)
#DCDCDE
(220,220,222)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C554E color. Also use rgb(76,85,78) instead hex code.

Text Font Color

.myTextColor { color: #4C554E; }

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

This text font color is #4C554E.

Background Color

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

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

This div background color is #4C554E.

Border color

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

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

This div border color is #4C554E.

Opacity

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

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

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

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

This text has shadow with #4C554E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C554E.

Preview

Color preview on black background

This text has color #4C554E on black background.


Color preview on white background

This text has color #4C554E on white background.


Black color preview on #4C554E background

This text has black color on #4C554E background.


White color preview on #4C554E background

This text has white color on #4C554E background.


Related colors

Complementary color

Complementary color for #hex is #B3AAB1.


I love getcolorcode.com

Triadic colors

1 #4E4C55 and #554E4C with #4C554E are triadic colors.

2 #4E554C and #554C4E with #4C554E are triadic colors.