Color Hex Logo

#886047 Color Hex

#886047
(136,96,71)
0 Favorites   0 Comments

Color spaces of #886047

RGB 1369671
HSL0.060.310.41
HSV23°48°53°
CMYK 0.000.290.48   0.47
XYZ15.473514.05497.8586
Yxy14.05490.41390.3759
Hunter Lab37.48998.066513.8146
CIE-Lab44.311613.051520.7149

#886047 color RGB value is (136,96,71).

#886047 hex color red value is 136, green value is 96 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #886047 hue: 0.06 , saturation: 0.31 and the lightness value of 886047 is 0.41.

The process color (four color CMYK) of #886047 color hex is 0.00, 0.29, 0.48, 0.47. Web safe color of #886047 is #996633. Color #886047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100000 01000111
Octal 210 140 107
Decimal 136 96 71
Hex 88 60 47

RGB Percentages of Color #886047

%44.88
%31.68
%23.43

CMYK Percentages of Color #886047

%0
%29
%48
%47

Triadic Colors of #886047

#886047 #478860 #604788

Analogous Colors of #886047

#886047 #888147 #88474e

Monochromatic Colors of #886047

#886047

Complementary Color

#886047 #476f88

#886047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886047 Color CSS Codes

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

#886047 Text Font Color

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

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


#886047 Background Color

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

This div background color is #886047


#886047 Border Color

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

This div border color is #886047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886047


Comments

No comments written yet.

Please login to write comment.