COLOR #4C4442

HEX: #4C4442
RGB: (76,68,66)

Color info

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

RGB color model

#4C4442 color RGB value is (76,68,66).

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

RGB channels and saturation

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

76
68
66

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

Portions of RGB colors in percentages

R + G + B =
76 + 68 + 66 = 210 (100%)
R 76 of 210 ~ 36.19%
G 68 of 210 ~ 32.38%
B 66 of 210 ~ 31.43%

%36.19
%32.38
%31.43

CMYK color model

#4C4442 color CMYK value is (0,11,13,70).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 13.16%
  • key color value is 70.20%
CMYK:
(0,11,13,70)
C0M11Y13K70 
(0%,11%,13%,70%)
(0.00/0.11/0.13/0.70)	

CMYK percentages

%0
%10.53
%13.16
%70.2

Codes

Color #4C4442 in popluar color models

4C4442
RGB766866
HSL12°7.04%27.84%
HSB/HSV12°13.16%29.80%
CMYK0.00%10.53%13.16%
70.20%

Color #4C4442 in popluar number systems.

HEX4C4442
Decimal766866
Binary100110010001001000010
Octal114104102

Shades and tints

Shades of #4C4442

#4C4442
(76,68,66)
#463E3C
(70,62,60)
#403836
(64,56,54)
#3A3230
(58,50,48)
#342C2A
(52,44,42)
#2E2624
(46,38,36)
#28201E
(40,32,30)
#221A18
(34,26,24)
#1C1412
(28,20,18)
#160E0C
(22,14,12)
#100806
(16,8,6)
#000000
(0,0,0)

Tints of #4C4442

#4C4442
(76,68,66)
#5C5553
(92,85,83)
#6C6664
(108,102,100)
#7C7775
(124,119,117)
#8C8886
(140,136,134)
#9C9997
(156,153,151)
#ACAAA8
(172,170,168)
#BCBBB9
(188,187,185)
#CCCCCA
(204,204,202)
#DCDDDB
(220,221,219)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4442; }

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

This text font color is #4C4442.


Background Color

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

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

This div background color is #4C4442.


Border color

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

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

This div border color is #4C4442.


Opacity

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

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

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

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

This text has shadow with #4C4442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4442 on black background.


Color preview on white background

This text has color #4C4442 on white background.



Black color preview on #4C4442 background

This text has black color on #4C4442 background.


White color preview on #4C4442 background

This text has white color on #4C4442 background.