Color Hex Logo

#557e3a Color Hex

#557E3A
(85,126,58)
0 Favorites   0 Comments

Color spaces of #557e3a

RGB 8512658
HSL0.270.370.36
HSV96°54°49°
CMYK 0.330.000.54   0.51
XYZ11.970917.15856.6840
Yxy17.15850.33430.4791
Hunter Lab41.4228-20.904719.4289
CIE-Lab48.4591-27.211232.2403

#557e3a color RGB value is (85,126,58).

#557e3a hex color red value is 85, green value is 126 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #557e3a hue: 0.27 , saturation: 0.37 and the lightness value of 557e3a is 0.36.

The process color (four color CMYK) of #557e3a color hex is 0.33, 0.00, 0.54, 0.51. Web safe color of #557e3a is #666633. Color #557e3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111110 00111010
Octal 125 176 72
Decimal 85 126 58
Hex 55 7E 3A

RGB Percentages of Color #557e3a

%31.60
%46.84
%21.56

CMYK Percentages of Color #557e3a

%33
%0
%54
%51

Triadic Colors of #557e3a

#557e3a #3a557e #7e3a55

Analogous Colors of #557e3a

#557e3a #3a7e41 #777e3a

Monochromatic Colors of #557e3a

#557e3a

Complementary Color

#557e3a #633a7e

#557e3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557e3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#557e3a Color CSS Codes

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

#557e3a Text Font Color

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

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


#557e3a Background Color

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

This div background color is #557e3a


#557e3a Border Color

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

This div border color is #557e3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,126,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557e3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557e3a;
  -webkit-box-shadow: 1px 1px 3px 2px #557e3a;
  box-shadow:         1px 1px 3px 2px #557e3a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557e3a


Comments

No comments written yet.

Please login to write comment.