Color Hex Logo

#55573d Color Hex

#55573D
(85,87,61)
0 Favorites   0 Comments

Color spaces of #55573d

RGB 858761
HSL0.180.180.29
HSV65°30°34°
CMYK 0.020.000.30   0.66
XYZ7.99689.08465.7469
Yxy9.08460.35030.3980
Hunter Lab30.1407-5.38739.7937
CIE-Lab36.1467-5.676714.8862

#55573d color RGB value is (85,87,61).

#55573d hex color red value is 85, green value is 87 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #55573d hue: 0.18 , saturation: 0.18 and the lightness value of 55573d is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010111 00111101
Octal 125 127 75
Decimal 85 87 61
Hex 55 57 3D

RGB Percentages of Color #55573d

%36.48
%37.34
%26.18

CMYK Percentages of Color #55573d

%2
%0
%30
%66

Triadic Colors of #55573d

#55573d #3d5557 #573d55

Analogous Colors of #55573d

#55573d #48573d #574c3d

Monochromatic Colors of #55573d

#55573d

Complementary Color

#55573d #3f3d57

#55573d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55573d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55573d Color CSS Codes

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

#55573d Text Font Color

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

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


#55573d Background Color

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

This div background color is #55573d


#55573d Border Color

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

This div border color is #55573d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55573d


Comments

No comments written yet.

Please login to write comment.