Color Hex Logo

#55982e Color Hex

#55982E
(85,152,46)
0 Favorites   0 Comments

Color spaces of #55982e

RGB 8515246
HSL0.270.540.39
HSV98°70°60°
CMYK 0.440.000.70   0.40
XYZ15.467724.58506.5149
Yxy24.58500.33220.5279
Hunter Lab49.5833-31.086926.9180
CIE-Lab56.6688-40.246647.0660

#55982e color RGB value is (85,152,46).

#55982e hex color red value is 85, green value is 152 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #55982e hue: 0.27 , saturation: 0.54 and the lightness value of 55982e is 0.39.

The process color (four color CMYK) of #55982e color hex is 0.44, 0.00, 0.70, 0.40. Web safe color of #55982e is #669933. Color #55982e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011000 00101110
Octal 125 230 56
Decimal 85 152 46
Hex 55 98 2E

RGB Percentages of Color #55982e

%30.04
%53.71
%16.25

CMYK Percentages of Color #55982e

%44
%0
%70
%40

Triadic Colors of #55982e

#55982e #2e5598 #982e55

Analogous Colors of #55982e

#55982e #2e983c #8a982e

Monochromatic Colors of #55982e

#55982e

Complementary Color

#55982e #712e98

#55982e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55982e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55982e Color CSS Codes

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

#55982e Text Font Color

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

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


#55982e Background Color

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

This div background color is #55982e


#55982e Border Color

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

This div border color is #55982e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55982e


Comments

No comments written yet.

Please login to write comment.