Color Hex Logo

#83535f Color Hex

#83535F
(131,83,95)
0 Favorites   0 Comments

Color spaces of #83535f

RGB 1318395
HSL0.960.220.42
HSV345°37°51°
CMYK 0.000.370.27   0.49
XYZ14.518911.838012.3462
Yxy11.83800.37510.3059
Hunter Lab34.406415.11272.8092
CIE-Lab40.957521.77481.3998

#83535f color RGB value is (131,83,95).

#83535f hex color red value is 131, green value is 83 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #83535f hue: 0.96 , saturation: 0.22 and the lightness value of 83535f is 0.42.

The process color (four color CMYK) of #83535f color hex is 0.00, 0.37, 0.27, 0.49. Web safe color of #83535f is #996666. Color #83535f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010011 01011111
Octal 203 123 137
Decimal 131 83 95
Hex 83 53 5F

RGB Percentages of Color #83535f

%42.39
%26.86
%30.74

CMYK Percentages of Color #83535f

%0
%37
%27
%49

Triadic Colors of #83535f

#83535f #5f8353 #535f83

Analogous Colors of #83535f

#83535f #835f53 #835377

Monochromatic Colors of #83535f

#83535f

Complementary Color

#83535f #538377

#83535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83535f Color CSS Codes

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

#83535f Text Font Color

<p style="color:#83535f">Text here</p>

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


#83535f Background Color

<div style="background-color:#83535f">
Div content here</div>

This div background color is #83535f


#83535f Border Color

<div style="border:3px solid #83535f">
Div here</div>

This div border color is #83535f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,83,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83535f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83535f;
  -webkit-box-shadow: 1px 1px 3px 2px #83535f;
  box-shadow:         1px 1px 3px 2px #83535f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83535f


Comments

No comments written yet.

Please login to write comment.