Color Hex Logo

#83951e Color Hex

#83951E
(131,149,30)
0 Favorites   0 Comments

Color spaces of #83951e

RGB 13114930
HSL0.190.660.35
HSV69°80°58°
CMYK 0.120.000.80   0.42
XYZ20.341926.41395.2546
Yxy26.41390.39110.5079
Hunter Lab51.3945-19.290129.9143
CIE-Lab58.4279-21.729555.5085

#83951e color RGB value is (131,149,30).

#83951e hex color red value is 131, green value is 149 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #83951e hue: 0.19 , saturation: 0.66 and the lightness value of 83951e is 0.35.

The process color (four color CMYK) of #83951e color hex is 0.12, 0.00, 0.80, 0.42. Web safe color of #83951e is #999933. Color #83951e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010101 00011110
Octal 203 225 36
Decimal 131 149 30
Hex 83 95 1E

RGB Percentages of Color #83951e

%42.26
%48.06
%9.68

CMYK Percentages of Color #83951e

%12
%0
%80
%42

Triadic Colors of #83951e

#83951e #1e8395 #951e83

Analogous Colors of #83951e

#83951e #47951e #956c1e

Monochromatic Colors of #83951e

#83951e

Complementary Color

#83951e #301e95

#83951e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83951e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83951e Color CSS Codes

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

#83951e Text Font Color

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

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


#83951e Background Color

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

This div background color is #83951e


#83951e Border Color

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

This div border color is #83951e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83951e


Comments

No comments written yet.

Please login to write comment.