Color Hex Logo

#6c4353 Color Hex

#6C4353
(108,67,83)
0 Favorites   0 Comments

Color spaces of #6c4353

RGB 1086783
HSL0.930.230.34
HSV337°38°42°
CMYK 0.000.380.23   0.58
XYZ9.75287.82709.1803
Yxy7.82700.36450.2925
Hunter Lab27.976813.26640.1283
CIE-Lab33.620020.2023-2.1475

#6c4353 color RGB value is (108,67,83).

#6c4353 hex color red value is 108, green value is 67 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #6c4353 hue: 0.93 , saturation: 0.23 and the lightness value of 6c4353 is 0.34.

The process color (four color CMYK) of #6c4353 color hex is 0.00, 0.38, 0.23, 0.58. Web safe color of #6c4353 is #663366. Color #6c4353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01000011 01010011
Octal 154 103 123
Decimal 108 67 83
Hex 6C 43 53

RGB Percentages of Color #6c4353

%41.86
%25.97
%32.17

CMYK Percentages of Color #6c4353

%0
%38
%23
%58

Triadic Colors of #6c4353

#6c4353 #536c43 #43536c

Analogous Colors of #6c4353

#6c4353 #6c4843 #6c4368

Monochromatic Colors of #6c4353

#6c4353

Complementary Color

#6c4353 #436c5c

#6c4353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c4353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c4353 Color CSS Codes

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

#6c4353 Text Font Color

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

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


#6c4353 Background Color

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

This div background color is #6c4353


#6c4353 Border Color

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

This div border color is #6c4353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c4353


Comments

No comments written yet.

Please login to write comment.