Color Hex Logo

#83965c Color Hex

#83965C
(131,150,92)
0 Favorites   0 Comments

Color spaces of #83965c

RGB 13115092
HSL0.220.240.47
HSV80°39°59°
CMYK 0.130.000.39   0.41
XYZ22.198227.410714.2460
Yxy27.41070.34760.4293
Hunter Lab52.3552-15.939120.5157
CIE-Lab59.3526-16.881328.3851

#83965c color RGB value is (131,150,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010110 01011100
Octal 203 226 134
Decimal 131 150 92
Hex 83 96 5C

RGB Percentages of Color #83965c

%35.12
%40.21
%24.66

CMYK Percentages of Color #83965c

%13
%0
%39
%41

Triadic Colors of #83965c

#83965c #5c8396 #965c83

Analogous Colors of #83965c

#83965c #66965c #968c5c

Monochromatic Colors of #83965c

#83965c

Complementary Color

#83965c #6f5c96

#83965c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83965c Color Preview on White Background

Lorem ipsum dolor sit amet.

#83965c Color CSS Codes

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

#83965c Text Font Color

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

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


#83965c Background Color

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

This div background color is #83965c


#83965c Border Color

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

This div border color is #83965c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83965c


Comments

No comments written yet.

Please login to write comment.