Color Hex Logo

#83942e Color Hex

#83942E
(131,148,46)
0 Favorites   0 Comments

Color spaces of #83942e

RGB 13114846
HSL0.190.530.38
HSV70°69°58°
CMYK 0.110.000.69   0.42
XYZ20.443126.20246.5649
Yxy26.20240.38420.4924
Hunter Lab51.1883-18.291828.2278
CIE-Lab58.2287-20.375849.5558

#83942e color RGB value is (131,148,46).

#83942e hex color red value is 131, green value is 148 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #83942e hue: 0.19 , saturation: 0.53 and the lightness value of 83942e is 0.38.

The process color (four color CMYK) of #83942e color hex is 0.11, 0.00, 0.69, 0.42. Web safe color of #83942e is #999933. Color #83942e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010100 00101110
Octal 203 224 56
Decimal 131 148 46
Hex 83 94 2E

RGB Percentages of Color #83942e

%40.31
%45.54
%14.15

CMYK Percentages of Color #83942e

%11
%0
%69
%42

Triadic Colors of #83942e

#83942e #2e8394 #942e83

Analogous Colors of #83942e

#83942e #50942e #94722e

Monochromatic Colors of #83942e

#83942e

Complementary Color

#83942e #3f2e94

#83942e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83942e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83942e Color CSS Codes

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

#83942e Text Font Color

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

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


#83942e Background Color

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

This div background color is #83942e


#83942e Border Color

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

This div border color is #83942e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83942e


Comments

No comments written yet.

Please login to write comment.