COLOR #4C504A

HEX: #4C504A
RGB: (76,80,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

76
80
74

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

Portions of RGB colors in percentages

R + G + B =
76 + 80 + 74 = 230 (100%)
R 76 of 230 ~ 33.04%
G 80 of 230 ~ 34.78%
B 74 of 230 ~ 32.17%

%33.04
%34.78
%32.17

CMYK color model

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

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

CMYK percentages

%5
%0
%7.5
%68.63

Codes

Color #4C504A in popluar color models

4C504A
RGB768074
HSL100°3.90%30.20%
HSB/HSV100°7.50%31.37%
CMYK5.00%0.00%7.50%
68.63%

Color #4C504A in popluar number systems.

HEX4C504A
Decimal768074
Binary100110010100001001010
Octal114120112

Shades and tints

Shades of #4C504A

#4C504A
(76,80,74)
#464944
(70,73,68)
#40423E
(64,66,62)
#3A3B38
(58,59,56)
#343432
(52,52,50)
#2E2D2C
(46,45,44)
#282626
(40,38,38)
#221F20
(34,31,32)
#1C181A
(28,24,26)
#161114
(22,17,20)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #4C504A

#4C504A
(76,80,74)
#5C5F5A
(92,95,90)
#6C6E6A
(108,110,106)
#7C7D7A
(124,125,122)
#8C8C8A
(140,140,138)
#9C9B9A
(156,155,154)
#ACAAAA
(172,170,170)
#BCB9BA
(188,185,186)
#CCC8CA
(204,200,202)
#DCD7DA
(220,215,218)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C504A; }

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

This text font color is #4C504A.


Background Color

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

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

This div background color is #4C504A.


Border color

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

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

This div border color is #4C504A.


Opacity

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

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

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

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

This text has shadow with #4C504A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C504A on black background.


Color preview on white background

This text has color #4C504A on white background.



Black color preview on #4C504A background

This text has black color on #4C504A background.


White color preview on #4C504A background

This text has white color on #4C504A background.