Color Hex Logo

#557839 Color Hex

#557839
(85,120,57)
0 Favorites   0 Comments

Color spaces of #557839

RGB 8512057
HSL0.260.360.35
HSV93°53°47°
CMYK 0.290.000.53   0.53
XYZ11.201315.65966.3031
Yxy15.65960.33780.4722
Hunter Lab39.5722-18.725218.2568
CIE-Lab46.5247-24.363430.4332

#557839 color RGB value is (85,120,57).

#557839 hex color red value is 85, green value is 120 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #557839 hue: 0.26 , saturation: 0.36 and the lightness value of 557839 is 0.35.

The process color (four color CMYK) of #557839 color hex is 0.29, 0.00, 0.53, 0.53. Web safe color of #557839 is #666633. Color #557839 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111000 00111001
Octal 125 170 71
Decimal 85 120 57
Hex 55 78 39

RGB Percentages of Color #557839

%32.44
%45.80
%21.76

CMYK Percentages of Color #557839

%29
%0
%53
%53

Triadic Colors of #557839

#557839 #395578 #783955

Analogous Colors of #557839

#557839 #39783d #757839

Monochromatic Colors of #557839

#557839

Complementary Color

#557839 #5c3978

#557839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557839 Color CSS Codes

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

#557839 Text Font Color

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

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


#557839 Background Color

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

This div background color is #557839


#557839 Border Color

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

This div border color is #557839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557839


Comments

No comments written yet.

Please login to write comment.