Color Hex Logo

#82812c Color Hex

#82812C
(130,129,44)
0 Favorites   0 Comments

Color spaces of #82812c

RGB 13012944
HSL0.160.490.34
HSV59°66°51°
CMYK 0.000.010.66   0.49
XYZ17.510820.62825.4416
Yxy20.62820.40180.4733
Hunter Lab45.4183-10.662224.6892
CIE-Lab52.5402-10.925044.5036

#82812c color RGB value is (130,129,44).

#82812c hex color red value is 130, green value is 129 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #82812c hue: 0.16 , saturation: 0.49 and the lightness value of 82812c is 0.34.

The process color (four color CMYK) of #82812c color hex is 0.00, 0.01, 0.66, 0.49. Web safe color of #82812c is #999933. Color #82812c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000001 00101100
Octal 202 201 54
Decimal 130 129 44
Hex 82 81 2C

RGB Percentages of Color #82812c

%42.90
%42.57
%14.52

CMYK Percentages of Color #82812c

%0
%1
%66
%49

Triadic Colors of #82812c

#82812c #2c8281 #812c82

Analogous Colors of #82812c

#82812c #58822c #82562c

Monochromatic Colors of #82812c

#82812c

Complementary Color

#82812c #2c2d82

#82812c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82812c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82812c Color CSS Codes

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

#82812c Text Font Color

<p style="color:#82812c">Text here</p>

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


#82812c Background Color

<div style="background-color:#82812c">
Div content here</div>

This div background color is #82812c


#82812c Border Color

<div style="border:3px solid #82812c">
Div here</div>

This div border color is #82812c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,129,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82812c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82812c;
  -webkit-box-shadow: 1px 1px 3px 2px #82812c;
  box-shadow:         1px 1px 3px 2px #82812c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82812c


Comments

No comments written yet.

Please login to write comment.