Color Hex Logo

#83582c Color Hex

#83582C
(131,88,44)
0 Favorites   0 Comments

Color spaces of #83582c

RGB 1318844
HSL0.080.500.34
HSV30°66°51°
CMYK 0.000.330.66   0.49
XYZ13.304411.98663.9953
Yxy11.98660.45430.4093
Hunter Lab34.62178.006017.3932
CIE-Lab41.194813.081232.1518

#83582c color RGB value is (131,88,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011000 00101100
Octal 203 130 54
Decimal 131 88 44
Hex 83 58 2C

RGB Percentages of Color #83582c

%49.81
%33.46
%16.73

CMYK Percentages of Color #83582c

%0
%33
%66
%49

Triadic Colors of #83582c

#83582c #2c8358 #582c83

Analogous Colors of #83582c

#83582c #83832c #832d2c

Monochromatic Colors of #83582c

#83582c

Complementary Color

#83582c #2c5783

#83582c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83582c Color Preview on White Background

Lorem ipsum dolor sit amet.

#83582c Color CSS Codes

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

#83582c Text Font Color

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

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


#83582c Background Color

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

This div background color is #83582c


#83582c Border Color

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

This div border color is #83582c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,88,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 #83582c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83582c


Comments

No comments written yet.

Please login to write comment.