COLOR #4C434F

HEX: #4C434F
RGB: (76,67,79)

Color info

#4C434F contains red, green and blue colors in about the same proportion. Web safe color of #4C434F is #333366 (or #336).

RGB color model

#4C434F color RGB value is (76,67,79).

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

RGB channels and saturation

R 76 of 255 = 30%
G 67 of 255 = 26%
B 79 of 255 = 31%

76
67
79

R + G + B ~ 29%. #4C434F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 67 + 79 = 222 (100%)
R 76 of 222 ~ 34.23%
G 67 of 222 ~ 30.18%
B 79 of 222 ~ 35.59%

%34.23
%30.18
%35.59

CMYK color model

#4C434F color CMYK value is (4,15,0,69).

  • cyan value is 3.80%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(4,15,0,69)
C4M15Y0K69 
(4%,15%,0%,69%)
(0.04/0.15/0.00/0.69)	

CMYK percentages

%3.8
%15.19
%0
%69.02

Codes

Color #4C434F in popluar color models

4C434F
RGB766779
HSL285°8.22%28.63%
HSB/HSV285°15.19%30.98%
CMYK3.80%15.19%0.00%
69.02%

Color #4C434F in popluar number systems.

HEX4C434F
Decimal766779
Binary100110010000111001111
Octal114103117

Shades and tints

Shades of #4C434F

#4C434F
(76,67,79)
#463D48
(70,61,72)
#403741
(64,55,65)
#3A313A
(58,49,58)
#342B33
(52,43,51)
#2E252C
(46,37,44)
#281F25
(40,31,37)
#22191E
(34,25,30)
#1C1317
(28,19,23)
#160D10
(22,13,16)
#100709
(16,7,9)
#000000
(0,0,0)

Tints of #4C434F

#4C434F
(76,67,79)
#5C545F
(92,84,95)
#6C656F
(108,101,111)
#7C767F
(124,118,127)
#8C878F
(140,135,143)
#9C989F
(156,152,159)
#ACA9AF
(172,169,175)
#BCBABF
(188,186,191)
#CCCBCF
(204,203,207)
#DCDCDF
(220,220,223)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C434F; }

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

This text font color is #4C434F.


Background Color

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

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

This div background color is #4C434F.


Border color

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

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

This div border color is #4C434F.


Opacity

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

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

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

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

This text has shadow with #4C434F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C434F on black background.


Color preview on white background

This text has color #4C434F on white background.



Black color preview on #4C434F background

This text has black color on #4C434F background.


White color preview on #4C434F background

This text has white color on #4C434F background.