COLOR #4C554C

HEX: #4C554C
RGB: (76,85,76)

Color info

#4C554C contains red, green and blue colors in about the same proportion. Web safe color of #4C554C is #336633 (or #363).

RGB color model

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

  • red value is 76;
  • green value is 85;
  • blue value is 76.
RGB:
(76,85,76)
(30%,33%,30%)

RGB channels and saturation

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

76
85
76

R + G + B ~ 31%. #4C554C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 85 + 76 = 237 (100%)
R 76 of 237 ~ 32.07%
G 85 of 237 ~ 35.86%
B 76 of 237 ~ 32.07%

%32.07
%35.86
%32.07

CMYK color model

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

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(11,0,11,67)
C11M0Y11K67 
(11%,0%,11%,67%)
(0.11/0.00/0.11/0.67)	

CMYK percentages

%10.59
%0
%10.59
%66.67

Codes

Color #4C554C in popluar color models

4C554C
RGB768576
HSL120°5.59%31.57%
HSB/HSV120°10.59%33.33%
CMYK10.59%0.00%10.59%
66.67%

Color #4C554C in popluar number systems.

HEX4C554C
Decimal768576
Binary100110010101011001100
Octal114125114

Shades and tints

Shades of #4C554C

#4C554C
(76,85,76)
#464E46
(70,78,70)
#404740
(64,71,64)
#3A403A
(58,64,58)
#343934
(52,57,52)
#2E322E
(46,50,46)
#282B28
(40,43,40)
#222422
(34,36,34)
#1C1D1C
(28,29,28)
#161616
(22,22,22)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #4C554C

#4C554C
(76,85,76)
#5C645C
(92,100,92)
#6C736C
(108,115,108)
#7C827C
(124,130,124)
#8C918C
(140,145,140)
#9CA09C
(156,160,156)
#ACAFAC
(172,175,172)
#BCBEBC
(188,190,188)
#CCCDCC
(204,205,204)
#DCDCDC
(220,220,220)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C554C; }

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

This text font color is #4C554C.


Background Color

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

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

This div background color is #4C554C.


Border color

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

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

This div border color is #4C554C.


Opacity

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

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

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

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

This text has shadow with #4C554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C554C on black background.


Color preview on white background

This text has color #4C554C on white background.



Black color preview on #4C554C background

This text has black color on #4C554C background.


White color preview on #4C554C background

This text has white color on #4C554C background.