COLOR #4C394C

HEX: #4C394C
RGB: (76,57,76)

Color info

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

RGB color model

#4C394C color RGB value is (76,57,76).

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

RGB channels and saturation

R 76 of 255 = 30%
G 57 of 255 = 22%
B 76 of 255 = 30%

76
57
76

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

Portions of RGB colors in percentages

R + G + B =
76 + 57 + 76 = 209 (100%)
R 76 of 209 ~ 36.36%
G 57 of 209 ~ 27.27%
B 76 of 209 ~ 36.36%

%36.36
%27.27
%36.36

CMYK color model

#4C394C color CMYK value is (0,25,0,70).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(0,25,0,70)
C0M25Y0K70 
(0%,25%,0%,70%)
(0.00/0.25/0.00/0.70)	

CMYK percentages

%0
%25
%0
%70.2

Codes

Color #4C394C in popluar color models

4C394C
RGB765776
HSL300°14.29%26.08%
HSB/HSV300°25.00%29.80%
CMYK0.00%25.00%0.00%
70.20%

Color #4C394C in popluar number systems.

HEX4C394C
Decimal765776
Binary10011001110011001100
Octal11471114

Shades and tints

Shades of #4C394C

#4C394C
(76,57,76)
#463446
(70,52,70)
#402F40
(64,47,64)
#3A2A3A
(58,42,58)
#342534
(52,37,52)
#2E202E
(46,32,46)
#281B28
(40,27,40)
#221622
(34,22,34)
#1C111C
(28,17,28)
#160C16
(22,12,22)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #4C394C

#4C394C
(76,57,76)
#5C4B5C
(92,75,92)
#6C5D6C
(108,93,108)
#7C6F7C
(124,111,124)
#8C818C
(140,129,140)
#9C939C
(156,147,156)
#ACA5AC
(172,165,172)
#BCB7BC
(188,183,188)
#CCC9CC
(204,201,204)
#DCDBDC
(220,219,220)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C394C; }

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

This text font color is #4C394C.


Background Color

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

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

This div background color is #4C394C.


Border color

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

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

This div border color is #4C394C.


Opacity

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

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

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

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

This text has shadow with #4C394C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C394C on black background.


Color preview on white background

This text has color #4C394C on white background.



Black color preview on #4C394C background

This text has black color on #4C394C background.


White color preview on #4C394C background

This text has white color on #4C394C background.