Color Hex Logo

#88602d Color Hex

#88602D
(136,96,45)
0 Favorites   0 Comments

Color spaces of #88602d

RGB 1369645
HSL0.090.500.35
HSV34°67°53°
CMYK 0.000.290.67   0.47
XYZ14.809913.78944.3637
Yxy13.78940.44930.4183
Hunter Lab37.13416.205119.0266
CIE-Lab43.929410.738834.8836

#88602d color RGB value is (136,96,45).

#88602d hex color red value is 136, green value is 96 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #88602d hue: 0.09 , saturation: 0.50 and the lightness value of 88602d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100000 00101101
Octal 210 140 55
Decimal 136 96 45
Hex 88 60 2D

RGB Percentages of Color #88602d

%49.10
%34.66
%16.25

CMYK Percentages of Color #88602d

%0
%29
%67
%47

Triadic Colors of #88602d

#88602d #2d8860 #602d88

Analogous Colors of #88602d

#88602d #83882d #88332d

Monochromatic Colors of #88602d

#88602d

Complementary Color

#88602d #2d5588

#88602d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88602d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88602d Color CSS Codes

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

#88602d Text Font Color

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

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


#88602d Background Color

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

This div background color is #88602d


#88602d Border Color

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

This div border color is #88602d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88602d


Comments

No comments written yet.

Please login to write comment.