Color Hex Logo

#887116 Color Hex

#887116
(136,113,22)
0 Favorites   0 Comments

Color spaces of #887116

RGB 13611322
HSL0.130.720.31
HSV48°84°53°
CMYK 0.000.170.84   0.47
XYZ16.203317.10243.2061
Yxy17.10240.44380.4684
Hunter Lab41.3550-2.433324.3520
CIE-Lab48.3888-0.296449.2559

#887116 color RGB value is (136,113,22).

#887116 hex color red value is 136, green value is 113 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #887116 hue: 0.13 , saturation: 0.72 and the lightness value of 887116 is 0.31.

The process color (four color CMYK) of #887116 color hex is 0.00, 0.17, 0.84, 0.47. Web safe color of #887116 is #996600. Color #887116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110001 00010110
Octal 210 161 26
Decimal 136 113 22
Hex 88 71 16

RGB Percentages of Color #887116

%50.18
%41.70
%8.12

CMYK Percentages of Color #887116

%0
%17
%84
%47

Triadic Colors of #887116

#887116 #168871 #711688

Analogous Colors of #887116

#887116 #668816 #883816

Monochromatic Colors of #887116

#887116

Complementary Color

#887116 #162d88

#887116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887116 Color CSS Codes

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

#887116 Text Font Color

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

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


#887116 Background Color

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

This div background color is #887116


#887116 Border Color

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

This div border color is #887116


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,113,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #887116; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #887116;
  -webkit-box-shadow: 1px 1px 3px 2px #887116;
  box-shadow:         1px 1px 3px 2px #887116; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887116


Comments

No comments written yet.

Please login to write comment.