Color Hex Logo

#55971d Color Hex

#55971D
(85,151,29)
0 Favorites   0 Comments

Color spaces of #55971d

RGB 8515129
HSL0.260.680.35
HSV92°81°59°
CMYK 0.440.000.81   0.41
XYZ15.034724.15325.0320
Yxy24.15320.34000.5462
Hunter Lab49.1459-31.398728.3315
CIE-Lab56.2409-40.973452.7809

#55971d color RGB value is (85,151,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010111 00011101
Octal 125 227 35
Decimal 85 151 29
Hex 55 97 1D

RGB Percentages of Color #55971d

%32.08
%56.98
%10.94

CMYK Percentages of Color #55971d

%44
%0
%81
%41

Triadic Colors of #55971d

#55971d #1d5597 #971d55

Analogous Colors of #55971d

#55971d #1d9722 #92971d

Monochromatic Colors of #55971d

#55971d

Complementary Color

#55971d #5f1d97

#55971d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55971d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55971d Color CSS Codes

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

#55971d Text Font Color

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

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


#55971d Background Color

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

This div background color is #55971d


#55971d Border Color

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

This div border color is #55971d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55971d


Comments

No comments written yet.

Please login to write comment.