COLOR #4C434A

HEX: #4C434A
RGB: (76,67,74)

Color info

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

RGB color model

#4C434A color RGB value is (76,67,74).

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

RGB channels and saturation

R 76 of 255 = 30%
G 67 of 255 = 26%
B 74 of 255 = 29%

76
67
74

R + G + B ~ 28%. #4C434A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 67 + 74 = 217 (100%)
R 76 of 217 ~ 35.02%
G 67 of 217 ~ 30.88%
B 74 of 217 ~ 34.1%

%35.02
%30.88
%34.1

CMYK color model

#4C434A color CMYK value is (0,12,3,70).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 2.63%
  • key color value is 70.20%
CMYK:
(0,12,3,70)
C0M12Y3K70 
(0%,12%,3%,70%)
(0.00/0.12/0.03/0.70)	

CMYK percentages

%0
%11.84
%2.63
%70.2

Codes

Color #4C434A in popluar color models

4C434A
RGB766774
HSL313°6.29%28.04%
HSB/HSV313°11.84%29.80%
CMYK0.00%11.84%2.63%
70.20%

Color #4C434A in popluar number systems.

HEX4C434A
Decimal766774
Binary100110010000111001010
Octal114103112

Shades and tints

Shades of #4C434A

#4C434A
(76,67,74)
#463D44
(70,61,68)
#40373E
(64,55,62)
#3A3138
(58,49,56)
#342B32
(52,43,50)
#2E252C
(46,37,44)
#281F26
(40,31,38)
#221920
(34,25,32)
#1C131A
(28,19,26)
#160D14
(22,13,20)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #4C434A

#4C434A
(76,67,74)
#5C545A
(92,84,90)
#6C656A
(108,101,106)
#7C767A
(124,118,122)
#8C878A
(140,135,138)
#9C989A
(156,152,154)
#ACA9AA
(172,169,170)
#BCBABA
(188,186,186)
#CCCBCA
(204,203,202)
#DCDCDA
(220,220,218)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C434A; }

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

This text font color is #4C434A.


Background Color

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

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

This div background color is #4C434A.


Border color

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

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

This div border color is #4C434A.


Opacity

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

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

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

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

This text has shadow with #4C434A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C434A on black background.


Color preview on white background

This text has color #4C434A on white background.



Black color preview on #4C434A background

This text has black color on #4C434A background.


White color preview on #4C434A background

This text has white color on #4C434A background.