Color Hex Logo

#826c71 Color Hex

#826C71
(130,108,113)
0 Favorites   0 Comments

Color spaces of #826c71

RGB 130108113
HSL0.960.090.47
HSV346°17°51°
CMYK 0.000.170.13   0.49
XYZ17.549116.663217.9142
Yxy16.66320.33670.3197
Hunter Lab40.82065.30262.5549
CIE-Lab47.83289.57250.4654

#826c71 color RGB value is (130,108,113).

#826c71 hex color red value is 130, green value is 108 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #826c71 hue: 0.96 , saturation: 0.09 and the lightness value of 826c71 is 0.47.

The process color (four color CMYK) of #826c71 color hex is 0.00, 0.17, 0.13, 0.49. Web safe color of #826c71 is #996666. Color #826c71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101100 01110001
Octal 202 154 161
Decimal 130 108 113
Hex 82 6C 71

RGB Percentages of Color #826c71

%37.04
%30.77
%32.19

CMYK Percentages of Color #826c71

%0
%17
%13
%49

Triadic Colors of #826c71

#826c71 #71826c #6c7182

Analogous Colors of #826c71

#826c71 #82726c #826c7c

Monochromatic Colors of #826c71

#826c71

Complementary Color

#826c71 #6c827d

#826c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826c71 Color CSS Codes

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

#826c71 Text Font Color

<p style="color:#826c71">Text here</p>

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


#826c71 Background Color

<div style="background-color:#826c71">
Div content here</div>

This div background color is #826c71


#826c71 Border Color

<div style="border:3px solid #826c71">
Div here</div>

This div border color is #826c71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,108,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826c71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826c71;
  -webkit-box-shadow: 1px 1px 3px 2px #826c71;
  box-shadow:         1px 1px 3px 2px #826c71; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826c71


Comments

No comments written yet.

Please login to write comment.