Color Hex Logo

#83973f Color Hex

#83973F
(131,151,63)
0 Favorites   0 Comments

Color spaces of #83973f

RGB 13115163
HSL0.200.410.42
HSV74°58°59°
CMYK 0.130.000.58   0.41
XYZ21.323927.31748.8515
Yxy27.31740.37090.4751
Hunter Lab52.2661-18.639826.5452
CIE-Lab59.2670-20.609143.1312

#83973f color RGB value is (131,151,63).

#83973f hex color red value is 131, green value is 151 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #83973f hue: 0.20 , saturation: 0.41 and the lightness value of 83973f is 0.42.

The process color (four color CMYK) of #83973f color hex is 0.13, 0.00, 0.58, 0.41. Web safe color of #83973f is #999933. Color #83973f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010111 00111111
Octal 203 227 77
Decimal 131 151 63
Hex 83 97 3F

RGB Percentages of Color #83973f

%37.97
%43.77
%18.26

CMYK Percentages of Color #83973f

%13
%0
%58
%41

Triadic Colors of #83973f

#83973f #3f8397 #973f83

Analogous Colors of #83973f

#83973f #57973f #977f3f

Monochromatic Colors of #83973f

#83973f

Complementary Color

#83973f #533f97

#83973f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83973f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83973f Color CSS Codes

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

#83973f Text Font Color

<p style="color:#83973f">Text here</p>

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


#83973f Background Color

<div style="background-color:#83973f">
Div content here</div>

This div background color is #83973f


#83973f Border Color

<div style="border:3px solid #83973f">
Div here</div>

This div border color is #83973f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,151,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83973f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83973f;
  -webkit-box-shadow: 1px 1px 3px 2px #83973f;
  box-shadow:         1px 1px 3px 2px #83973f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83973f


Comments

No comments written yet.

Please login to write comment.