COLOR #4C4040

HEX: #4C4040
RGB: (76,64,64)

Color info

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

RGB color model

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

  • red value is 76;
  • green value is 64;
  • blue value is 64.
RGB:
(76,64,64)
(30%,25%,25%)

RGB channels and saturation

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

76
64
64

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

Portions of RGB colors in percentages

R + G + B =
76 + 64 + 64 = 204 (100%)
R 76 of 204 ~ 37.25%
G 64 of 204 ~ 31.37%
B 64 of 204 ~ 31.37%

%37.25
%31.37
%31.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 15.79%
  • key color value is 70.20%
CMYK:
(0,16,16,70)
C0M16Y16K70 
(0%,16%,16%,70%)
(0.00/0.16/0.16/0.70)	

CMYK percentages

%0
%15.79
%15.79
%70.2

Codes

Color #4C4040 in popluar color models

4C4040
RGB766464
HSL8.57%27.45%
HSB/HSV15.79%29.80%
CMYK0.00%15.79%15.79%
70.20%

Color #4C4040 in popluar number systems.

HEX4C4040
Decimal766464
Binary100110010000001000000
Octal114100100

Shades and tints

Shades of #4C4040

#4C4040
(76,64,64)
#463B3B
(70,59,59)
#403636
(64,54,54)
#3A3131
(58,49,49)
#342C2C
(52,44,44)
#2E2727
(46,39,39)
#282222
(40,34,34)
#221D1D
(34,29,29)
#1C1818
(28,24,24)
#161313
(22,19,19)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #4C4040

#4C4040
(76,64,64)
#5C5151
(92,81,81)
#6C6262
(108,98,98)
#7C7373
(124,115,115)
#8C8484
(140,132,132)
#9C9595
(156,149,149)
#ACA6A6
(172,166,166)
#BCB7B7
(188,183,183)
#CCC8C8
(204,200,200)
#DCD9D9
(220,217,217)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4040; }

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

This text font color is #4C4040.


Background Color

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

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

This div background color is #4C4040.


Border color

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

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

This div border color is #4C4040.


Opacity

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

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

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

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

This text has shadow with #4C4040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4040 on black background.


Color preview on white background

This text has color #4C4040 on white background.



Black color preview on #4C4040 background

This text has black color on #4C4040 background.


White color preview on #4C4040 background

This text has white color on #4C4040 background.