Color Hex Logo

#55715f Color Hex

#55715F
(85,113,95)
0 Favorites   0 Comments

Color spaces of #55715f

RGB 8511395
HSL0.390.140.39
HSV141°25°44°
CMYK 0.250.000.16   0.56
XYZ11.717014.567813.0208
Yxy14.56780.29810.3706
Hunter Lab38.1678-11.99656.4909
CIE-Lab45.0365-14.24296.7006

#55715f color RGB value is (85,113,95).

#55715f hex color red value is 85, green value is 113 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #55715f hue: 0.39 , saturation: 0.14 and the lightness value of 55715f is 0.39.

The process color (four color CMYK) of #55715f color hex is 0.25, 0.00, 0.16, 0.56. Web safe color of #55715f is #666666. Color #55715f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110001 01011111
Octal 125 161 137
Decimal 85 113 95
Hex 55 71 5F

RGB Percentages of Color #55715f

%29.01
%38.57
%32.42

CMYK Percentages of Color #55715f

%25
%0
%16
%56

Triadic Colors of #55715f

#55715f #5f5571 #715f55

Analogous Colors of #55715f

#55715f #55716d #597155

Monochromatic Colors of #55715f

#55715f

Complementary Color

#55715f #715567

#55715f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55715f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55715f Color CSS Codes

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

#55715f Text Font Color

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

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


#55715f Background Color

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

This div background color is #55715f


#55715f Border Color

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

This div border color is #55715f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,113,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 #55715f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55715f


Comments

No comments written yet.

Please login to write comment.