COLOR #4C5551

HEX: #4C5551 RGB: (76,85,81)

Color info

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

RGB color model

#4C5551 color RGB value is (76,85,81).

RGB: (76,85,81) (30%, 33%, 32%)

RGB channels and saturation

R 76 of 255 = 30%
G 85 of 255 = 33%
B 81 of 255 = 32%

76
85
81

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

Portions of RGB colors in percentages

R + G + B = 76 + 85 + 81 = 242 (100%)
R 76 of 242 ~ 31.4%
G 85 of 242 ~ 35.12%
B 81 of 242 ~ 33.47'%

%31.4
%35.12
%33.47

CMYK color model

#4C5551 color CMYK value is (11,0,5,67).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 66.67%

CMYK: (11,0,5,67)
C11M0Y5K67 (11%, 0%, 5%, 67%)
(0.11 / 0.00 / 0.05 / 0.67)

CMYK percentages

%10.59
%0
%4.71
%66.67

Codes

Color #4C5551 in popluar color models

4C 55 51
RGB 76 85 81
HSL 153° 5.59% 31.57%
HSB/HSV 153° 10.59% 33.33%
CMYK 10.59% 0.00% 4.71%
66.67%

Color #4C5551 in popluar number systems.

HEX 4C 55 51
Decimal 76 85 81
Binary 1001100 1010101 1010001
Octal 114 125 121

Shades and tints

Shades of #4C5551

#4C5551
(76,85,81)
#464E4A
(70,78,74)
#404743
(64,71,67)
#3A403C
(58,64,60)
#343935
(52,57,53)
#2E322E
(46,50,46)
#282B27
(40,43,39)
#222420
(34,36,32)
#1C1D19
(28,29,25)
#161612
(22,22,18)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #4C5551

#4C5551
(76,85,81)
#5C6460
(92,100,96)
#6C736F
(108,115,111)
#7C827E
(124,130,126)
#8C918D
(140,145,141)
#9CA09C
(156,160,156)
#ACAFAB
(172,175,171)
#BCBEBA
(188,190,186)
#CCCDC9
(204,205,201)
#DCDCD8
(220,220,216)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5551; }

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

This text font color is #4C5551.

Background Color

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

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

This div background color is #4C5551.

Border color

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

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

This div border color is #4C5551.

Opacity

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

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

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

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

This text has shadow with #4C5551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5551.

Preview

Color preview on black background

This text has color #4C5551 on black background.


Color preview on white background

This text has color #4C5551 on white background.


Black color preview on #4C5551 background

This text has black color on #4C5551 background.


White color preview on #4C5551 background

This text has white color on #4C5551 background.


Related colors

Complementary color

Complementary color for #hex is #B3AAAE.


I love getcolorcode.com

Triadic colors

1 #514C55 and #55514C with #4C5551 are triadic colors.

2 #51554C and #554C51 with #4C5551 are triadic colors.