Color Hex Logo

#83393e Color Hex

#83393E
(131,57,62)
0 Favorites   0 Comments

Color spaces of #83393e

RGB 1315762
HSL0.990.390.37
HSV356°56°51°
CMYK 0.000.560.53   0.49
XYZ11.69278.09935.5045
Yxy8.09930.46220.3202
Hunter Lab28.459323.53438.4538
CIE-Lab34.188832.341912.5806

#83393e color RGB value is (131,57,62).

#83393e hex color red value is 131, green value is 57 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #83393e hue: 0.99 , saturation: 0.39 and the lightness value of 83393e is 0.37.

The process color (four color CMYK) of #83393e color hex is 0.00, 0.56, 0.53, 0.49. Web safe color of #83393e is #993333. Color #83393e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111001 00111110
Octal 203 71 76
Decimal 131 57 62
Hex 83 39 3E

RGB Percentages of Color #83393e

%52.40
%22.80
%24.80

CMYK Percentages of Color #83393e

%0
%56
%53
%49

Triadic Colors of #83393e

#83393e #3e8339 #393e83

Analogous Colors of #83393e

#83393e #835939 #833963

Monochromatic Colors of #83393e

#83393e

Complementary Color

#83393e #39837e

#83393e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83393e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83393e Color CSS Codes

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

#83393e Text Font Color

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

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


#83393e Background Color

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

This div background color is #83393e


#83393e Border Color

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

This div border color is #83393e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83393e


Comments

No comments written yet.

Please login to write comment.