Color Hex Logo

#88691f Color Hex

#88691F
(136,105,31)
0 Favorites   0 Comments

Color spaces of #88691f

RGB 13610531
HSL0.120.630.33
HSV42°77°53°
CMYK 0.000.230.77   0.47
XYZ15.452215.43633.4614
Yxy15.43630.44980.4494
Hunter Lab39.28911.447422.2788
CIE-Lab46.22614.674043.9294

#88691f color RGB value is (136,105,31).

#88691f hex color red value is 136, green value is 105 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #88691f hue: 0.12 , saturation: 0.63 and the lightness value of 88691f is 0.33.

The process color (four color CMYK) of #88691f color hex is 0.00, 0.23, 0.77, 0.47. Web safe color of #88691f is #996633. Color #88691f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101001 00011111
Octal 210 151 37
Decimal 136 105 31
Hex 88 69 1F

RGB Percentages of Color #88691f

%50.00
%38.60
%11.40

CMYK Percentages of Color #88691f

%0
%23
%77
%47

Triadic Colors of #88691f

#88691f #1f8869 #691f88

Analogous Colors of #88691f

#88691f #73881f #88351f

Monochromatic Colors of #88691f

#88691f

Complementary Color

#88691f #1f3e88

#88691f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88691f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88691f Color CSS Codes

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

#88691f Text Font Color

<p style="color:#88691f">Text here</p>

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


#88691f Background Color

<div style="background-color:#88691f">
Div content here</div>

This div background color is #88691f


#88691f Border Color

<div style="border:3px solid #88691f">
Div here</div>

This div border color is #88691f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,105,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88691f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88691f;
  -webkit-box-shadow: 1px 1px 3px 2px #88691f;
  box-shadow:         1px 1px 3px 2px #88691f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88691f


Comments

No comments written yet.

Please login to write comment.