COLOR #4C5755

HEX: #4C5755 RGB: (76,87,85)

Color info

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

RGB color model

#4C5755 color RGB value is (76,87,85).

RGB: (76,87,85) (30%, 34%, 33%)

RGB channels and saturation

R 76 of 255 = 30%
G 87 of 255 = 34%
B 85 of 255 = 33%

76
87
85

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

Portions of RGB colors in percentages

R + G + B = 76 + 87 + 85 = 248 (100%)
R 76 of 248 ~ 30.65%
G 87 of 248 ~ 35.08%
B 85 of 248 ~ 34.27'%

%30.65
%35.08
%34.27

CMYK color model

#4C5755 color CMYK value is (13,0,2,66).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 65.88%

CMYK: (13,0,2,66)
C13M0Y2K66 (13%, 0%, 2%, 66%)
(0.13 / 0.00 / 0.02 / 0.66)

CMYK percentages

%12.64
%0
%2.3
%65.88

Codes

Color #4C5755 in popluar color models

4C 57 55
RGB 76 87 85
HSL 169° 6.75% 31.96%
HSB/HSV 169° 12.64% 34.12%
CMYK 12.64% 0.00% 2.30%
65.88%

Color #4C5755 in popluar number systems.

HEX 4C 57 55
Decimal 76 87 85
Binary 1001100 1010111 1010101
Octal 114 127 125

Shades and tints

Shades of #4C5755

#4C5755
(76,87,85)
#46504E
(70,80,78)
#404947
(64,73,71)
#3A4240
(58,66,64)
#343B39
(52,59,57)
#2E3432
(46,52,50)
#282D2B
(40,45,43)
#222624
(34,38,36)
#1C1F1D
(28,31,29)
#161816
(22,24,22)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #4C5755

#4C5755
(76,87,85)
#5C6664
(92,102,100)
#6C7573
(108,117,115)
#7C8482
(124,132,130)
#8C9391
(140,147,145)
#9CA2A0
(156,162,160)
#ACB1AF
(172,177,175)
#BCC0BE
(188,192,190)
#CCCFCD
(204,207,205)
#DCDEDC
(220,222,220)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5755; }

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

This text font color is #4C5755.

Background Color

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

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

This div background color is #4C5755.

Border color

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

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

This div border color is #4C5755.

Opacity

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

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

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

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

This text has shadow with #4C5755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5755.

Preview

Color preview on black background

This text has color #4C5755 on black background.


Color preview on white background

This text has color #4C5755 on white background.


Black color preview on #4C5755 background

This text has black color on #4C5755 background.


White color preview on #4C5755 background

This text has white color on #4C5755 background.


Related colors

Complementary color

Complementary color for #hex is #B3A8AA.


I love getcolorcode.com

Triadic colors

1 #554C57 and #57554C with #4C5755 are triadic colors.

2 #55574C and #574C55 with #4C5755 are triadic colors.