Color Hex Logo

#83965e Color Hex

#83965E
(131,150,94)
0 Favorites   0 Comments

Color spaces of #83965e

RGB 13115094
HSL0.220.230.48
HSV80°37°59°
CMYK 0.130.000.37   0.41
XYZ22.286827.446114.7127
Yxy27.44610.34580.4259
Hunter Lab52.3890-15.745220.0216
CIE-Lab59.3850-16.611927.3442

#83965e color RGB value is (131,150,94).

#83965e hex color red value is 131, green value is 150 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #83965e hue: 0.22 , saturation: 0.23 and the lightness value of 83965e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010110 01011110
Octal 203 226 136
Decimal 131 150 94
Hex 83 96 5E

RGB Percentages of Color #83965e

%34.93
%40.00
%25.07

CMYK Percentages of Color #83965e

%13
%0
%37
%41

Triadic Colors of #83965e

#83965e #5e8396 #965e83

Analogous Colors of #83965e

#83965e #67965e #968d5e

Monochromatic Colors of #83965e

#83965e

Complementary Color

#83965e #715e96

#83965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83965e Color CSS Codes

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

#83965e Text Font Color

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

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


#83965e Background Color

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

This div background color is #83965e


#83965e Border Color

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

This div border color is #83965e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,150,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 #83965e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83965e


Comments

No comments written yet.

Please login to write comment.