Color Hex Logo

#826810 Color Hex

#826810
(130,104,16)
0 Favorites   0 Comments

Color spaces of #826810

RGB 13010416
HSL0.130.780.29
HSV46°88°51°
CMYK 0.000.200.88   0.49
XYZ14.249814.68392.5734
Yxy14.68390.45230.4661
Hunter Lab38.3196-0.680922.8420
CIE-Lab45.19821.834448.1184

#826810 color RGB value is (130,104,16).

#826810 hex color red value is 130, green value is 104 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #826810 hue: 0.13 , saturation: 0.78 and the lightness value of 826810 is 0.29.

The process color (four color CMYK) of #826810 color hex is 0.00, 0.20, 0.88, 0.49. Web safe color of #826810 is #996600. Color #826810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101000 00010000
Octal 202 150 20
Decimal 130 104 16
Hex 82 68 10

RGB Percentages of Color #826810

%52.00
%41.60
%6.40

CMYK Percentages of Color #826810

%0
%20
%88
%49

Triadic Colors of #826810

#826810 #108268 #681082

Analogous Colors of #826810

#826810 #638210 #822f10

Monochromatic Colors of #826810

#826810

Complementary Color

#826810 #102a82

#826810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826810 Color CSS Codes

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

#826810 Text Font Color

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

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


#826810 Background Color

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

This div background color is #826810


#826810 Border Color

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

This div border color is #826810


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,104,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826810; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826810;
  -webkit-box-shadow: 1px 1px 3px 2px #826810;
  box-shadow:         1px 1px 3px 2px #826810; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826810


Comments

No comments written yet.

Please login to write comment.