Color Hex Logo

#826d4f Color Hex

#826D4F
(130,109,79)
0 Favorites   0 Comments

Color spaces of #826d4f

RGB 13010979
HSL0.100.240.41
HSV35°39°51°
CMYK 0.000.160.39   0.49
XYZ16.085816.24769.6854
Yxy16.24760.38280.3867
Hunter Lab40.30830.694313.9694
CIE-Lab47.29773.735019.8549

#826d4f color RGB value is (130,109,79).

#826d4f hex color red value is 130, green value is 109 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #826d4f hue: 0.10 , saturation: 0.24 and the lightness value of 826d4f is 0.41.

The process color (four color CMYK) of #826d4f color hex is 0.00, 0.16, 0.39, 0.49. Web safe color of #826d4f is #996666. Color #826d4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101101 01001111
Octal 202 155 117
Decimal 130 109 79
Hex 82 6D 4F

RGB Percentages of Color #826d4f

%40.88
%34.28
%24.84

CMYK Percentages of Color #826d4f

%0
%16
%39
%49

Triadic Colors of #826d4f

#826d4f #4f826d #6d4f82

Analogous Colors of #826d4f

#826d4f #7e824f #82544f

Monochromatic Colors of #826d4f

#826d4f

Complementary Color

#826d4f #4f6482

#826d4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826d4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#826d4f Color CSS Codes

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

#826d4f Text Font Color

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

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


#826d4f Background Color

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

This div background color is #826d4f


#826d4f Border Color

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

This div border color is #826d4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826d4f


Comments

No comments written yet.

Please login to write comment.