Color Hex Logo

#83864e Color Hex

#83864E
(131,134,78)
0 Favorites   0 Comments

Color spaces of #83864e

RGB 13113478
HSL0.180.260.42
HSV63°42°53°
CMYK 0.020.000.42   0.47
XYZ19.260322.425510.5212
Yxy22.42550.36890.4295
Hunter Lab47.3556-10.273319.9762
CIE-Lab54.4756-10.091529.7331

#83864e color RGB value is (131,134,78).

#83864e hex color red value is 131, green value is 134 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #83864e hue: 0.18 , saturation: 0.26 and the lightness value of 83864e is 0.42.

The process color (four color CMYK) of #83864e color hex is 0.02, 0.00, 0.42, 0.47. Web safe color of #83864e is #999966. Color #83864e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000110 01001110
Octal 203 206 116
Decimal 131 134 78
Hex 83 86 4E

RGB Percentages of Color #83864e

%38.19
%39.07
%22.74

CMYK Percentages of Color #83864e

%2
%0
%42
%47

Triadic Colors of #83864e

#83864e #4e8386 #864e83

Analogous Colors of #83864e

#83864e #67864e #866d4e

Monochromatic Colors of #83864e

#83864e

Complementary Color

#83864e #514e86

#83864e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83864e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83864e Color CSS Codes

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

#83864e Text Font Color

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

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


#83864e Background Color

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

This div background color is #83864e


#83864e Border Color

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

This div border color is #83864e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83864e


Comments

No comments written yet.

Please login to write comment.