COLOR #4C4248

HEX: #4C4248
RGB: (76,66,72)

Color info

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

RGB color model

#4C4248 color RGB value is (76,66,72).

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

RGB channels and saturation

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

76
66
72

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

Portions of RGB colors in percentages

R + G + B =
76 + 66 + 72 = 214 (100%)
R 76 of 214 ~ 35.51%
G 66 of 214 ~ 30.84%
B 72 of 214 ~ 33.64%

%35.51
%30.84
%33.64

CMYK color model

#4C4248 color CMYK value is (0,13,5,70).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 5.26%
  • key color value is 70.20%
CMYK:
(0,13,5,70)
C0M13Y5K70 
(0%,13%,5%,70%)
(0.00/0.13/0.05/0.70)	

CMYK percentages

%0
%13.16
%5.26
%70.2

Codes

Color #4C4248 in popluar color models

4C4248
RGB766672
HSL324°7.04%27.84%
HSB/HSV324°13.16%29.80%
CMYK0.00%13.16%5.26%
70.20%

Color #4C4248 in popluar number systems.

HEX4C4248
Decimal766672
Binary100110010000101001000
Octal114102110

Shades and tints

Shades of #4C4248

#4C4248
(76,66,72)
#463C42
(70,60,66)
#40363C
(64,54,60)
#3A3036
(58,48,54)
#342A30
(52,42,48)
#2E242A
(46,36,42)
#281E24
(40,30,36)
#22181E
(34,24,30)
#1C1218
(28,18,24)
#160C12
(22,12,18)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #4C4248

#4C4248
(76,66,72)
#5C5358
(92,83,88)
#6C6468
(108,100,104)
#7C7578
(124,117,120)
#8C8688
(140,134,136)
#9C9798
(156,151,152)
#ACA8A8
(172,168,168)
#BCB9B8
(188,185,184)
#CCCAC8
(204,202,200)
#DCDBD8
(220,219,216)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4248; }

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

This text font color is #4C4248.


Background Color

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

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

This div background color is #4C4248.


Border color

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

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

This div border color is #4C4248.


Opacity

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

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

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

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

This text has shadow with #4C4248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4248 on black background.


Color preview on white background

This text has color #4C4248 on white background.



Black color preview on #4C4248 background

This text has black color on #4C4248 background.


White color preview on #4C4248 background

This text has white color on #4C4248 background.