COLOR #4C404B

HEX: #4C404B
RGB: (76,64,75)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

76
64
75

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

Portions of RGB colors in percentages

R + G + B =
76 + 64 + 75 = 215 (100%)
R 76 of 215 ~ 35.35%
G 64 of 215 ~ 29.77%
B 75 of 215 ~ 34.88%

%35.35
%29.77
%34.88

CMYK color model

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

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

CMYK percentages

%0
%15.79
%1.32
%70.2

Codes

Color #4C404B in popluar color models

4C404B
RGB766475
HSL305°8.57%27.45%
HSB/HSV305°15.79%29.80%
CMYK0.00%15.79%1.32%
70.20%

Color #4C404B in popluar number systems.

HEX4C404B
Decimal766475
Binary100110010000001001011
Octal114100113

Shades and tints

Shades of #4C404B

#4C404B
(76,64,75)
#463B45
(70,59,69)
#40363F
(64,54,63)
#3A3139
(58,49,57)
#342C33
(52,44,51)
#2E272D
(46,39,45)
#282227
(40,34,39)
#221D21
(34,29,33)
#1C181B
(28,24,27)
#161315
(22,19,21)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #4C404B

#4C404B
(76,64,75)
#5C515B
(92,81,91)
#6C626B
(108,98,107)
#7C737B
(124,115,123)
#8C848B
(140,132,139)
#9C959B
(156,149,155)
#ACA6AB
(172,166,171)
#BCB7BB
(188,183,187)
#CCC8CB
(204,200,203)
#DCD9DB
(220,217,219)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C404B; }

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

This text font color is #4C404B.


Background Color

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

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

This div background color is #4C404B.


Border color

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

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

This div border color is #4C404B.


Opacity

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

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

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

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

This text has shadow with #4C404B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C404B on black background.


Color preview on white background

This text has color #4C404B on white background.



Black color preview on #4C404B background

This text has black color on #4C404B background.


White color preview on #4C404B background

This text has white color on #4C404B background.