Color Hex Logo

#55703e Color Hex

#55703E
(85,112,62)
0 Favorites   0 Comments

Color spaces of #55703e

RGB 8511262
HSL0.260.290.34
HSV92°45°44°
CMYK 0.240.000.45   0.56
XYZ10.410013.86746.6854
Yxy13.86740.33620.4479
Hunter Lab37.2390-15.269215.4231
CIE-Lab44.0422-19.576924.6194

#55703e color RGB value is (85,112,62).

#55703e hex color red value is 85, green value is 112 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #55703e hue: 0.26 , saturation: 0.29 and the lightness value of 55703e is 0.34.

The process color (four color CMYK) of #55703e color hex is 0.24, 0.00, 0.45, 0.56. Web safe color of #55703e is #666633. Color #55703e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110000 00111110
Octal 125 160 76
Decimal 85 112 62
Hex 55 70 3E

RGB Percentages of Color #55703e

%32.82
%43.24
%23.94

CMYK Percentages of Color #55703e

%24
%0
%45
%56

Triadic Colors of #55703e

#55703e #3e5570 #703e55

Analogous Colors of #55703e

#55703e #3e7040 #6e703e

Monochromatic Colors of #55703e

#55703e

Complementary Color

#55703e #593e70

#55703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55703e Color CSS Codes

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

#55703e Text Font Color

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

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


#55703e Background Color

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

This div background color is #55703e


#55703e Border Color

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

This div border color is #55703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55703e


Comments

No comments written yet.

Please login to write comment.