Color Hex Logo

#4c002c Color Hex

#4C002C
(76,0,44)
0 Favorites   0 Comments

Color spaces of #4c002c

RGB 76044
HSL0.901.000.15
HSV325°100°30°
CMYK 0.001.000.42   0.70
XYZ3.43511.71832.5335
Yxy1.71830.44690.2235
Hunter Lab13.108423.8369-2.2833
CIE-Lab13.933536.2880-5.4880

#4c002c color RGB value is (76,0,44).

#4c002c hex color red value is 76, green value is 0 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #4c002c hue: 0.90 , saturation: 1.00 and the lightness value of 4c002c is 0.15.

The process color (four color CMYK) of #4c002c color hex is 0.00, 1.00, 0.42, 0.70. Web safe color of #4c002c is #330033. Color #4c002c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00000000 00101100
Octal 114 0 54
Decimal 76 0 44
Hex 4C 0 2C

RGB Percentages of Color #4c002c

%63.33
%0.00
%36.67

CMYK Percentages of Color #4c002c

%0
%100
%42
%70

Triadic Colors of #4c002c

#4c002c #2c4c00 #002c4c

Analogous Colors of #4c002c

#4c002c #4c0006 #46004c

Monochromatic Colors of #4c002c

#4c002c

Complementary Color

#4c002c #004c20

#4c002c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c002c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c002c Color CSS Codes

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

#4c002c Text Font Color

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

This sample text font color is #4c002c
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.


#4c002c Background Color

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

This div background color is #4c002c


#4c002c Border Color

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

This div border color is #4c002c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c002c


Comments

No comments written yet.

Please login to write comment.