COLOR #4C4042

HEX: #4C4042 RGB: (76,64,66)

Color info

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

RGB color model

#4C4042 color RGB value is (76,64,66).

RGB: (76,64,66) (30%, 25%, 26%)

RGB channels and saturation

R 76 of 255 = 30%
G 64 of 255 = 25%
B 66 of 255 = 26%

76
64
66

R + G + B ~ 27%. #4C4042 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 64 + 66 = 206 (100%)
R 76 of 206 ~ 36.89%
G 64 of 206 ~ 31.07%
B 66 of 206 ~ 32.04'%

%36.89
%31.07
%32.04

CMYK color model

#4C4042 color CMYK value is (0,16,13,70).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 13.16%
  • key color value is 70.20%

CMYK: (0,16,13,70)
C0M16Y13K70 (0%, 16%, 13%, 70%)
(0.00 / 0.16 / 0.13 / 0.70)

CMYK percentages

%0
%15.79
%13.16
%70.2

Codes

Color #4C4042 in popluar color models

4C 40 42
RGB 76 64 66
HSL 350° 8.57% 27.45%
HSB/HSV 350° 15.79% 29.80%
CMYK 0.00% 15.79% 13.16%
70.20%

Color #4C4042 in popluar number systems.

HEX 4C 40 42
Decimal 76 64 66
Binary 1001100 1000000 1000010
Octal 114 100 102

Shades and tints

Shades of #4C4042

#4C4042
(76,64,66)
#463B3C
(70,59,60)
#403636
(64,54,54)
#3A3130
(58,49,48)
#342C2A
(52,44,42)
#2E2724
(46,39,36)
#28221E
(40,34,30)
#221D18
(34,29,24)
#1C1812
(28,24,18)
#16130C
(22,19,12)
#100E06
(16,14,6)
#000000
(0,0,0)

Tints of #4C4042

#4C4042
(76,64,66)
#5C5153
(92,81,83)
#6C6264
(108,98,100)
#7C7375
(124,115,117)
#8C8486
(140,132,134)
#9C9597
(156,149,151)
#ACA6A8
(172,166,168)
#BCB7B9
(188,183,185)
#CCC8CA
(204,200,202)
#DCD9DB
(220,217,219)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4042; }

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

This text font color is #4C4042.

Background Color

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

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

This div background color is #4C4042.

Border color

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

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

This div border color is #4C4042.

Opacity

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

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

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

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

This text has shadow with #4C4042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4042.

Preview

Color preview on black background

This text has color #4C4042 on black background.


Color preview on white background

This text has color #4C4042 on white background.


Black color preview on #4C4042 background

This text has black color on #4C4042 background.


White color preview on #4C4042 background

This text has white color on #4C4042 background.


Related colors

Complementary color

Complementary color for #hex is #B3BFBD.


I love getcolorcode.com

Triadic colors

1 #424C40 and #40424C with #4C4042 are triadic colors.

2 #42404C and #404C42 with #4C4042 are triadic colors.