Color Hex Logo

#88610e Color Hex

#88610E
(136,97,14)
0 Favorites   0 Comments

Color spaces of #88610e

RGB 1369714
HSL0.110.810.29
HSV41°90°53°
CMYK 0.000.290.90   0.47
XYZ14.507313.81532.3175
Yxy13.81530.47350.4509
Hunter Lab37.16894.624222.3215
CIE-Lab43.96698.732147.9648

#88610e color RGB value is (136,97,14).

#88610e hex color red value is 136, green value is 97 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #88610e hue: 0.11 , saturation: 0.81 and the lightness value of 88610e is 0.29.

The process color (four color CMYK) of #88610e color hex is 0.00, 0.29, 0.90, 0.47. Web safe color of #88610e is #996600. Color #88610e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100001 00001110
Octal 210 141 16
Decimal 136 97 14
Hex 88 61 E

RGB Percentages of Color #88610e

%55.06
%39.27
%5.67

CMYK Percentages of Color #88610e

%0
%29
%90
%47

Triadic Colors of #88610e

#88610e #0e8861 #610e88

Analogous Colors of #88610e

#88610e #72880e #88240e

Monochromatic Colors of #88610e

#88610e

Complementary Color

#88610e #0e3588

#88610e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88610e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88610e Color CSS Codes

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

#88610e Text Font Color

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

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


#88610e Background Color

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

This div background color is #88610e


#88610e Border Color

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

This div border color is #88610e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88610e


Comments

No comments written yet.

Please login to write comment.