COLOR #4C4246

HEX: #4C4246
RGB: (76,66,70)

Color info

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

RGB color model

#4C4246 color RGB value is (76,66,70).

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

RGB channels and saturation

R 76 of 255 = 30%
G 66 of 255 = 26%
B 70 of 255 = 27%

76
66
70

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

Portions of RGB colors in percentages

R + G + B =
76 + 66 + 70 = 212 (100%)
R 76 of 212 ~ 35.85%
G 66 of 212 ~ 31.13%
B 70 of 212 ~ 33.02%

%35.85
%31.13
%33.02

CMYK color model

#4C4246 color CMYK value is (0,13,8,70).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 7.89%
  • key color value is 70.20%
CMYK:
(0,13,8,70)
C0M13Y8K70 
(0%,13%,8%,70%)
(0.00/0.13/0.08/0.70)	

CMYK percentages

%0
%13.16
%7.89
%70.2

Codes

Color #4C4246 in popluar color models

4C4246
RGB766670
HSL336°7.04%27.84%
HSB/HSV336°13.16%29.80%
CMYK0.00%13.16%7.89%
70.20%

Color #4C4246 in popluar number systems.

HEX4C4246
Decimal766670
Binary100110010000101000110
Octal114102106

Shades and tints

Shades of #4C4246

#4C4246
(76,66,70)
#463C40
(70,60,64)
#40363A
(64,54,58)
#3A3034
(58,48,52)
#342A2E
(52,42,46)
#2E2428
(46,36,40)
#281E22
(40,30,34)
#22181C
(34,24,28)
#1C1216
(28,18,22)
#160C10
(22,12,16)
#10060A
(16,6,10)
#000000
(0,0,0)

Tints of #4C4246

#4C4246
(76,66,70)
#5C5356
(92,83,86)
#6C6466
(108,100,102)
#7C7576
(124,117,118)
#8C8686
(140,134,134)
#9C9796
(156,151,150)
#ACA8A6
(172,168,166)
#BCB9B6
(188,185,182)
#CCCAC6
(204,202,198)
#DCDBD6
(220,219,214)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4246; }

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

This text font color is #4C4246.


Background Color

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

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

This div background color is #4C4246.


Border color

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

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

This div border color is #4C4246.


Opacity

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

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

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

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

This text has shadow with #4C4246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4246 on black background.


Color preview on white background

This text has color #4C4246 on white background.



Black color preview on #4C4246 background

This text has black color on #4C4246 background.


White color preview on #4C4246 background

This text has white color on #4C4246 background.