Color Hex Logo

#83862f Color Hex

#83862F
(131,134,47)
0 Favorites   0 Comments

Color spaces of #83862f

RGB 13113447
HSL0.170.480.35
HSV62°65°53°
CMYK 0.020.000.65   0.47
XYZ18.398322.08075.9816
Yxy22.08070.39600.4753
Hunter Lab46.9901-12.343625.3458
CIE-Lab54.1125-12.974944.8541

#83862f color RGB value is (131,134,47).

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

The process color (four color CMYK) of #83862f color hex is 0.02, 0.00, 0.65, 0.47. Web safe color of #83862f is #999933. Color #83862f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000110 00101111
Octal 203 206 57
Decimal 131 134 47
Hex 83 86 2F

RGB Percentages of Color #83862f

%41.99
%42.95
%15.06

CMYK Percentages of Color #83862f

%2
%0
%65
%47

Triadic Colors of #83862f

#83862f #2f8386 #862f83

Analogous Colors of #83862f

#83862f #58862f #865e2f

Monochromatic Colors of #83862f

#83862f

Complementary Color

#83862f #322f86

#83862f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83862f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83862f Color CSS Codes

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

#83862f Text Font Color

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

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


#83862f Background Color

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

This div background color is #83862f


#83862f Border Color

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

This div border color is #83862f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83862f


Comments

No comments written yet.

Please login to write comment.