Color Hex Logo

#82884c Color Hex

#82884C
(130,136,76)
0 Favorites   0 Comments

Color spaces of #82884c

RGB 13013676
HSL0.180.280.42
HSV66°44°53°
CMYK 0.040.000.44   0.47
XYZ19.314622.875910.2350
Yxy22.87590.36840.4364
Hunter Lab47.8288-11.617020.7925
CIE-Lab54.9443-11.836031.3810

#82884c color RGB value is (130,136,76).

#82884c hex color red value is 130, green value is 136 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #82884c hue: 0.18 , saturation: 0.28 and the lightness value of 82884c is 0.42.

The process color (four color CMYK) of #82884c color hex is 0.04, 0.00, 0.44, 0.47. Web safe color of #82884c is #999933. Color #82884c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001000 01001100
Octal 202 210 114
Decimal 130 136 76
Hex 82 88 4C

RGB Percentages of Color #82884c

%38.01
%39.77
%22.22

CMYK Percentages of Color #82884c

%4
%0
%44
%47

Triadic Colors of #82884c

#82884c #4c8288 #884c82

Analogous Colors of #82884c

#82884c #64884c #88704c

Monochromatic Colors of #82884c

#82884c

Complementary Color

#82884c #524c88

#82884c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82884c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82884c Color CSS Codes

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

#82884c Text Font Color

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

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


#82884c Background Color

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

This div background color is #82884c


#82884c Border Color

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

This div border color is #82884c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82884c


Comments

No comments written yet.

Please login to write comment.