Color Hex Logo

#55947f Color Hex

#55947F
(85,148,127)
0 Favorites   0 Comments

Color spaces of #55947f

RGB 85148127
HSL0.440.270.46
HSV160°43°58°
CMYK 0.430.000.14   0.42
XYZ18.167024.643423.8778
Yxy24.64340.27240.3695
Hunter Lab49.6421-21.55006.2311
CIE-Lab56.7263-25.45844.7826

#55947f color RGB value is (85,148,127).

#55947f hex color red value is 85, green value is 148 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #55947f hue: 0.44 , saturation: 0.27 and the lightness value of 55947f is 0.46.

The process color (four color CMYK) of #55947f color hex is 0.43, 0.00, 0.14, 0.42. Web safe color of #55947f is #669966. Color #55947f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010100 01111111
Octal 125 224 177
Decimal 85 148 127
Hex 55 94 7F

RGB Percentages of Color #55947f

%23.61
%41.11
%35.28

CMYK Percentages of Color #55947f

%43
%0
%14
%42

Triadic Colors of #55947f

#55947f #7f5594 #947f55

Analogous Colors of #55947f

#55947f #558a94 #559460

Monochromatic Colors of #55947f

#55947f

Complementary Color

#55947f #94556a

#55947f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55947f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55947f Color CSS Codes

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

#55947f Text Font Color

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

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


#55947f Background Color

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

This div background color is #55947f


#55947f Border Color

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

This div border color is #55947f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55947f


Comments

No comments written yet.

Please login to write comment.