Color Hex Logo

#555747 Color Hex

#555747
(85,87,71)
0 Favorites   0 Comments

Color spaces of #555747

RGB 858771
HSL0.190.100.31
HSV68°18°34°
CMYK 0.020.000.18   0.66
XYZ8.29189.20267.3005
Yxy9.20260.33440.3711
Hunter Lab30.3358-4.29756.9665
CIE-Lab36.3715-3.98419.0449

#555747 color RGB value is (85,87,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010111 01000111
Octal 125 127 107
Decimal 85 87 71
Hex 55 57 47

RGB Percentages of Color #555747

%34.98
%35.80
%29.22

CMYK Percentages of Color #555747

%2
%0
%18
%66

Triadic Colors of #555747

#555747 #475557 #574755

Analogous Colors of #555747

#555747 #4d5747 #575147

Monochromatic Colors of #555747

#555747

Complementary Color

#555747 #494757

#555747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555747 Color CSS Codes

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

#555747 Text Font Color

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

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


#555747 Background Color

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

This div background color is #555747


#555747 Border Color

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

This div border color is #555747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555747


Comments

No comments written yet.

Please login to write comment.