Color Hex Logo

#879b8d Color Hex

#879B8D
(135,155,141)
0 Favorites   0 Comments

Color spaces of #879b8d

RGB 135155141
HSL0.380.090.57
HSV138°13°61°
CMYK 0.130.000.09   0.39
XYZ26.520730.516729.6918
Yxy30.51670.30580.3519
Hunter Lab55.2419-10.97866.8018
CIE-Lab62.0975-9.89984.9562

#879b8d color RGB value is (135,155,141).

#879b8d hex color red value is 135, green value is 155 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #879b8d hue: 0.38 , saturation: 0.09 and the lightness value of 879b8d is 0.57.

The process color (four color CMYK) of #879b8d color hex is 0.13, 0.00, 0.09, 0.39. Web safe color of #879b8d is #999999. Color #879b8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011011 10001101
Octal 207 233 215
Decimal 135 155 141
Hex 87 9B 8D

RGB Percentages of Color #879b8d

%31.32
%35.96
%32.71

CMYK Percentages of Color #879b8d

%13
%0
%9
%39

Triadic Colors of #879b8d

#879b8d #8d879b #9b8d87

Analogous Colors of #879b8d

#879b8d #879b97 #8b9b87

Monochromatic Colors of #879b8d

#879b8d

Complementary Color

#879b8d #9b8795

#879b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#879b8d Color CSS Codes

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

#879b8d Text Font Color

<p style="color:#879b8d">Text here</p>

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


#879b8d Background Color

<div style="background-color:#879b8d">
Div content here</div>

This div background color is #879b8d


#879b8d Border Color

<div style="border:3px solid #879b8d">
Div here</div>

This div border color is #879b8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,155,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #879b8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #879b8d;
  -webkit-box-shadow: 1px 1px 3px 2px #879b8d;
  box-shadow:         1px 1px 3px 2px #879b8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,155,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879b8d


Comments

No comments written yet.

Please login to write comment.