COLOR #4C5559

HEX: #4C5559 RGB: (76,85,89)

Color info

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

RGB color model

#4C5559 color RGB value is (76,85,89).

RGB: (76,85,89) (30%, 33%, 35%)

RGB channels and saturation

R 76 of 255 = 30%
G 85 of 255 = 33%
B 89 of 255 = 35%

76
85
89

R + G + B ~ 33%. #4C5559 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 85 + 89 = 250 (100%)
R 76 of 250 ~ 30.4%
G 85 of 250 ~ 34%
B 89 of 250 ~ 35.6'%

%30.4
%34
%35.6

CMYK color model

#4C5559 color CMYK value is (15,4,0,65).

  • cyan value is 14.61%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (15,4,0,65)
C15M4Y0K65 (15%, 4%, 0%, 65%)
(0.15 / 0.04 / 0.00 / 0.65)

CMYK percentages

%14.61
%4.49
%0
%65.1

Codes

Color #4C5559 in popluar color models

4C 55 59
RGB 76 85 89
HSL 198° 7.88% 32.35%
HSB/HSV 198° 14.61% 34.90%
CMYK 14.61% 4.49% 0.00%
65.10%

Color #4C5559 in popluar number systems.

HEX 4C 55 59
Decimal 76 85 89
Binary 1001100 1010101 1011001
Octal 114 125 131

Shades and tints

Shades of #4C5559

#4C5559
(76,85,89)
#464E51
(70,78,81)
#404749
(64,71,73)
#3A4041
(58,64,65)
#343939
(52,57,57)
#2E3231
(46,50,49)
#282B29
(40,43,41)
#222421
(34,36,33)
#1C1D19
(28,29,25)
#161611
(22,22,17)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #4C5559

#4C5559
(76,85,89)
#5C6468
(92,100,104)
#6C7377
(108,115,119)
#7C8286
(124,130,134)
#8C9195
(140,145,149)
#9CA0A4
(156,160,164)
#ACAFB3
(172,175,179)
#BCBEC2
(188,190,194)
#CCCDD1
(204,205,209)
#DCDCE0
(220,220,224)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5559; }

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

This text font color is #4C5559.

Background Color

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

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

This div background color is #4C5559.

Border color

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

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

This div border color is #4C5559.

Opacity

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

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

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

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

This text has shadow with #4C5559 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5559.

Preview

Color preview on black background

This text has color #4C5559 on black background.


Color preview on white background

This text has color #4C5559 on white background.


Black color preview on #4C5559 background

This text has black color on #4C5559 background.


White color preview on #4C5559 background

This text has white color on #4C5559 background.


Related colors

Complementary color

Complementary color for #hex is #B3AAA6.


I love getcolorcode.com

Triadic colors

1 #594C55 and #55594C with #4C5559 are triadic colors.

2 #59554C and #554C59 with #4C5559 are triadic colors.