Color Hex Logo

#83532c Color Hex

#83532C
(131,83,44)
0 Favorites   0 Comments

Color spaces of #83532c

RGB 1318344
HSL0.070.500.34
HSV27°66°51°
CMYK 0.000.370.66   0.49
XYZ12.908011.19373.8631
Yxy11.19370.46160.4003
Hunter Lab33.457010.317116.5740
CIE-Lab39.904816.037130.6690

#83532c color RGB value is (131,83,44).

#83532c hex color red value is 131, green value is 83 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #83532c hue: 0.07 , saturation: 0.50 and the lightness value of 83532c is 0.34.

The process color (four color CMYK) of #83532c color hex is 0.00, 0.37, 0.66, 0.49. Web safe color of #83532c is #996633. Color #83532c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010011 00101100
Octal 203 123 54
Decimal 131 83 44
Hex 83 53 2C

RGB Percentages of Color #83532c

%50.78
%32.17
%17.05

CMYK Percentages of Color #83532c

%0
%37
%66
%49

Triadic Colors of #83532c

#83532c #2c8353 #532c83

Analogous Colors of #83532c

#83532c #837f2c #832c31

Monochromatic Colors of #83532c

#83532c

Complementary Color

#83532c #2c5c83

#83532c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83532c Color Preview on White Background

Lorem ipsum dolor sit amet.

#83532c Color CSS Codes

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

#83532c Text Font Color

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

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


#83532c Background Color

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

This div background color is #83532c


#83532c Border Color

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

This div border color is #83532c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,83,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83532c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83532c;
  -webkit-box-shadow: 1px 1px 3px 2px #83532c;
  box-shadow:         1px 1px 3px 2px #83532c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83532c


Comments

No comments written yet.

Please login to write comment.