Color Hex Logo

#83863a Color Hex

#83863A
(131,134,58)
0 Favorites   0 Comments

Color spaces of #83863a

RGB 13113458
HSL0.170.400.38
HSV62°57°53°
CMYK 0.020.000.57   0.47
XYZ18.648922.18107.3014
Yxy22.18100.38750.4608
Hunter Lab47.0967-11.738523.7760
CIE-Lab54.2185-12.124539.8123

#83863a color RGB value is (131,134,58).

#83863a hex color red value is 131, green value is 134 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #83863a hue: 0.17 , saturation: 0.40 and the lightness value of 83863a is 0.38.

The process color (four color CMYK) of #83863a color hex is 0.02, 0.00, 0.57, 0.47. Web safe color of #83863a is #999933. Color #83863a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000110 00111010
Octal 203 206 72
Decimal 131 134 58
Hex 83 86 3A

RGB Percentages of Color #83863a

%40.56
%41.49
%17.96

CMYK Percentages of Color #83863a

%2
%0
%57
%47

Triadic Colors of #83863a

#83863a #3a8386 #863a83

Analogous Colors of #83863a

#83863a #5d863a #86633a

Monochromatic Colors of #83863a

#83863a

Complementary Color

#83863a #3d3a86

#83863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83863a Color CSS Codes

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

#83863a Text Font Color

<p style="color:#83863a">Text here</p>

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


#83863a Background Color

<div style="background-color:#83863a">
Div content here</div>

This div background color is #83863a


#83863a Border Color

<div style="border:3px solid #83863a">
Div here</div>

This div border color is #83863a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83863a


Comments

No comments written yet.

Please login to write comment.