Color Hex Logo

#55996d Color Hex

#55996D
(85,153,109)
0 Favorites   0 Comments

Color spaces of #55996d

RGB 85153109
HSL0.390.290.47
HSV141°44°60°
CMYK 0.440.000.29   0.40
XYZ17.897925.817918.5080
Yxy25.81790.28760.4149
Hunter Lab50.8113-26.044513.9716
CIE-Lab57.8638-31.790516.5624

#55996d color RGB value is (85,153,109).

#55996d hex color red value is 85, green value is 153 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #55996d hue: 0.39 , saturation: 0.29 and the lightness value of 55996d is 0.47.

The process color (four color CMYK) of #55996d color hex is 0.44, 0.00, 0.29, 0.40. Web safe color of #55996d is #669966. Color #55996d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011001 01101101
Octal 125 231 155
Decimal 85 153 109
Hex 55 99 6D

RGB Percentages of Color #55996d

%24.50
%44.09
%31.41

CMYK Percentages of Color #55996d

%44
%0
%29
%40

Triadic Colors of #55996d

#55996d #6d5599 #996d55

Analogous Colors of #55996d

#55996d #55998f #5f9955

Monochromatic Colors of #55996d

#55996d

Complementary Color

#55996d #995581

#55996d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55996d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55996d Color CSS Codes

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

#55996d Text Font Color

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

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


#55996d Background Color

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

This div background color is #55996d


#55996d Border Color

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

This div border color is #55996d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55996d


Comments

No comments written yet.

Please login to write comment.