COLOR #4C444A

HEX: #4C444A
RGB: (76,68,74)

Color info

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

RGB color model

#4C444A color RGB value is (76,68,74).

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

RGB channels and saturation

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

76
68
74

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

Portions of RGB colors in percentages

R + G + B =
76 + 68 + 74 = 218 (100%)
R 76 of 218 ~ 34.86%
G 68 of 218 ~ 31.19%
B 74 of 218 ~ 33.94%

%34.86
%31.19
%33.94

CMYK color model

#4C444A color CMYK value is (0,11,3,70).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 2.63%
  • key color value is 70.20%
CMYK:
(0,11,3,70)
C0M11Y3K70 
(0%,11%,3%,70%)
(0.00/0.11/0.03/0.70)	

CMYK percentages

%0
%10.53
%2.63
%70.2

Codes

Color #4C444A in popluar color models

4C444A
RGB766874
HSL315°5.56%28.24%
HSB/HSV315°10.53%29.80%
CMYK0.00%10.53%2.63%
70.20%

Color #4C444A in popluar number systems.

HEX4C444A
Decimal766874
Binary100110010001001001010
Octal114104112

Shades and tints

Shades of #4C444A

#4C444A
(76,68,74)
#463E44
(70,62,68)
#40383E
(64,56,62)
#3A3238
(58,50,56)
#342C32
(52,44,50)
#2E262C
(46,38,44)
#282026
(40,32,38)
#221A20
(34,26,32)
#1C141A
(28,20,26)
#160E14
(22,14,20)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #4C444A

#4C444A
(76,68,74)
#5C555A
(92,85,90)
#6C666A
(108,102,106)
#7C777A
(124,119,122)
#8C888A
(140,136,138)
#9C999A
(156,153,154)
#ACAAAA
(172,170,170)
#BCBBBA
(188,187,186)
#CCCCCA
(204,204,202)
#DCDDDA
(220,221,218)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C444A; }

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

This text font color is #4C444A.


Background Color

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

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

This div background color is #4C444A.


Border color

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

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

This div border color is #4C444A.


Opacity

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

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

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

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

This text has shadow with #4C444A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C444A on black background.


Color preview on white background

This text has color #4C444A on white background.



Black color preview on #4C444A background

This text has black color on #4C444A background.


White color preview on #4C444A background

This text has white color on #4C444A background.