Color Hex Logo

#83546f Color Hex

#83546F
(131,84,111)
0 Favorites   0 Comments

Color spaces of #83546f

RGB 13184111
HSL0.900.220.42
HSV326°36°51°
CMYK 0.000.360.15   0.49
XYZ15.399612.313616.6040
Yxy12.31360.34750.2779
Hunter Lab35.090716.9261-3.4909
CIE-Lab41.710323.8287-7.3511

#83546f color RGB value is (131,84,111).

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

The process color (four color CMYK) of #83546f color hex is 0.00, 0.36, 0.15, 0.49. Web safe color of #83546f is #996666. Color #83546f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010100 01101111
Octal 203 124 157
Decimal 131 84 111
Hex 83 54 6F

RGB Percentages of Color #83546f

%40.18
%25.77
%34.05

CMYK Percentages of Color #83546f

%0
%36
%15
%49

Triadic Colors of #83546f

#83546f #6f8354 #546f83

Analogous Colors of #83546f

#83546f #835458 #805483

Monochromatic Colors of #83546f

#83546f

Complementary Color

#83546f #548368

#83546f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83546f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83546f Color CSS Codes

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

#83546f Text Font Color

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

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


#83546f Background Color

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

This div background color is #83546f


#83546f Border Color

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

This div border color is #83546f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83546f


Comments

No comments written yet.

Please login to write comment.