color codes Logo

#55722c color codes

#55722C
(85,114,44)
0 Favorites   0 Comments

Color spaces of #55722c

RGB 8511444
HSL0.240.440.31
HSV85°61°45°
CMYK 0.250.000.61   0.55
XYZ10.218214.14784.5751
Yxy14.14780.35310.4888
Hunter Lab37.6136-17.331919.1178
CIE-Lab44.4442-22.788034.6833

#55722c color RGB value is (85,114,44).

#55722c hex color red value is 85, green value is 114 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #55722c hue: 0.24 , saturation: 0.44 and the lightness value of 55722c is 0.31.

The process color (four color CMYK) of #55722c color code is 0.25, 0.00, 0.61, 0.55. Web safe color of #55722c is #666633. Color #55722c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110010 00101100
Octal 125 162 54
Decimal 85 114 44
Hex 55 72 2C

RGB Percentages of Color #55722c

%34.98
%46.91
%18.11

CMYK Percentages of Color #55722c

%25
%0
%61
%55

Triadic Colors of #55722c

#55722c #2c5572 #722c55

Analogous Colors of #55722c

#55722c #32722c #726c2c

Monochromatic Colors of #55722c

#55722c

Complementary Color

#55722c #492c72

#55722c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55722c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55722c Color CSS Codes

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

#55722c Text Font Color

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

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


#55722c Background Color

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

This div background color is #55722c


#55722c Border Color

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

This div border color is #55722c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,114,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55722c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55722c;
  -webkit-box-shadow: 1px 1px 3px 2px #55722c;
  box-shadow:         1px 1px 3px 2px #55722c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55722c


Comments

No comments written yet.

Please login to write comment.