Color Hex Logo

#88713a Color Hex

#88713A
(136,113,58)
0 Favorites   0 Comments

Color spaces of #88713a

RGB 13611358
HSL0.120.400.38
HSV42°57°53°
CMYK 0.000.170.57   0.47
XYZ16.822217.35006.4652
Yxy17.35000.41400.4269
Hunter Lab41.6533-0.804019.9547
CIE-Lab48.69801.856533.5227

#88713a color RGB value is (136,113,58).

#88713a hex color red value is 136, green value is 113 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #88713a hue: 0.12 , saturation: 0.40 and the lightness value of 88713a is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110001 00111010
Octal 210 161 72
Decimal 136 113 58
Hex 88 71 3A

RGB Percentages of Color #88713a

%44.30
%36.81
%18.89

CMYK Percentages of Color #88713a

%0
%17
%57
%47

Triadic Colors of #88713a

#88713a #3a8871 #713a88

Analogous Colors of #88713a

#88713a #78883a #884a3a

Monochromatic Colors of #88713a

#88713a

Complementary Color

#88713a #3a5188

#88713a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88713a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88713a Color CSS Codes

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

#88713a Text Font Color

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

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


#88713a Background Color

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

This div background color is #88713a


#88713a Border Color

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

This div border color is #88713a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88713a


Comments

No comments written yet.

Please login to write comment.