Color Hex Logo

#83682f Color Hex

#83682F
(131,104,47)
0 Favorites   0 Comments

Color spaces of #83682f

RGB 13110447
HSL0.110.470.35
HSV41°64°51°
CMYK 0.000.210.64   0.49
XYZ14.823514.93124.7900
Yxy14.93120.42910.4322
Hunter Lab38.64090.854919.6989
CIE-Lab45.53983.879635.5004

#83682f color RGB value is (131,104,47).

#83682f hex color red value is 131, green value is 104 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #83682f hue: 0.11 , saturation: 0.47 and the lightness value of 83682f is 0.35.

The process color (four color CMYK) of #83682f color hex is 0.00, 0.21, 0.64, 0.49. Web safe color of #83682f is #996633. Color #83682f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101000 00101111
Octal 203 150 57
Decimal 131 104 47
Hex 83 68 2F

RGB Percentages of Color #83682f

%46.45
%36.88
%16.67

CMYK Percentages of Color #83682f

%0
%21
%64
%49

Triadic Colors of #83682f

#83682f #2f8368 #682f83

Analogous Colors of #83682f

#83682f #74832f #833e2f

Monochromatic Colors of #83682f

#83682f

Complementary Color

#83682f #2f4a83

#83682f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83682f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83682f Color CSS Codes

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

#83682f Text Font Color

<p style="color:#83682f">Text here</p>

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


#83682f Background Color

<div style="background-color:#83682f">
Div content here</div>

This div background color is #83682f


#83682f Border Color

<div style="border:3px solid #83682f">
Div here</div>

This div border color is #83682f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,104,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83682f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83682f;
  -webkit-box-shadow: 1px 1px 3px 2px #83682f;
  box-shadow:         1px 1px 3px 2px #83682f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83682f


Comments

No comments written yet.

Please login to write comment.