Color Hex Logo

#83585e Color Hex

#83585E
(131,88,94)
0 Favorites   0 Comments

Color spaces of #83585e

RGB 1318894
HSL0.980.200.43
HSV352°33°51°
CMYK 0.000.330.28   0.49
XYZ14.870212.612912.2405
Yxy12.61290.37430.3175
Hunter Lab35.514612.58844.4253
CIE-Lab42.174118.66943.7745

#83585e color RGB value is (131,88,94).

#83585e hex color red value is 131, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #83585e hue: 0.98 , saturation: 0.20 and the lightness value of 83585e is 0.43.

The process color (four color CMYK) of #83585e color hex is 0.00, 0.33, 0.28, 0.49. Web safe color of #83585e is #996666. Color #83585e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011000 01011110
Octal 203 130 136
Decimal 131 88 94
Hex 83 58 5E

RGB Percentages of Color #83585e

%41.85
%28.12
%30.03

CMYK Percentages of Color #83585e

%0
%33
%28
%49

Triadic Colors of #83585e

#83585e #5e8358 #585e83

Analogous Colors of #83585e

#83585e #836858 #835874

Monochromatic Colors of #83585e

#83585e

Complementary Color

#83585e #58837d

#83585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83585e Color CSS Codes

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

#83585e Text Font Color

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

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


#83585e Background Color

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

This div background color is #83585e


#83585e Border Color

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

This div border color is #83585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83585e


Comments

No comments written yet.

Please login to write comment.