Color Hex Logo

#83943a Color Hex

#83943A
(131,148,58)
0 Favorites   0 Comments

Color spaces of #83943a

RGB 13114858
HSL0.200.440.40
HSV71°61°58°
CMYK 0.110.000.61   0.42
XYZ20.713726.31067.9897
Yxy26.31060.37650.4783
Hunter Lab51.2939-17.681626.6705
CIE-Lab58.3307-19.499644.4253

#83943a color RGB value is (131,148,58).

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

The process color (four color CMYK) of #83943a color hex is 0.11, 0.00, 0.61, 0.42. Web safe color of #83943a is #999933. Color #83943a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010100 00111010
Octal 203 224 72
Decimal 131 148 58
Hex 83 94 3A

RGB Percentages of Color #83943a

%38.87
%43.92
%17.21

CMYK Percentages of Color #83943a

%11
%0
%61
%42

Triadic Colors of #83943a

#83943a #3a8394 #943a83

Analogous Colors of #83943a

#83943a #56943a #94783a

Monochromatic Colors of #83943a

#83943a

Complementary Color

#83943a #4b3a94

#83943a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83943a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83943a Color CSS Codes

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

#83943a Text Font Color

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

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


#83943a Background Color

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

This div background color is #83943a


#83943a Border Color

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

This div border color is #83943a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83943a


Comments

No comments written yet.

Please login to write comment.