Color Hex Logo

#55971f Color Hex

#55971F
(85,151,31)
0 Favorites   0 Comments

Color spaces of #55971f

RGB 8515131
HSL0.260.660.36
HSV93°79°59°
CMYK 0.440.000.79   0.41
XYZ15.060224.16345.1666
Yxy24.16340.33930.5443
Hunter Lab49.1563-31.335828.1777
CIE-Lab56.2510-40.864452.1641

#55971f color RGB value is (85,151,31).

#55971f hex color red value is 85, green value is 151 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #55971f hue: 0.26 , saturation: 0.66 and the lightness value of 55971f is 0.36.

The process color (four color CMYK) of #55971f color hex is 0.44, 0.00, 0.79, 0.41. Web safe color of #55971f is #669933. Color #55971f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010111 00011111
Octal 125 227 37
Decimal 85 151 31
Hex 55 97 1F

RGB Percentages of Color #55971f

%31.84
%56.55
%11.61

CMYK Percentages of Color #55971f

%44
%0
%79
%41

Triadic Colors of #55971f

#55971f #1f5597 #971f55

Analogous Colors of #55971f

#55971f #1f9725 #91971f

Monochromatic Colors of #55971f

#55971f

Complementary Color

#55971f #611f97

#55971f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55971f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55971f Color CSS Codes

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

#55971f Text Font Color

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

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


#55971f Background Color

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

This div background color is #55971f


#55971f Border Color

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

This div border color is #55971f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55971f


Comments

No comments written yet.

Please login to write comment.