Color Hex Logo

#55721f Color Hex

#55721F
(85,114,31)
0 Favorites   0 Comments

Color spaces of #55721f

RGB 8511431
HSL0.220.570.28
HSV81°73°45°
CMYK 0.250.000.73   0.55
XYZ10.010914.06493.4835
Yxy14.06490.36320.5104
Hunter Lab37.5032-17.982820.7451
CIE-Lab44.3259-23.896940.5187

#55721f color RGB value is (85,114,31).

#55721f hex color red value is 85, green value is 114 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #55721f hue: 0.22 , saturation: 0.57 and the lightness value of 55721f is 0.28.

The process color (four color CMYK) of #55721f color hex is 0.25, 0.00, 0.73, 0.55. Web safe color of #55721f is #666633. Color #55721f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110010 00011111
Octal 125 162 37
Decimal 85 114 31
Hex 55 72 1F

RGB Percentages of Color #55721f

%36.96
%49.57
%13.48

CMYK Percentages of Color #55721f

%25
%0
%73
%55

Triadic Colors of #55721f

#55721f #1f5572 #721f55

Analogous Colors of #55721f

#55721f #2c721f #72661f

Monochromatic Colors of #55721f

#55721f

Complementary Color

#55721f #3c1f72

#55721f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55721f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55721f Color CSS Codes

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

#55721f Text Font Color

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

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


#55721f Background Color

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

This div background color is #55721f


#55721f Border Color

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

This div border color is #55721f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55721f


Comments

No comments written yet.

Please login to write comment.