Color Hex Logo

#557834 Color Hex

#557834
(85,120,52)
0 Favorites   0 Comments

Color spaces of #557834

RGB 8512052
HSL0.250.400.34
HSV91°57°47°
CMYK 0.290.000.57   0.53
XYZ11.082615.61225.6781
Yxy15.61220.34230.4823
Hunter Lab39.5123-19.079919.1383
CIE-Lab46.4615-24.960232.9710

#557834 color RGB value is (85,120,52).

#557834 hex color red value is 85, green value is 120 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #557834 hue: 0.25 , saturation: 0.40 and the lightness value of 557834 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111000 00110100
Octal 125 170 64
Decimal 85 120 52
Hex 55 78 34

RGB Percentages of Color #557834

%33.07
%46.69
%20.23

CMYK Percentages of Color #557834

%29
%0
%57
%53

Triadic Colors of #557834

#557834 #345578 #783455

Analogous Colors of #557834

#557834 #347835 #777834

Monochromatic Colors of #557834

#557834

Complementary Color

#557834 #573478

#557834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557834 Color CSS Codes

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

#557834 Text Font Color

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

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


#557834 Background Color

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

This div background color is #557834


#557834 Border Color

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

This div border color is #557834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557834


Comments

No comments written yet.

Please login to write comment.