COLOR #4C464A

HEX: #4C464A
RGB: (76,70,74)

Color info

#4C464A contains red, green and blue colors in about the same proportion. Web safe color of #4C464A is #333333 (or #333).

RGB color model

#4C464A color RGB value is (76,70,74).

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

RGB channels and saturation

R 76 of 255 = 30%
G 70 of 255 = 27%
B 74 of 255 = 29%

76
70
74

R + G + B ~ 29%. #4C464A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 70 + 74 = 220 (100%)
R 76 of 220 ~ 34.55%
G 70 of 220 ~ 31.82%
B 74 of 220 ~ 33.64%

%34.55
%31.82
%33.64

CMYK color model

#4C464A color CMYK value is (0,8,3,70).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 2.63%
  • key color value is 70.20%
CMYK:
(0,8,3,70)
C0M8Y3K70 
(0%,8%,3%,70%)
(0.00/0.08/0.03/0.70)	

CMYK percentages

%0
%7.89
%2.63
%70.2

Codes

Color #4C464A in popluar color models

4C464A
RGB767074
HSL320°4.11%28.63%
HSB/HSV320°7.89%29.80%
CMYK0.00%7.89%2.63%
70.20%

Color #4C464A in popluar number systems.

HEX4C464A
Decimal767074
Binary100110010001101001010
Octal114106112

Shades and tints

Shades of #4C464A

#4C464A
(76,70,74)
#464044
(70,64,68)
#403A3E
(64,58,62)
#3A3438
(58,52,56)
#342E32
(52,46,50)
#2E282C
(46,40,44)
#282226
(40,34,38)
#221C20
(34,28,32)
#1C161A
(28,22,26)
#161014
(22,16,20)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #4C464A

#4C464A
(76,70,74)
#5C565A
(92,86,90)
#6C666A
(108,102,106)
#7C767A
(124,118,122)
#8C868A
(140,134,138)
#9C969A
(156,150,154)
#ACA6AA
(172,166,170)
#BCB6BA
(188,182,186)
#CCC6CA
(204,198,202)
#DCD6DA
(220,214,218)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C464A; }

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

This text font color is #4C464A.


Background Color

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

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

This div background color is #4C464A.


Border color

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

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

This div border color is #4C464A.


Opacity

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

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

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

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

This text has shadow with #4C464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C464A on black background.


Color preview on white background

This text has color #4C464A on white background.



Black color preview on #4C464A background

This text has black color on #4C464A background.


White color preview on #4C464A background

This text has white color on #4C464A background.