Color Hex Logo

#55741f Color Hex

#55741F
(85,116,31)
0 Favorites   0 Comments

Color spaces of #55741f

RGB 8511631
HSL0.230.580.29
HSV82°73°45°
CMYK 0.270.000.73   0.55
XYZ10.239014.52103.5595
Yxy14.52100.36160.5128
Hunter Lab38.1064-18.724221.1363
CIE-Lab44.9710-24.897841.1726

#55741f color RGB value is (85,116,31).

#55741f hex color red value is 85, green value is 116 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #55741f hue: 0.23 , saturation: 0.58 and the lightness value of 55741f is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110100 00011111
Octal 125 164 37
Decimal 85 116 31
Hex 55 74 1F

RGB Percentages of Color #55741f

%36.64
%50.00
%13.36

CMYK Percentages of Color #55741f

%27
%0
%73
%55

Triadic Colors of #55741f

#55741f #1f5574 #741f55

Analogous Colors of #55741f

#55741f #2b741f #74691f

Monochromatic Colors of #55741f

#55741f

Complementary Color

#55741f #3e1f74

#55741f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55741f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55741f Color CSS Codes

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

#55741f Text Font Color

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

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


#55741f Background Color

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

This div background color is #55741f


#55741f Border Color

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

This div border color is #55741f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55741f


Comments

No comments written yet.

Please login to write comment.