Color Hex Logo

#82831a Color Hex

#82831A
(130,131,26)
0 Favorites   0 Comments

Color spaces of #82831a

RGB 13013126
HSL0.170.670.31
HSV61°80°51°
CMYK 0.010.000.80   0.49
XYZ17.508721.05304.1181
Yxy21.05300.41020.4933
Hunter Lab45.8835-12.182426.7971
CIE-Lab53.0075-12.950651.8444

#82831a color RGB value is (130,131,26).

#82831a hex color red value is 130, green value is 131 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #82831a hue: 0.17 , saturation: 0.67 and the lightness value of 82831a is 0.31.

The process color (four color CMYK) of #82831a color hex is 0.01, 0.00, 0.80, 0.49. Web safe color of #82831a is #999933. Color #82831a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000011 00011010
Octal 202 203 32
Decimal 130 131 26
Hex 82 83 1A

RGB Percentages of Color #82831a

%45.30
%45.64
%9.06

CMYK Percentages of Color #82831a

%1
%0
%80
%49

Triadic Colors of #82831a

#82831a #1a8283 #831a82

Analogous Colors of #82831a

#82831a #4e831a #83501a

Monochromatic Colors of #82831a

#82831a

Complementary Color

#82831a #1b1a83

#82831a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82831a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82831a Color CSS Codes

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

#82831a Text Font Color

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

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


#82831a Background Color

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

This div background color is #82831a


#82831a Border Color

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

This div border color is #82831a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82831a


Comments

No comments written yet.

Please login to write comment.