Color Hex Logo

#55714a Color Hex

#55714A
(85,113,74)
0 Favorites   0 Comments

Color spaces of #55714a

RGB 8511374
HSL0.290.210.37
HSV103°35°44°
CMYK 0.250.000.35   0.56
XYZ10.887514.23608.6526
Yxy14.23600.32230.4215
Hunter Lab37.7306-14.520912.8147
CIE-Lab44.5695-18.246818.4446

#55714a color RGB value is (85,113,74).

#55714a hex color red value is 85, green value is 113 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #55714a hue: 0.29 , saturation: 0.21 and the lightness value of 55714a is 0.37.

The process color (four color CMYK) of #55714a color hex is 0.25, 0.00, 0.35, 0.56. Web safe color of #55714a is #666633. Color #55714a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110001 01001010
Octal 125 161 112
Decimal 85 113 74
Hex 55 71 4A

RGB Percentages of Color #55714a

%31.25
%41.54
%27.21

CMYK Percentages of Color #55714a

%25
%0
%35
%56

Triadic Colors of #55714a

#55714a #4a5571 #714a55

Analogous Colors of #55714a

#55714a #4a7153 #69714a

Monochromatic Colors of #55714a

#55714a

Complementary Color

#55714a #664a71

#55714a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55714a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55714a Color CSS Codes

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

#55714a Text Font Color

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

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


#55714a Background Color

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

This div background color is #55714a


#55714a Border Color

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

This div border color is #55714a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55714a


Comments

No comments written yet.

Please login to write comment.