Color Hex Logo

#88542f Color Hex

#88542F
(136,84,47)
0 Favorites   0 Comments

Color spaces of #88542f

RGB 1368447
HSL0.070.490.36
HSV25°65°53°
CMYK 0.000.380.65   0.47
XYZ13.836811.78014.2338
Yxy11.78010.46350.3946
Hunter Lab34.322211.897616.7118
CIE-Lab40.864517.922830.2853

#88542f color RGB value is (136,84,47).

#88542f hex color red value is 136, green value is 84 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #88542f hue: 0.07 , saturation: 0.49 and the lightness value of 88542f is 0.36.

The process color (four color CMYK) of #88542f color hex is 0.00, 0.38, 0.65, 0.47. Web safe color of #88542f is #996633. Color #88542f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010100 00101111
Octal 210 124 57
Decimal 136 84 47
Hex 88 54 2F

RGB Percentages of Color #88542f

%50.94
%31.46
%17.60

CMYK Percentages of Color #88542f

%0
%38
%65
%47

Triadic Colors of #88542f

#88542f #2f8854 #542f88

Analogous Colors of #88542f

#88542f #88812f #882f37

Monochromatic Colors of #88542f

#88542f

Complementary Color

#88542f #2f6388

#88542f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88542f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88542f Color CSS Codes

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

#88542f Text Font Color

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

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


#88542f Background Color

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

This div background color is #88542f


#88542f Border Color

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

This div border color is #88542f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88542f

#88542f Color Palettes


Comments

No comments written yet.

Please login to write comment.