Color Hex Logo

#559247 Color Hex

#559247
(85,146,71)
0 Favorites   0 Comments

Color spaces of #559247

RGB 8514671
HSL0.300.350.43
HSV109°51°57°
CMYK 0.420.000.51   0.43
XYZ15.162522.94409.5907
Yxy22.94400.31790.4810
Hunter Lab47.8999-27.321421.6587
CIE-Lab55.0146-34.923833.4519

#559247 color RGB value is (85,146,71).

#559247 hex color red value is 85, green value is 146 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #559247 hue: 0.30 , saturation: 0.35 and the lightness value of 559247 is 0.43.

The process color (four color CMYK) of #559247 color hex is 0.42, 0.00, 0.51, 0.43. Web safe color of #559247 is #669933. Color #559247 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010010 01000111
Octal 125 222 107
Decimal 85 146 71
Hex 55 92 47

RGB Percentages of Color #559247

%28.15
%48.34
%23.51

CMYK Percentages of Color #559247

%42
%0
%51
%43

Triadic Colors of #559247

#559247 #475592 #924755

Analogous Colors of #559247

#559247 #47925f #7b9247

Monochromatic Colors of #559247

#559247

Complementary Color

#559247 #844792

#559247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559247 Color CSS Codes

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

#559247 Text Font Color

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

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


#559247 Background Color

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

This div background color is #559247


#559247 Border Color

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

This div border color is #559247


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,146,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #559247; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #559247;
  -webkit-box-shadow: 1px 1px 3px 2px #559247;
  box-shadow:         1px 1px 3px 2px #559247; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559247


Comments

No comments written yet.

Please login to write comment.