Color Hex Logo

#887b3f Color Hex

#887B3F
(136,123,63)
0 Favorites   0 Comments

Color spaces of #887b3f

RGB 13612363
HSL0.140.370.39
HSV49°54°53°
CMYK 0.000.100.54   0.47
XYZ18.133519.75907.5608
Yxy19.75900.39890.4347
Hunter Lab44.4511-4.971621.0310
CIE-Lab51.5636-3.382634.2838

#887b3f color RGB value is (136,123,63).

#887b3f hex color red value is 136, green value is 123 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #887b3f hue: 0.14 , saturation: 0.37 and the lightness value of 887b3f is 0.39.

The process color (four color CMYK) of #887b3f color hex is 0.00, 0.10, 0.54, 0.47. Web safe color of #887b3f is #996633. Color #887b3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111011 00111111
Octal 210 173 77
Decimal 136 123 63
Hex 88 7B 3F

RGB Percentages of Color #887b3f

%42.24
%38.20
%19.57

CMYK Percentages of Color #887b3f

%0
%10
%54
%47

Triadic Colors of #887b3f

#887b3f #3f887b #7b3f88

Analogous Colors of #887b3f

#887b3f #71883f #88573f

Monochromatic Colors of #887b3f

#887b3f

Complementary Color

#887b3f #3f4c88

#887b3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887b3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#887b3f Color CSS Codes

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

#887b3f Text Font Color

<p style="color:#887b3f">Text here</p>

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


#887b3f Background Color

<div style="background-color:#887b3f">
Div content here</div>

This div background color is #887b3f


#887b3f Border Color

<div style="border:3px solid #887b3f">
Div here</div>

This div border color is #887b3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,123,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #887b3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #887b3f;
  -webkit-box-shadow: 1px 1px 3px 2px #887b3f;
  box-shadow:         1px 1px 3px 2px #887b3f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,123,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887b3f


Comments

No comments written yet.

Please login to write comment.