Color Hex Logo

#88533a Color Hex

#88533A
(136,83,58)
0 Favorites   0 Comments

Color spaces of #88533a

RGB 1368358
HSL0.050.400.38
HSV19°57°53°
CMYK 0.000.390.57   0.47
XYZ14.010311.72625.5280
Yxy11.72620.44810.3751
Hunter Lab34.243513.104814.3992
CIE-Lab40.777619.392023.8354

#88533a color RGB value is (136,83,58).

#88533a hex color red value is 136, green value is 83 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #88533a hue: 0.05 , saturation: 0.40 and the lightness value of 88533a is 0.38.

The process color (four color CMYK) of #88533a color hex is 0.00, 0.39, 0.57, 0.47. Web safe color of #88533a is #996633. Color #88533a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010011 00111010
Octal 210 123 72
Decimal 136 83 58
Hex 88 53 3A

RGB Percentages of Color #88533a

%49.10
%29.96
%20.94

CMYK Percentages of Color #88533a

%0
%39
%57
%47

Triadic Colors of #88533a

#88533a #3a8853 #533a88

Analogous Colors of #88533a

#88533a #887a3a #883a48

Monochromatic Colors of #88533a

#88533a

Complementary Color

#88533a #3a6f88

#88533a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88533a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88533a Color CSS Codes

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

#88533a Text Font Color

<p style="color:#88533a">Text here</p>

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


#88533a Background Color

<div style="background-color:#88533a">
Div content here</div>

This div background color is #88533a


#88533a Border Color

<div style="border:3px solid #88533a">
Div here</div>

This div border color is #88533a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,83,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88533a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88533a;
  -webkit-box-shadow: 1px 1px 3px 2px #88533a;
  box-shadow:         1px 1px 3px 2px #88533a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88533a


Comments

No comments written yet.

Please login to write comment.