COLOR #4C5C4F

HEX: #4C5C4F RGB: (76,92,79)

Color info

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

RGB color model

#4C5C4F color RGB value is (76,92,79).

RGB: (76,92,79) (30%, 36%, 31%)

RGB channels and saturation

R 76 of 255 = 30%
G 92 of 255 = 36%
B 79 of 255 = 31%

76
92
79

R + G + B ~ 32%. #4C5C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 92 + 79 = 247 (100%)
R 76 of 247 ~ 30.77%
G 92 of 247 ~ 37.25%
B 79 of 247 ~ 31.98'%

%30.77
%37.25
%31.98

CMYK color model

#4C5C4F color CMYK value is (17,0,14,64).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 63.92%
CMYK: (17,0,14,64) C17M0Y14K64 (17%,0%,14%,64%) (0.17/0.00/0.14/0.64) 

CMYK percentages

%17.39
%0
%14.13
%63.92

Codes

Color #4C5C4F in popluar color models

4C 5C 4F
RGB 76 92 79
HSL 131° 9.52% 32.94%
HSB/HSV 131° 17.39% 36.08%
CMYK 17.39% 0.00% 14.13%
63.92%

Color #4C5C4F in popluar number systems.

HEX 4C 5C 4F
Decimal 76 92 79
Binary 1001100 1011100 1001111
Octal 114 134 117

Shades and tints

Shades of #4C5C4F

#4C5C4F
(76,92,79)
#465448
(70,84,72)
#404C41
(64,76,65)
#3A443A
(58,68,58)
#343C33
(52,60,51)
#2E342C
(46,52,44)
#282C25
(40,44,37)
#22241E
(34,36,30)
#1C1C17
(28,28,23)
#161410
(22,20,16)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #4C5C4F

#4C5C4F
(76,92,79)
#5C6A5F
(92,106,95)
#6C786F
(108,120,111)
#7C867F
(124,134,127)
#8C948F
(140,148,143)
#9CA29F
(156,162,159)
#ACB0AF
(172,176,175)
#BCBEBF
(188,190,191)
#CCCCCF
(204,204,207)
#DCDADF
(220,218,223)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5C4F color. Also use rgb(76,92,79) instead hex code.

Text Font Color

.myTextColor { color: #4C5C4F; }

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

This text font color is #4C5C4F.

Background Color

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

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

This div background color is #4C5C4F.

Border color

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

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

This div border color is #4C5C4F.

Opacity

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

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

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

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

This text has shadow with #4C5C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5C4F.

Preview

Color preview on black background

This text has color #4C5C4F on black background.


Color preview on white background

This text has color #4C5C4F on white background.


Black color preview on #4C5C4F background

This text has black color on #4C5C4F background.


White color preview on #4C5C4F background

This text has white color on #4C5C4F background.


Related colors

Complementary color

Complementary color for #hex is #B3A3B0.


I love getcolorcode.com

Triadic colors

1 #4F4C5C and #5C4F4C with #4C5C4F are triadic colors.

2 #4F5C4C and #5C4C4F with #4C5C4F are triadic colors.