Color Hex Logo

#6c384a Color Hex

#6C384A
(108,56,74)
0 Favorites   0 Comments

Color spaces of #6c384a

RGB 1085674
HSL0.940.320.32
HSV339°48°42°
CMYK 0.000.480.31   0.58
XYZ8.83456.51097.2697
Yxy6.51090.39060.2879
Hunter Lab25.516517.14780.9697
CIE-Lab30.666525.3425-0.6769

#6c384a color RGB value is (108,56,74).

#6c384a hex color red value is 108, green value is 56 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #6c384a hue: 0.94 , saturation: 0.32 and the lightness value of 6c384a is 0.32.

The process color (four color CMYK) of #6c384a color hex is 0.00, 0.48, 0.31, 0.58. Web safe color of #6c384a is #663333. Color #6c384a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00111000 01001010
Octal 154 70 112
Decimal 108 56 74
Hex 6C 38 4A

RGB Percentages of Color #6c384a

%45.38
%23.53
%31.09

CMYK Percentages of Color #6c384a

%0
%48
%31
%58

Triadic Colors of #6c384a

#6c384a #4a6c38 #384a6c

Analogous Colors of #6c384a

#6c384a #6c4038 #6c3864

Monochromatic Colors of #6c384a

#6c384a

Complementary Color

#6c384a #386c5a

#6c384a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c384a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c384a Color CSS Codes

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

#6c384a Text Font Color

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

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


#6c384a Background Color

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

This div background color is #6c384a


#6c384a Border Color

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

This div border color is #6c384a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c384a


Comments

No comments written yet.

Please login to write comment.