Color Hex Logo

#557603 Color Hex

#557603
(85,118,3)
0 Favorites   0 Comments

Color spaces of #557603

RGB 851183
HSL0.210.950.24
HSV77°97°46°
CMYK 0.280.000.97   0.54
XYZ10.241214.89472.4214
Yxy14.89470.37160.5405
Hunter Lab38.5937-20.172223.2956
CIE-Lab45.4896-27.116149.7740

#557603 color RGB value is (85,118,3).

#557603 hex color red value is 85, green value is 118 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #557603 hue: 0.21 , saturation: 0.95 and the lightness value of 557603 is 0.24.

The process color (four color CMYK) of #557603 color hex is 0.28, 0.00, 0.97, 0.54. Web safe color of #557603 is #666600. Color #557603 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110110 00000011
Octal 125 166 3
Decimal 85 118 3
Hex 55 76 3

RGB Percentages of Color #557603

%41.26
%57.28
%1.46

CMYK Percentages of Color #557603

%28
%0
%97
%54

Triadic Colors of #557603

#557603 #035576 #760355

Analogous Colors of #557603

#557603 #1b7603 #765e03

Monochromatic Colors of #557603

#557603

Complementary Color

#557603 #240376

#557603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557603 Color CSS Codes

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

#557603 Text Font Color

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

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


#557603 Background Color

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

This div background color is #557603


#557603 Border Color

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

This div border color is #557603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557603


Comments

No comments written yet.

Please login to write comment.