Color Hex Logo

#555745 Color Hex

#555745
(85,87,69)
0 Favorites   0 Comments

Color spaces of #555745

RGB 858769
HSL0.190.120.31
HSV67°21°34°
CMYK 0.020.000.21   0.66
XYZ8.22879.17746.9679
Yxy9.17740.33760.3765
Hunter Lab30.2942-4.52967.5688
CIE-Lab36.3236-4.341810.2155

#555745 color RGB value is (85,87,69).

#555745 hex color red value is 85, green value is 87 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #555745 hue: 0.19 , saturation: 0.12 and the lightness value of 555745 is 0.31.

The process color (four color CMYK) of #555745 color hex is 0.02, 0.00, 0.21, 0.66. Web safe color of #555745 is #666633. Color #555745 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010111 01000101
Octal 125 127 105
Decimal 85 87 69
Hex 55 57 45

RGB Percentages of Color #555745

%35.27
%36.10
%28.63

CMYK Percentages of Color #555745

%2
%0
%21
%66

Triadic Colors of #555745

#555745 #455557 #574555

Analogous Colors of #555745

#555745 #4c5745 #575045

Monochromatic Colors of #555745

#555745

Complementary Color

#555745 #474557

#555745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555745 Color CSS Codes

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

#555745 Text Font Color

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

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


#555745 Background Color

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

This div background color is #555745


#555745 Border Color

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

This div border color is #555745


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,87,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555745; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555745;
  -webkit-box-shadow: 1px 1px 3px 2px #555745;
  box-shadow:         1px 1px 3px 2px #555745; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555745


Comments

No comments written yet.

Please login to write comment.