COLOR #4C5A55

HEX: #4C5A55 RGB: (76,90,85)

Color info

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

RGB color model

#4C5A55 color RGB value is (76,90,85).

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

RGB channels and saturation

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

76
90
85

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

Portions of RGB colors in percentages

R + G + B = 76 + 90 + 85 = 251 (100%)
R 76 of 251 ~ 30.28%
G 90 of 251 ~ 35.86%
B 85 of 251 ~ 33.86'%

%30.28
%35.86
%33.86

CMYK color model

#4C5A55 color CMYK value is (16,0,6,65).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 64.71%

CMYK: (16,0,6,65)
C16M0Y6K65 (16%, 0%, 6%, 65%)
(0.16 / 0.00 / 0.06 / 0.65)

CMYK percentages

%15.56
%0
%5.56
%64.71

Codes

Color #4C5A55 in popluar color models

4C 5A 55
RGB 76 90 85
HSL 159° 8.43% 32.55%
HSB/HSV 159° 15.56% 35.29%
CMYK 15.56% 0.00% 5.56%
64.71%

Color #4C5A55 in popluar number systems.

HEX 4C 5A 55
Decimal 76 90 85
Binary 1001100 1011010 1010101
Octal 114 132 125

Shades and tints

Shades of #4C5A55

#4C5A55
(76,90,85)
#46524E
(70,82,78)
#404A47
(64,74,71)
#3A4240
(58,66,64)
#343A39
(52,58,57)
#2E3232
(46,50,50)
#282A2B
(40,42,43)
#222224
(34,34,36)
#1C1A1D
(28,26,29)
#161216
(22,18,22)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #4C5A55

#4C5A55
(76,90,85)
#5C6964
(92,105,100)
#6C7873
(108,120,115)
#7C8782
(124,135,130)
#8C9691
(140,150,145)
#9CA5A0
(156,165,160)
#ACB4AF
(172,180,175)
#BCC3BE
(188,195,190)
#CCD2CD
(204,210,205)
#DCE1DC
(220,225,220)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5A55; }

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

This text font color is #4C5A55.

Background Color

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

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

This div background color is #4C5A55.

Border color

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

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

This div border color is #4C5A55.

Opacity

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

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

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

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

This text has shadow with #4C5A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5A55.

Preview

Color preview on black background

This text has color #4C5A55 on black background.


Color preview on white background

This text has color #4C5A55 on white background.


Black color preview on #4C5A55 background

This text has black color on #4C5A55 background.


White color preview on #4C5A55 background

This text has white color on #4C5A55 background.


Related colors

Complementary color

Complementary color for #hex is #B3A5AA.


I love getcolorcode.com

Triadic colors

1 #554C5A and #5A554C with #4C5A55 are triadic colors.

2 #555A4C and #5A4C55 with #4C5A55 are triadic colors.