Color Hex Logo

#6c374e Color Hex

#6C374E
(108,55,78)
0 Favorites   0 Comments

Color spaces of #6c374e

RGB 1085578
HSL0.930.330.32
HSV334°49°42°
CMYK 0.000.490.28   0.58
XYZ8.92576.47067.9862
Yxy6.47060.38170.2767
Hunter Lab25.437418.1183-0.8083
CIE-Lab30.570026.5351-3.4258

#6c374e color RGB value is (108,55,78).

#6c374e hex color red value is 108, green value is 55 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #6c374e hue: 0.93 , saturation: 0.33 and the lightness value of 6c374e is 0.32.

The process color (four color CMYK) of #6c374e color hex is 0.00, 0.49, 0.28, 0.58. Web safe color of #6c374e is #663366. Color #6c374e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00110111 01001110
Octal 154 67 116
Decimal 108 55 78
Hex 6C 37 4E

RGB Percentages of Color #6c374e

%44.81
%22.82
%32.37

CMYK Percentages of Color #6c374e

%0
%49
%28
%58

Triadic Colors of #6c374e

#6c374e #4e6c37 #374e6c

Analogous Colors of #6c374e

#6c374e #6c3b37 #6c3769

Monochromatic Colors of #6c374e

#6c374e

Complementary Color

#6c374e #376c55

#6c374e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c374e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c374e Color CSS Codes

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

#6c374e Text Font Color

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

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


#6c374e Background Color

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

This div background color is #6c374e


#6c374e Border Color

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

This div border color is #6c374e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c374e


Comments

No comments written yet.

Please login to write comment.