Color Hex Logo

#555720 Color Hex

#555720
(85,87,32)
0 Favorites   0 Comments

Color spaces of #555720

RGB 858732
HSL0.170.460.23
HSV62°63°34°
CMYK 0.020.000.63   0.66
XYZ7.41528.85202.6843
Yxy8.85200.39130.4671
Hunter Lab29.7523-7.578815.4774
CIE-Lab35.6978-9.187530.9255

#555720 color RGB value is (85,87,32).

#555720 hex color red value is 85, green value is 87 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #555720 hue: 0.17 , saturation: 0.46 and the lightness value of 555720 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010111 00100000
Octal 125 127 40
Decimal 85 87 32
Hex 55 57 20

RGB Percentages of Color #555720

%41.67
%42.65
%15.69

CMYK Percentages of Color #555720

%2
%0
%63
%66

Triadic Colors of #555720

#555720 #205557 #572055

Analogous Colors of #555720

#555720 #3a5720 #573e20

Monochromatic Colors of #555720

#555720

Complementary Color

#555720 #222057

#555720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555720 Color CSS Codes

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

#555720 Text Font Color

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

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


#555720 Background Color

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

This div background color is #555720


#555720 Border Color

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

This div border color is #555720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555720


Comments

No comments written yet.

Please login to write comment.