Color Hex Logo

#826a6c Color Hex

#826A6C
(130,106,108)
0 Favorites   0 Comments

Color spaces of #826a6c

RGB 130106108
HSL0.990.100.46
HSV355°18°51°
CMYK 0.000.180.17   0.49
XYZ17.066716.136616.4025
Yxy16.13660.34400.3253
Hunter Lab40.17045.53893.9098
CIE-Lab47.15329.86892.4673

#826a6c color RGB value is (130,106,108).

#826a6c hex color red value is 130, green value is 106 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #826a6c hue: 0.99 , saturation: 0.10 and the lightness value of 826a6c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101010 01101100
Octal 202 152 154
Decimal 130 106 108
Hex 82 6A 6C

RGB Percentages of Color #826a6c

%37.79
%30.81
%31.40

CMYK Percentages of Color #826a6c

%0
%18
%17
%49

Triadic Colors of #826a6c

#826a6c #6c826a #6a6c82

Analogous Colors of #826a6c

#826a6c #82746a #826a78

Monochromatic Colors of #826a6c

#826a6c

Complementary Color

#826a6c #6a8280

#826a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#826a6c Color CSS Codes

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

#826a6c Text Font Color

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

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


#826a6c Background Color

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

This div background color is #826a6c


#826a6c Border Color

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

This div border color is #826a6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826a6c


Comments

No comments written yet.

Please login to write comment.