Color Hex Logo

#83801f Color Hex

#83801F
(131,128,31)
0 Favorites   0 Comments

Color spaces of #83801f

RGB 13112831
HSL0.160.620.32
HSV58°76°51°
CMYK 0.000.020.76   0.49
XYZ17.326620.36264.3135
Yxy20.36260.41250.4848
Hunter Lab45.1249-10.430125.9199
CIE-Lab52.2447-10.652749.4839

#83801f color RGB value is (131,128,31).

#83801f hex color red value is 131, green value is 128 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #83801f hue: 0.16 , saturation: 0.62 and the lightness value of 83801f is 0.32.

The process color (four color CMYK) of #83801f color hex is 0.00, 0.02, 0.76, 0.49. Web safe color of #83801f is #999933. Color #83801f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000000 00011111
Octal 203 200 37
Decimal 131 128 31
Hex 83 80 1F

RGB Percentages of Color #83801f

%45.17
%44.14
%10.69

CMYK Percentages of Color #83801f

%0
%2
%76
%49

Triadic Colors of #83801f

#83801f #1f8380 #801f83

Analogous Colors of #83801f

#83801f #54831f #834e1f

Monochromatic Colors of #83801f

#83801f

Complementary Color

#83801f #1f2283

#83801f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83801f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83801f Color CSS Codes

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

#83801f Text Font Color

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

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


#83801f Background Color

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

This div background color is #83801f


#83801f Border Color

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

This div border color is #83801f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83801f


Comments

No comments written yet.

Please login to write comment.