Color Hex Logo

#88742e Color Hex

#88742E
(136,116,46)
0 Favorites   0 Comments

Color spaces of #88742e

RGB 13611646
HSL0.130.490.36
HSV47°66°53°
CMYK 0.000.150.66   0.47
XYZ16.891917.92235.1538
Yxy17.92230.42260.4484
Hunter Lab42.3347-2.862922.4164
CIE-Lab49.4017-0.789440.4148

#88742e color RGB value is (136,116,46).

#88742e hex color red value is 136, green value is 116 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #88742e hue: 0.13 , saturation: 0.49 and the lightness value of 88742e is 0.36.

The process color (four color CMYK) of #88742e color hex is 0.00, 0.15, 0.66, 0.47. Web safe color of #88742e is #996633. Color #88742e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110100 00101110
Octal 210 164 56
Decimal 136 116 46
Hex 88 74 2E

RGB Percentages of Color #88742e

%45.64
%38.93
%15.44

CMYK Percentages of Color #88742e

%0
%15
%66
%47

Triadic Colors of #88742e

#88742e #2e8874 #742e88

Analogous Colors of #88742e

#88742e #6f882e #88472e

Monochromatic Colors of #88742e

#88742e

Complementary Color

#88742e #2e4288

#88742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88742e Color CSS Codes

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

#88742e Text Font Color

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

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


#88742e Background Color

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

This div background color is #88742e


#88742e Border Color

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

This div border color is #88742e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,116,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88742e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88742e;
  -webkit-box-shadow: 1px 1px 3px 2px #88742e;
  box-shadow:         1px 1px 3px 2px #88742e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88742e


Comments

No comments written yet.

Please login to write comment.