Color Hex Logo

#55974a Color Hex

#55974A
(85,151,74)
0 Favorites   0 Comments

Color spaces of #55974a

RGB 8515174
HSL0.310.340.44
HSV111°51°59°
CMYK 0.440.000.51   0.41
XYZ16.049024.558910.3730
Yxy24.55890.31480.4817
Hunter Lab49.5569-28.917522.2796
CIE-Lab56.6431-36.758033.9031

#55974a color RGB value is (85,151,74).

#55974a hex color red value is 85, green value is 151 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #55974a hue: 0.31 , saturation: 0.34 and the lightness value of 55974a is 0.44.

The process color (four color CMYK) of #55974a color hex is 0.44, 0.00, 0.51, 0.41. Web safe color of #55974a is #669933. Color #55974a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010111 01001010
Octal 125 227 112
Decimal 85 151 74
Hex 55 97 4A

RGB Percentages of Color #55974a

%27.42
%48.71
%23.87

CMYK Percentages of Color #55974a

%44
%0
%51
%41

Triadic Colors of #55974a

#55974a #4a5597 #974a55

Analogous Colors of #55974a

#55974a #4a9766 #7c974a

Monochromatic Colors of #55974a

#55974a

Complementary Color

#55974a #8c4a97

#55974a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55974a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55974a Color CSS Codes

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

#55974a Text Font Color

<p style="color:#55974a">Text here</p>

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


#55974a Background Color

<div style="background-color:#55974a">
Div content here</div>

This div background color is #55974a


#55974a Border Color

<div style="border:3px solid #55974a">
Div here</div>

This div border color is #55974a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55974a


Comments

No comments written yet.

Please login to write comment.