Color Hex Logo

#826b0a Color Hex

#826B0A
(130,107,10)
0 Favorites   0 Comments

Color spaces of #826b0a

RGB 13010710
HSL0.130.860.27
HSV49°92°51°
CMYK 0.000.180.92   0.49
XYZ14.518415.28312.4719
Yxy15.28310.44990.4736
Hunter Lab39.0936-2.123323.6166
CIE-Lab46.0195-0.047450.2993

#826b0a color RGB value is (130,107,10).

#826b0a hex color red value is 130, green value is 107 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #826b0a hue: 0.13 , saturation: 0.86 and the lightness value of 826b0a is 0.27.

The process color (four color CMYK) of #826b0a color hex is 0.00, 0.18, 0.92, 0.49. Web safe color of #826b0a is #996600. Color #826b0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101011 00001010
Octal 202 153 12
Decimal 130 107 10
Hex 82 6B A

RGB Percentages of Color #826b0a

%52.63
%43.32
%4.05

CMYK Percentages of Color #826b0a

%0
%18
%92
%49

Triadic Colors of #826b0a

#826b0a #0a826b #6b0a82

Analogous Colors of #826b0a

#826b0a #5d820a #822f0a

Monochromatic Colors of #826b0a

#826b0a

Complementary Color

#826b0a #0a2182

#826b0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826b0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#826b0a Color CSS Codes

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

#826b0a Text Font Color

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

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


#826b0a Background Color

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

This div background color is #826b0a


#826b0a Border Color

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

This div border color is #826b0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826b0a


Comments

No comments written yet.

Please login to write comment.