Color Hex Logo

#826f5f Color Hex

#826F5F
(130,111,95)
0 Favorites   0 Comments

Color spaces of #826f5f

RGB 13011195
HSL0.080.160.44
HSV27°27°51°
CMYK 0.000.150.27   0.49
XYZ16.955916.940913.2027
Yxy16.94090.36000.3597
Hunter Lab41.15931.50569.7930
CIE-Lab48.18554.807611.6732

#826f5f color RGB value is (130,111,95).

#826f5f hex color red value is 130, green value is 111 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #826f5f hue: 0.08 , saturation: 0.16 and the lightness value of 826f5f is 0.44.

The process color (four color CMYK) of #826f5f color hex is 0.00, 0.15, 0.27, 0.49. Web safe color of #826f5f is #996666. Color #826f5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101111 01011111
Octal 202 157 137
Decimal 130 111 95
Hex 82 6F 5F

RGB Percentages of Color #826f5f

%38.69
%33.04
%28.27

CMYK Percentages of Color #826f5f

%0
%15
%27
%49

Triadic Colors of #826f5f

#826f5f #5f826f #6f5f82

Analogous Colors of #826f5f

#826f5f #82815f #825f61

Monochromatic Colors of #826f5f

#826f5f

Complementary Color

#826f5f #5f7282

#826f5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826f5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#826f5f Color CSS Codes

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

#826f5f Text Font Color

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

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


#826f5f Background Color

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

This div background color is #826f5f


#826f5f Border Color

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

This div border color is #826f5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826f5f


Comments

No comments written yet.

Please login to write comment.