Color Hex Logo

#55673e Color Hex

#55673E
(85,103,62)
0 Favorites   0 Comments

Color spaces of #55673e

RGB 8510362
HSL0.240.250.32
HSV86°40°40°
CMYK 0.170.000.40   0.60
XYZ9.466111.97966.3708
Yxy11.97960.34030.4307
Hunter Lab34.6116-11.751313.3148
CIE-Lab41.1837-14.716520.9485

#55673e color RGB value is (85,103,62).

#55673e hex color red value is 85, green value is 103 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #55673e hue: 0.24 , saturation: 0.25 and the lightness value of 55673e is 0.32.

The process color (four color CMYK) of #55673e color hex is 0.17, 0.00, 0.40, 0.60. Web safe color of #55673e is #666633. Color #55673e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100111 00111110
Octal 125 147 76
Decimal 85 103 62
Hex 55 67 3E

RGB Percentages of Color #55673e

%34.00
%41.20
%24.80

CMYK Percentages of Color #55673e

%17
%0
%40
%60

Triadic Colors of #55673e

#55673e #3e5567 #673e55

Analogous Colors of #55673e

#55673e #41673e #67653e

Monochromatic Colors of #55673e

#55673e

Complementary Color

#55673e #503e67

#55673e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55673e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55673e Color CSS Codes

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

#55673e Text Font Color

<p style="color:#55673e">Text here</p>

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


#55673e Background Color

<div style="background-color:#55673e">
Div content here</div>

This div background color is #55673e


#55673e Border Color

<div style="border:3px solid #55673e">
Div here</div>

This div border color is #55673e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,103,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55673e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55673e;
  -webkit-box-shadow: 1px 1px 3px 2px #55673e;
  box-shadow:         1px 1px 3px 2px #55673e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55673e


Comments

No comments written yet.

Please login to write comment.