Color Hex Logo

#557533 Color Hex

#557533
(85,117,51)
0 Favorites   0 Comments

Color spaces of #557533

RGB 8511751
HSL0.250.390.33
HSV89°56°46°
CMYK 0.270.000.56   0.54
XYZ10.705114.89295.4424
Yxy14.89290.34490.4798
Hunter Lab38.5913-18.019518.6525
CIE-Lab45.4872-23.565932.3396

#557533 color RGB value is (85,117,51).

#557533 hex color red value is 85, green value is 117 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #557533 hue: 0.25 , saturation: 0.39 and the lightness value of 557533 is 0.33.

The process color (four color CMYK) of #557533 color hex is 0.27, 0.00, 0.56, 0.54. Web safe color of #557533 is #666633. Color #557533 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110101 00110011
Octal 125 165 63
Decimal 85 117 51
Hex 55 75 33

RGB Percentages of Color #557533

%33.60
%46.25
%20.16

CMYK Percentages of Color #557533

%27
%0
%56
%54

Triadic Colors of #557533

#557533 #335575 #753355

Analogous Colors of #557533

#557533 #347533 #757433

Monochromatic Colors of #557533

#557533

Complementary Color

#557533 #533375

#557533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557533 Color CSS Codes

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

#557533 Text Font Color

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

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


#557533 Background Color

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

This div background color is #557533


#557533 Border Color

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

This div border color is #557533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557533


Comments

No comments written yet.

Please login to write comment.