COLOR #4C5651

HEX: #4C5651 RGB: (76,86,81)

Color info

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

RGB color model

#4C5651 color RGB value is (76,86,81).

RGB: (76,86,81) (30%, 34%, 32%)

RGB channels and saturation

R 76 of 255 = 30%
G 86 of 255 = 34%
B 81 of 255 = 32%

76
86
81

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

Portions of RGB colors in percentages

R + G + B = 76 + 86 + 81 = 243 (100%)
R 76 of 243 ~ 31.28%
G 86 of 243 ~ 35.39%
B 81 of 243 ~ 33.33'%

%31.28
%35.39
%33.33

CMYK color model

#4C5651 color CMYK value is (12,0,6,66).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 5.81%
  • key color value is 66.27%

CMYK: (12,0,6,66)
C12M0Y6K66 (12%, 0%, 6%, 66%)
(0.12 / 0.00 / 0.06 / 0.66)

CMYK percentages

%11.63
%0
%5.81
%66.27

Codes

Color #4C5651 in popluar color models

4C 56 51
RGB 76 86 81
HSL 150° 6.17% 31.76%
HSB/HSV 150° 11.63% 33.73%
CMYK 11.63% 0.00% 5.81%
66.27%

Color #4C5651 in popluar number systems.

HEX 4C 56 51
Decimal 76 86 81
Binary 1001100 1010110 1010001
Octal 114 126 121

Shades and tints

Shades of #4C5651

#4C5651
(76,86,81)
#464F4A
(70,79,74)
#404843
(64,72,67)
#3A413C
(58,65,60)
#343A35
(52,58,53)
#2E332E
(46,51,46)
#282C27
(40,44,39)
#222520
(34,37,32)
#1C1E19
(28,30,25)
#161712
(22,23,18)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #4C5651

#4C5651
(76,86,81)
#5C6560
(92,101,96)
#6C746F
(108,116,111)
#7C837E
(124,131,126)
#8C928D
(140,146,141)
#9CA19C
(156,161,156)
#ACB0AB
(172,176,171)
#BCBFBA
(188,191,186)
#CCCEC9
(204,206,201)
#DCDDD8
(220,221,216)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5651 color. Also use rgb(76,86,81) instead hex code.

Text Font Color

.myTextColor { color: #4C5651; }

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

This text font color is #4C5651.

Background Color

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

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

This div background color is #4C5651.

Border color

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

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

This div border color is #4C5651.

Opacity

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

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

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

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

This text has shadow with #4C5651 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5651.

Preview

Color preview on black background

This text has color #4C5651 on black background.


Color preview on white background

This text has color #4C5651 on white background.


Black color preview on #4C5651 background

This text has black color on #4C5651 background.


White color preview on #4C5651 background

This text has white color on #4C5651 background.


Related colors

Complementary color

Complementary color for #hex is #B3A9AE.


I love getcolorcode.com

Triadic colors

1 #514C56 and #56514C with #4C5651 are triadic colors.

2 #51564C and #564C51 with #4C5651 are triadic colors.