COLOR #4C544E

HEX: #4C544E RGB: (76,84,78)

Color info

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

RGB color model

#4C544E color RGB value is (76,84,78).

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

RGB channels and saturation

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

76
84
78

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

Portions of RGB colors in percentages

R + G + B = 76 + 84 + 78 = 238 (100%)
R 76 of 238 ~ 31.93%
G 84 of 238 ~ 35.29%
B 78 of 238 ~ 32.77'%

%31.93
%35.29
%32.77

CMYK color model

#4C544E color CMYK value is (10,0,7,67).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 67.06%

CMYK: (10,0,7,67)
C10M0Y7K67 (10%, 0%, 7%, 67%)
(0.10 / 0.00 / 0.07 / 0.67)

CMYK percentages

%9.52
%0
%7.14
%67.06

Codes

Color #4C544E in popluar color models

4C 54 4E
RGB 76 84 78
HSL 135° 5.00% 31.37%
HSB/HSV 135° 9.52% 32.94%
CMYK 9.52% 0.00% 7.14%
67.06%

Color #4C544E in popluar number systems.

HEX 4C 54 4E
Decimal 76 84 78
Binary 1001100 1010100 1001110
Octal 114 124 116

Shades and tints

Shades of #4C544E

#4C544E
(76,84,78)
#464D47
(70,77,71)
#404640
(64,70,64)
#3A3F39
(58,63,57)
#343832
(52,56,50)
#2E312B
(46,49,43)
#282A24
(40,42,36)
#22231D
(34,35,29)
#1C1C16
(28,28,22)
#16150F
(22,21,15)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #4C544E

#4C544E
(76,84,78)
#5C635E
(92,99,94)
#6C726E
(108,114,110)
#7C817E
(124,129,126)
#8C908E
(140,144,142)
#9C9F9E
(156,159,158)
#ACAEAE
(172,174,174)
#BCBDBE
(188,189,190)
#CCCCCE
(204,204,206)
#DCDBDE
(220,219,222)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C544E; }

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

This text font color is #4C544E.

Background Color

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

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

This div background color is #4C544E.

Border color

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

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

This div border color is #4C544E.

Opacity

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

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

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

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

This text has shadow with #4C544E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C544E.

Preview

Color preview on black background

This text has color #4C544E on black background.


Color preview on white background

This text has color #4C544E on white background.


Black color preview on #4C544E background

This text has black color on #4C544E background.


White color preview on #4C544E background

This text has white color on #4C544E background.


Related colors

Complementary color

Complementary color for #hex is #B3ABB1.


I love getcolorcode.com

Triadic colors

1 #4E4C54 and #544E4C with #4C544E are triadic colors.

2 #4E544C and #544C4E with #4C544E are triadic colors.