COLOR #4C4843

HEX: #4C4843
RGB: (76,72,67)

Color info

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

RGB color model

#4C4843 color RGB value is (76,72,67).

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

RGB channels and saturation

R 76 of 255 = 30%
G 72 of 255 = 28%
B 67 of 255 = 26%

76
72
67

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

Portions of RGB colors in percentages

R + G + B =
76 + 72 + 67 = 215 (100%)
R 76 of 215 ~ 35.35%
G 72 of 215 ~ 33.49%
B 67 of 215 ~ 31.16%

%35.35
%33.49
%31.16

CMYK color model

#4C4843 color CMYK value is (0,5,12,70).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 11.84%
  • key color value is 70.20%
CMYK:
(0,5,12,70)
C0M5Y12K70 
(0%,5%,12%,70%)
(0.00/0.05/0.12/0.70)	

CMYK percentages

%0
%5.26
%11.84
%70.2

Codes

Color #4C4843 in popluar color models

4C4843
RGB767267
HSL33°6.29%28.04%
HSB/HSV33°11.84%29.80%
CMYK0.00%5.26%11.84%
70.20%

Color #4C4843 in popluar number systems.

HEX4C4843
Decimal767267
Binary100110010010001000011
Octal114110103

Shades and tints

Shades of #4C4843

#4C4843
(76,72,67)
#46423D
(70,66,61)
#403C37
(64,60,55)
#3A3631
(58,54,49)
#34302B
(52,48,43)
#2E2A25
(46,42,37)
#28241F
(40,36,31)
#221E19
(34,30,25)
#1C1813
(28,24,19)
#16120D
(22,18,13)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #4C4843

#4C4843
(76,72,67)
#5C5854
(92,88,84)
#6C6865
(108,104,101)
#7C7876
(124,120,118)
#8C8887
(140,136,135)
#9C9898
(156,152,152)
#ACA8A9
(172,168,169)
#BCB8BA
(188,184,186)
#CCC8CB
(204,200,203)
#DCD8DC
(220,216,220)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4843; }

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

This text font color is #4C4843.


Background Color

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

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

This div background color is #4C4843.


Border color

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

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

This div border color is #4C4843.


Opacity

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

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

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

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

This text has shadow with #4C4843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4843 on black background.


Color preview on white background

This text has color #4C4843 on white background.



Black color preview on #4C4843 background

This text has black color on #4C4843 background.


White color preview on #4C4843 background

This text has white color on #4C4843 background.