Color Hex Logo

#826e1f Color Hex

#826E1F
(130,110,31)
0 Favorites   0 Comments

Color spaces of #826e1f

RGB 13011031
HSL0.130.610.32
HSV48°76°51°
CMYK 0.000.150.76   0.49
XYZ15.029215.99663.5919
Yxy15.99660.43410.4621
Hunter Lab39.9957-2.917622.6724
CIE-Lab46.9700-1.045944.4257

#826e1f color RGB value is (130,110,31).

#826e1f hex color red value is 130, green value is 110 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #826e1f hue: 0.13 , saturation: 0.61 and the lightness value of 826e1f is 0.32.

The process color (four color CMYK) of #826e1f color hex is 0.00, 0.15, 0.76, 0.49. Web safe color of #826e1f is #996633. Color #826e1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101110 00011111
Octal 202 156 37
Decimal 130 110 31
Hex 82 6E 1F

RGB Percentages of Color #826e1f

%47.97
%40.59
%11.44

CMYK Percentages of Color #826e1f

%0
%15
%76
%49

Triadic Colors of #826e1f

#826e1f #1f826e #6e1f82

Analogous Colors of #826e1f

#826e1f #65821f #823d1f

Monochromatic Colors of #826e1f

#826e1f

Complementary Color

#826e1f #1f3382

#826e1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826e1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#826e1f Color CSS Codes

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

#826e1f Text Font Color

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

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


#826e1f Background Color

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

This div background color is #826e1f


#826e1f Border Color

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

This div border color is #826e1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826e1f


Comments

No comments written yet.

Please login to write comment.