Color Hex Logo

#55643c Color Hex

#55643C
(85,100,60)
0 Favorites   0 Comments

Color spaces of #55643c

RGB 8510060
HSL0.230.250.31
HSV82°40°39°
CMYK 0.150.000.40   0.61
XYZ9.119111.37195.9893
Yxy11.37190.34440.4294
Hunter Lab33.7222-10.744313.0753
CIE-Lab40.1999-13.343420.8342

#55643c color RGB value is (85,100,60).

#55643c hex color red value is 85, green value is 100 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #55643c hue: 0.23 , saturation: 0.25 and the lightness value of 55643c is 0.31.

The process color (four color CMYK) of #55643c color hex is 0.15, 0.00, 0.40, 0.61. Web safe color of #55643c is #666633. Color #55643c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100100 00111100
Octal 125 144 74
Decimal 85 100 60
Hex 55 64 3C

RGB Percentages of Color #55643c

%34.69
%40.82
%24.49

CMYK Percentages of Color #55643c

%15
%0
%40
%61

Triadic Colors of #55643c

#55643c #3c5564 #643c55

Analogous Colors of #55643c

#55643c #41643c #645f3c

Monochromatic Colors of #55643c

#55643c

Complementary Color

#55643c #4b3c64

#55643c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55643c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55643c Color CSS Codes

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

#55643c Text Font Color

<p style="color:#55643c">Text here</p>

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


#55643c Background Color

<div style="background-color:#55643c">
Div content here</div>

This div background color is #55643c


#55643c Border Color

<div style="border:3px solid #55643c">
Div here</div>

This div border color is #55643c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,100,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55643c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55643c;
  -webkit-box-shadow: 1px 1px 3px 2px #55643c;
  box-shadow:         1px 1px 3px 2px #55643c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,100,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55643c


Comments

No comments written yet.

Please login to write comment.