Color Hex Logo

#88841c Color Hex

#88841C
(136,132,28)
0 Favorites   0 Comments

Color spaces of #88841c

RGB 13613228
HSL0.160.660.32
HSV58°79°53°
CMYK 0.000.030.79   0.47
XYZ18.614221.82064.3293
Yxy21.82060.41580.4875
Hunter Lab46.7125-10.617527.2038
CIE-Lab53.8361-10.656652.1446

#88841c color RGB value is (136,132,28).

#88841c hex color red value is 136, green value is 132 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #88841c hue: 0.16 , saturation: 0.66 and the lightness value of 88841c is 0.32.

The process color (four color CMYK) of #88841c color hex is 0.00, 0.03, 0.79, 0.47. Web safe color of #88841c is #999933. Color #88841c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000100 00011100
Octal 210 204 34
Decimal 136 132 28
Hex 88 84 1C

RGB Percentages of Color #88841c

%45.95
%44.59
%9.46

CMYK Percentages of Color #88841c

%0
%3
%79
%47

Triadic Colors of #88841c

#88841c #1c8884 #841c88

Analogous Colors of #88841c

#88841c #56881c #884e1c

Monochromatic Colors of #88841c

#88841c

Complementary Color

#88841c #1c2088

#88841c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88841c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88841c Color CSS Codes

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

#88841c Text Font Color

<p style="color:#88841c">Text here</p>

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


#88841c Background Color

<div style="background-color:#88841c">
Div content here</div>

This div background color is #88841c


#88841c Border Color

<div style="border:3px solid #88841c">
Div here</div>

This div border color is #88841c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,132,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88841c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88841c;
  -webkit-box-shadow: 1px 1px 3px 2px #88841c;
  box-shadow:         1px 1px 3px 2px #88841c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88841c


Comments

No comments written yet.

Please login to write comment.