Color Hex Logo

#557304 Color Hex

#557304
(85,115,4)
0 Favorites   0 Comments

Color spaces of #557304

RGB 851154
HSL0.210.930.23
HSV76°97°45°
CMYK 0.260.000.97   0.55
XYZ9.899014.20152.3343
Yxy14.20150.37450.5372
Hunter Lab37.6849-19.060522.7068
CIE-Lab44.5205-25.619048.7857

#557304 color RGB value is (85,115,4).

#557304 hex color red value is 85, green value is 115 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #557304 hue: 0.21 , saturation: 0.93 and the lightness value of 557304 is 0.23.

The process color (four color CMYK) of #557304 color hex is 0.26, 0.00, 0.97, 0.55. Web safe color of #557304 is #666600. Color #557304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110011 00000100
Octal 125 163 4
Decimal 85 115 4
Hex 55 73 4

RGB Percentages of Color #557304

%41.67
%56.37
%1.96

CMYK Percentages of Color #557304

%26
%0
%97
%55

Triadic Colors of #557304

#557304 #045573 #730455

Analogous Colors of #557304

#557304 #1e7304 #735904

Monochromatic Colors of #557304

#557304

Complementary Color

#557304 #220473

#557304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557304 Color CSS Codes

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

#557304 Text Font Color

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

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


#557304 Background Color

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

This div background color is #557304


#557304 Border Color

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

This div border color is #557304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557304


Comments

No comments written yet.

Please login to write comment.