Color Hex Logo

#83695b Color Hex

#83695B
(131,105,91)
0 Favorites   0 Comments

Color spaces of #83695b

RGB 13110591
HSL0.060.180.44
HSV21°31°51°
CMYK 0.000.200.31   0.49
XYZ16.300015.683812.0657
Yxy15.68380.37000.3560
Hunter Lab39.60284.16359.6582
CIE-Lab46.55698.150311.7927

#83695b color RGB value is (131,105,91).

#83695b hex color red value is 131, green value is 105 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #83695b hue: 0.06 , saturation: 0.18 and the lightness value of 83695b is 0.44.

The process color (four color CMYK) of #83695b color hex is 0.00, 0.20, 0.31, 0.49. Web safe color of #83695b is #996666. Color #83695b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101001 01011011
Octal 203 151 133
Decimal 131 105 91
Hex 83 69 5B

RGB Percentages of Color #83695b

%40.06
%32.11
%27.83

CMYK Percentages of Color #83695b

%0
%20
%31
%49

Triadic Colors of #83695b

#83695b #5b8369 #695b83

Analogous Colors of #83695b

#83695b #837d5b #835b61

Monochromatic Colors of #83695b

#83695b

Complementary Color

#83695b #5b7583

#83695b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83695b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83695b Color CSS Codes

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

#83695b Text Font Color

<p style="color:#83695b">Text here</p>

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


#83695b Background Color

<div style="background-color:#83695b">
Div content here</div>

This div background color is #83695b


#83695b Border Color

<div style="border:3px solid #83695b">
Div here</div>

This div border color is #83695b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,105,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83695b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83695b;
  -webkit-box-shadow: 1px 1px 3px 2px #83695b;
  box-shadow:         1px 1px 3px 2px #83695b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83695b


Comments

No comments written yet.

Please login to write comment.