Color Hex Logo

#4c424c Color Hex

#4C424C
(76,66,76)
0 Favorites   0 Comments

Color spaces of #4c424c

RGB 766676
HSL0.830.070.28
HSV300°13°30°
CMYK 0.000.130.00   0.70
XYZ6.23325.95477.6583
Yxy5.95470.31410.3000
Hunter Lab24.40232.8913-1.5257
CIE-Lab29.29796.3831-4.4572

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

#4c424c hex color red value is 76, green value is 66 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #4c424c hue: 0.83 , saturation: 0.07 and the lightness value of 4c424c is 0.28.

The process color (four color CMYK) of #4c424c color hex is 0.00, 0.13, 0.00, 0.70. Web safe color of #4c424c is #333333. Color #4c424c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000010 01001100
Octal 114 102 114
Decimal 76 66 76
Hex 4C 42 4C

RGB Percentages of Color #4c424c

%34.86
%30.28
%34.86

CMYK Percentages of Color #4c424c

%0
%13
%0
%70

Triadic Colors of #4c424c

#4c424c #4c4c42 #424c4c

Analogous Colors of #4c424c

#4c424c #4c4247 #47424c

Monochromatic Colors of #4c424c

#4c424c

Complementary Color

#4c424c #424c42

#4c424c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c424c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c424c Color CSS Codes

.mybgcolor {background-color:#4c424c; } 
.myforecolor {color:#4c424c; }
.mybordercolor {border:3px solid #4c424c; }

#4c424c Text Font Color

<p style="color:#4c424c">Text here</p>

This sample text font color is #4c424c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4c424c Background Color

<div style="background-color:#4c424c">
Div content here</div>

This div background color is #4c424c


#4c424c Border Color

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

This div border color is #4c424c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,66,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c424c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c424c;
  -webkit-box-shadow: 1px 1px 3px 2px #4c424c;
  box-shadow:         1px 1px 3px 2px #4c424c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,66,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4c424c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4c424c;
  -webkit-box-shadow: 1px 1px 3px 2px #4c424c;
  box-shadow:         1px 1px 3px 2px #4c424c;">
Div content here</div>

This div box has shadow with color #4c424c


Comments

No comments written yet.

Please login to write comment.