Color Hex Logo

#55614e Color Hex

#55614E
(85,97,78)
0 Favorites   0 Comments

Color spaces of #55614e

RGB 859778
HSL0.270.110.34
HSV98°20°38°
CMYK 0.120.000.20   0.62
XYZ9.396211.03078.8416
Yxy11.03070.32100.3769
Hunter Lab33.2125-7.62227.4650
CIE-Lab39.6321-8.60079.3103

#55614e color RGB value is (85,97,78).

#55614e hex color red value is 85, green value is 97 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #55614e hue: 0.27 , saturation: 0.11 and the lightness value of 55614e is 0.34.

The process color (four color CMYK) of #55614e color hex is 0.12, 0.00, 0.20, 0.62. Web safe color of #55614e is #666666. Color #55614e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100001 01001110
Octal 125 141 116
Decimal 85 97 78
Hex 55 61 4E

RGB Percentages of Color #55614e

%32.69
%37.31
%30.00

CMYK Percentages of Color #55614e

%12
%0
%20
%62

Triadic Colors of #55614e

#55614e #4e5561 #614e55

Analogous Colors of #55614e

#55614e #4e6151 #5f614e

Monochromatic Colors of #55614e

#55614e

Complementary Color

#55614e #5a4e61

#55614e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55614e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55614e Color CSS Codes

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

#55614e Text Font Color

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

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


#55614e Background Color

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

This div background color is #55614e


#55614e Border Color

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

This div border color is #55614e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55614e


Comments

No comments written yet.

Please login to write comment.