Color Hex Logo

#83966e Color Hex

#83966E
(131,150,110)
0 Favorites   0 Comments

Color spaces of #83966e

RGB 131150110
HSL0.250.160.51
HSV89°27°59°
CMYK 0.130.000.27   0.41
XYZ23.080927.763818.8943
Yxy27.76380.33100.3981
Hunter Lab52.6914-14.019815.6235
CIE-Lab59.6747-14.241618.9192

#83966e color RGB value is (131,150,110).

#83966e hex color red value is 131, green value is 150 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #83966e hue: 0.25 , saturation: 0.16 and the lightness value of 83966e is 0.51.

The process color (four color CMYK) of #83966e color hex is 0.13, 0.00, 0.27, 0.41. Web safe color of #83966e is #999966. Color #83966e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010110 01101110
Octal 203 226 156
Decimal 131 150 110
Hex 83 96 6E

RGB Percentages of Color #83966e

%33.50
%38.36
%28.13

CMYK Percentages of Color #83966e

%13
%0
%27
%41

Triadic Colors of #83966e

#83966e #6e8396 #966e83

Analogous Colors of #83966e

#83966e #6f966e #96956e

Monochromatic Colors of #83966e

#83966e

Complementary Color

#83966e #816e96

#83966e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83966e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83966e Color CSS Codes

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

#83966e Text Font Color

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

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


#83966e Background Color

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

This div background color is #83966e


#83966e Border Color

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

This div border color is #83966e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83966e


Comments

No comments written yet.

Please login to write comment.