Color Hex Logo

#6c042c Color Hex

#6C042C
(108,4,44)
0 Favorites   0 Comments

Color spaces of #6c042c

RGB 108444
HSL0.940.930.22
HSV337°96°42°
CMYK 0.000.960.59   0.58
XYZ6.68243.45682.6979
Yxy3.45680.52060.2693
Hunter Lab18.592531.61864.4113
CIE-Lab21.787643.48676.8443

#6c042c color RGB value is (108,4,44).

#6c042c hex color red value is 108, green value is 4 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #6c042c hue: 0.94 , saturation: 0.93 and the lightness value of 6c042c is 0.22.

The process color (four color CMYK) of #6c042c color hex is 0.00, 0.96, 0.59, 0.58. Web safe color of #6c042c is #660033. Color #6c042c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00000100 00101100
Octal 154 4 54
Decimal 108 4 44
Hex 6C 4 2C

RGB Percentages of Color #6c042c

%69.23
%2.56
%28.21

CMYK Percentages of Color #6c042c

%0
%96
%59
%58

Triadic Colors of #6c042c

#6c042c #2c6c04 #042c6c

Analogous Colors of #6c042c

#6c042c #6c1004 #6c0460

Monochromatic Colors of #6c042c

#6c042c

Complementary Color

#6c042c #046c44

#6c042c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c042c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c042c Color CSS Codes

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

#6c042c Text Font Color

<p style="color:#6c042c">Text here</p>

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


#6c042c Background Color

<div style="background-color:#6c042c">
Div content here</div>

This div background color is #6c042c


#6c042c Border Color

<div style="border:3px solid #6c042c">
Div here</div>

This div border color is #6c042c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,4,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 #6c042c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c042c


Comments

No comments written yet.

Please login to write comment.