Color Hex Logo

#83843e Color Hex

#83843E
(131,132,62)
0 Favorites   0 Comments

Color spaces of #83843e

RGB 13113262
HSL0.170.360.38
HSV61°53°52°
CMYK 0.010.000.53   0.48
XYZ18.480821.67567.7672
Yxy21.67560.38560.4523
Hunter Lab46.5571-10.619422.6985
CIE-Lab53.6811-10.683637.1933

#83843e color RGB value is (131,132,62).

#83843e hex color red value is 131, green value is 132 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #83843e hue: 0.17 , saturation: 0.36 and the lightness value of 83843e is 0.38.

The process color (four color CMYK) of #83843e color hex is 0.01, 0.00, 0.53, 0.48. Web safe color of #83843e is #999933. Color #83843e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000100 00111110
Octal 203 204 76
Decimal 131 132 62
Hex 83 84 3E

RGB Percentages of Color #83843e

%40.31
%40.62
%19.08

CMYK Percentages of Color #83843e

%1
%0
%53
%48

Triadic Colors of #83843e

#83843e #3e8384 #843e83

Analogous Colors of #83843e

#83843e #60843e #84623e

Monochromatic Colors of #83843e

#83843e

Complementary Color

#83843e #3f3e84

#83843e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83843e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83843e Color CSS Codes

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

#83843e Text Font Color

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

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


#83843e Background Color

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

This div background color is #83843e


#83843e Border Color

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

This div border color is #83843e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83843e


Comments

No comments written yet.

Please login to write comment.