COLOR #4C504C

HEX: #4C504C
RGB: (76,80,76)

Color info

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

RGB color model

#4C504C color RGB value is (76,80,76).

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

RGB channels and saturation

R 76 of 255 = 30%
G 80 of 255 = 31%
B 76 of 255 = 30%

76
80
76

R + G + B ~ 30%. #4C504C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 80 + 76 = 232 (100%)
R 76 of 232 ~ 32.76%
G 80 of 232 ~ 34.48%
B 76 of 232 ~ 32.76%

%32.76
%34.48
%32.76

CMYK color model

#4C504C color CMYK value is (5,0,5,69).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 68.63%
CMYK:
(5,0,5,69)
C5M0Y5K69 
(5%,0%,5%,69%)
(0.05/0.00/0.05/0.69)	

CMYK percentages

%5
%0
%5
%68.63

Codes

Color #4C504C in popluar color models

4C504C
RGB768076
HSL120°2.56%30.59%
HSB/HSV120°5.00%31.37%
CMYK5.00%0.00%5.00%
68.63%

Color #4C504C in popluar number systems.

HEX4C504C
Decimal768076
Binary100110010100001001100
Octal114120114

Shades and tints

Shades of #4C504C

#4C504C
(76,80,76)
#464946
(70,73,70)
#404240
(64,66,64)
#3A3B3A
(58,59,58)
#343434
(52,52,52)
#2E2D2E
(46,45,46)
#282628
(40,38,40)
#221F22
(34,31,34)
#1C181C
(28,24,28)
#161116
(22,17,22)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #4C504C

#4C504C
(76,80,76)
#5C5F5C
(92,95,92)
#6C6E6C
(108,110,108)
#7C7D7C
(124,125,124)
#8C8C8C
(140,140,140)
#9C9B9C
(156,155,156)
#ACAAAC
(172,170,172)
#BCB9BC
(188,185,188)
#CCC8CC
(204,200,204)
#DCD7DC
(220,215,220)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C504C; }

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

This text font color is #4C504C.


Background Color

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

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

This div background color is #4C504C.


Border color

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

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

This div border color is #4C504C.


Opacity

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

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

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

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

This text has shadow with #4C504C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C504C on black background.


Color preview on white background

This text has color #4C504C on white background.



Black color preview on #4C504C background

This text has black color on #4C504C background.


White color preview on #4C504C background

This text has white color on #4C504C background.