Color Hex Logo

#55802a Color Hex

#55802A
(85,128,42)
0 Favorites   0 Comments

Color spaces of #55802a

RGB 8512842
HSL0.250.510.33
HSV90°67°50°
CMYK 0.340.000.67   0.50
XYZ11.883417.53684.9491
Yxy17.53680.34580.5102
Hunter Lab41.8770-22.631822.3069
CIE-Lab48.9294-29.850440.5713

#55802a color RGB value is (85,128,42).

#55802a hex color red value is 85, green value is 128 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #55802a hue: 0.25 , saturation: 0.51 and the lightness value of 55802a is 0.33.

The process color (four color CMYK) of #55802a color hex is 0.34, 0.00, 0.67, 0.50. Web safe color of #55802a is #669933. Color #55802a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 00101010
Octal 125 200 52
Decimal 85 128 42
Hex 55 80 2A

RGB Percentages of Color #55802a

%33.33
%50.20
%16.47

CMYK Percentages of Color #55802a

%34
%0
%67
%50

Triadic Colors of #55802a

#55802a #2a5580 #802a55

Analogous Colors of #55802a

#55802a #2a802a #80802a

Monochromatic Colors of #55802a

#55802a

Complementary Color

#55802a #552a80

#55802a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55802a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55802a Color CSS Codes

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

#55802a Text Font Color

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

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


#55802a Background Color

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

This div background color is #55802a


#55802a Border Color

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

This div border color is #55802a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55802a


Comments

No comments written yet.

Please login to write comment.