Color Hex Logo

#55995f Color Hex

#55995F
(85,153,95)
0 Favorites   0 Comments

Color spaces of #55995f

RGB 8515395
HSL0.360.290.47
HSV129°44°60°
CMYK 0.440.000.38   0.40
XYZ17.203125.540014.8495
Yxy25.54000.29870.4435
Hunter Lab50.5371-27.677617.9546
CIE-Lab57.5978-34.401623.9457

#55995f color RGB value is (85,153,95).

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

The process color (four color CMYK) of #55995f color hex is 0.44, 0.00, 0.38, 0.40. Web safe color of #55995f is #669966. Color #55995f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011001 01011111
Octal 125 231 137
Decimal 85 153 95
Hex 55 99 5F

RGB Percentages of Color #55995f

%25.53
%45.95
%28.53

CMYK Percentages of Color #55995f

%44
%0
%38
%40

Triadic Colors of #55995f

#55995f #5f5599 #995f55

Analogous Colors of #55995f

#55995f #559981 #6d9955

Monochromatic Colors of #55995f

#55995f

Complementary Color

#55995f #99558f

#55995f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55995f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55995f Color CSS Codes

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

#55995f Text Font Color

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

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


#55995f Background Color

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

This div background color is #55995f


#55995f Border Color

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

This div border color is #55995f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55995f


Comments

No comments written yet.

Please login to write comment.