Color Hex Logo

#55624a Color Hex

#55624A
(85,98,74)
0 Favorites   0 Comments

Color spaces of #55624a

RGB 859874
HSL0.260.140.34
HSV93°24°38°
CMYK 0.130.000.24   0.62
XYZ9.350011.16118.1401
Yxy11.16110.32630.3896
Hunter Lab33.4082-8.50748.9394
CIE-Lab39.8505-9.921412.0407

#55624a color RGB value is (85,98,74).

#55624a hex color red value is 85, green value is 98 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #55624a hue: 0.26 , saturation: 0.14 and the lightness value of 55624a is 0.34.

The process color (four color CMYK) of #55624a color hex is 0.13, 0.00, 0.24, 0.62. Web safe color of #55624a is #666633. Color #55624a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100010 01001010
Octal 125 142 112
Decimal 85 98 74
Hex 55 62 4A

RGB Percentages of Color #55624a

%33.07
%38.13
%28.79

CMYK Percentages of Color #55624a

%13
%0
%24
%62

Triadic Colors of #55624a

#55624a #4a5562 #624a55

Analogous Colors of #55624a

#55624a #4a624b #61624a

Monochromatic Colors of #55624a

#55624a

Complementary Color

#55624a #574a62

#55624a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55624a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55624a Color CSS Codes

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

#55624a Text Font Color

<p style="color:#55624a">Text here</p>

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


#55624a Background Color

<div style="background-color:#55624a">
Div content here</div>

This div background color is #55624a


#55624a Border Color

<div style="border:3px solid #55624a">
Div here</div>

This div border color is #55624a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,98,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55624a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55624a;
  -webkit-box-shadow: 1px 1px 3px 2px #55624a;
  box-shadow:         1px 1px 3px 2px #55624a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,98,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 #55624a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55624a


Comments

No comments written yet.

Please login to write comment.