Color Hex Logo

#88713e Color Hex

#88713E
(136,113,62)
0 Favorites   0 Comments

Color spaces of #88713e

RGB 13611362
HSL0.110.370.39
HSV41°54°53°
CMYK 0.000.170.54   0.47
XYZ16.928017.39237.0223
Yxy17.39230.40950.4207
Hunter Lab41.7041-0.527619.2094
CIE-Lab48.75062.217431.4336

#88713e color RGB value is (136,113,62).

#88713e hex color red value is 136, green value is 113 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #88713e hue: 0.11 , saturation: 0.37 and the lightness value of 88713e is 0.39.

The process color (four color CMYK) of #88713e color hex is 0.00, 0.17, 0.54, 0.47. Web safe color of #88713e is #996633. Color #88713e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110001 00111110
Octal 210 161 76
Decimal 136 113 62
Hex 88 71 3E

RGB Percentages of Color #88713e

%43.73
%36.33
%19.94

CMYK Percentages of Color #88713e

%0
%17
%54
%47

Triadic Colors of #88713e

#88713e #3e8871 #713e88

Analogous Colors of #88713e

#88713e #7a883e #884c3e

Monochromatic Colors of #88713e

#88713e

Complementary Color

#88713e #3e5588

#88713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88713e Color CSS Codes

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

#88713e Text Font Color

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

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


#88713e Background Color

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

This div background color is #88713e


#88713e Border Color

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

This div border color is #88713e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88713e


Comments

No comments written yet.

Please login to write comment.