Color Hex Logo

#55733d Color Hex

#55733D
(85,115,61)
0 Favorites   0 Comments

Color spaces of #55733d

RGB 8511561
HSL0.260.310.35
HSV93°47°45°
CMYK 0.260.000.47   0.55
XYZ10.719414.52976.6544
Yxy14.52970.33600.4554
Hunter Lab38.1178-16.508916.3320
CIE-Lab44.9832-21.286226.3640

#55733d color RGB value is (85,115,61).

#55733d hex color red value is 85, green value is 115 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #55733d hue: 0.26 , saturation: 0.31 and the lightness value of 55733d is 0.35.

The process color (four color CMYK) of #55733d color hex is 0.26, 0.00, 0.47, 0.55. Web safe color of #55733d is #666633. Color #55733d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110011 00111101
Octal 125 163 75
Decimal 85 115 61
Hex 55 73 3D

RGB Percentages of Color #55733d

%32.57
%44.06
%23.37

CMYK Percentages of Color #55733d

%26
%0
%47
%55

Triadic Colors of #55733d

#55733d #3d5573 #733d55

Analogous Colors of #55733d

#55733d #3d7340 #70733d

Monochromatic Colors of #55733d

#55733d

Complementary Color

#55733d #5b3d73

#55733d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55733d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55733d Color CSS Codes

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

#55733d Text Font Color

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

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


#55733d Background Color

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

This div background color is #55733d


#55733d Border Color

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

This div border color is #55733d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,115,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 #55733d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55733d


Comments

No comments written yet.

Please login to write comment.