Color Hex Logo

#83590a Color Hex

#83590A
(131,89,10)
0 Favorites   0 Comments

Color spaces of #83590a

RGB 1318910
HSL0.110.860.28
HSV39°92°51°
CMYK 0.000.320.92   0.49
XYZ12.987211.99201.9173
Yxy11.99200.48290.4459
Hunter Lab34.62956.341920.9580
CIE-Lab41.203410.964346.5942

#83590a color RGB value is (131,89,10).

#83590a hex color red value is 131, green value is 89 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #83590a hue: 0.11 , saturation: 0.86 and the lightness value of 83590a is 0.28.

The process color (four color CMYK) of #83590a color hex is 0.00, 0.32, 0.92, 0.49. Web safe color of #83590a is #996600. Color #83590a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011001 00001010
Octal 203 131 12
Decimal 131 89 10
Hex 83 59 A

RGB Percentages of Color #83590a

%56.96
%38.70
%4.35

CMYK Percentages of Color #83590a

%0
%32
%92
%49

Triadic Colors of #83590a

#83590a #0a8359 #590a83

Analogous Colors of #83590a

#83590a #71830a #831c0a

Monochromatic Colors of #83590a

#83590a

Complementary Color

#83590a #0a3483

#83590a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83590a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83590a Color CSS Codes

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

#83590a Text Font Color

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

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


#83590a Background Color

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

This div background color is #83590a


#83590a Border Color

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

This div border color is #83590a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,89,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83590a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83590a;
  -webkit-box-shadow: 1px 1px 3px 2px #83590a;
  box-shadow:         1px 1px 3px 2px #83590a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83590a


Comments

No comments written yet.

Please login to write comment.