Color Hex Logo

#83570e Color Hex

#83570E
(131,87,14)
0 Favorites   0 Comments

Color spaces of #83570e

RGB 1318714
HSL0.100.810.28
HSV37°89°51°
CMYK 0.000.340.89   0.49
XYZ12.847511.67341.9915
Yxy11.67340.48460.4403
Hunter Lab34.16647.329820.4605
CIE-Lab40.692312.240845.0502

#83570e color RGB value is (131,87,14).

#83570e hex color red value is 131, green value is 87 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #83570e hue: 0.10 , saturation: 0.81 and the lightness value of 83570e is 0.28.

The process color (four color CMYK) of #83570e color hex is 0.00, 0.34, 0.89, 0.49. Web safe color of #83570e is #996600. Color #83570e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010111 00001110
Octal 203 127 16
Decimal 131 87 14
Hex 83 57 E

RGB Percentages of Color #83570e

%56.47
%37.50
%6.03

CMYK Percentages of Color #83570e

%0
%34
%89
%49

Triadic Colors of #83570e

#83570e #0e8357 #570e83

Analogous Colors of #83570e

#83570e #75830e #831d0e

Monochromatic Colors of #83570e

#83570e

Complementary Color

#83570e #0e3a83

#83570e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83570e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83570e Color CSS Codes

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

#83570e Text Font Color

<p style="color:#83570e">Text here</p>

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


#83570e Background Color

<div style="background-color:#83570e">
Div content here</div>

This div background color is #83570e


#83570e Border Color

<div style="border:3px solid #83570e">
Div here</div>

This div border color is #83570e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,87,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83570e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83570e;
  -webkit-box-shadow: 1px 1px 3px 2px #83570e;
  box-shadow:         1px 1px 3px 2px #83570e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83570e


Comments

No comments written yet.

Please login to write comment.