Color Hex Logo

#826007 Color Hex

#826007
(130,96,7)
0 Favorites   0 Comments

Color spaces of #826007

RGB 130967
HSL0.120.900.27
HSV43°95°51°
CMYK 0.000.260.95   0.49
XYZ13.427113.12692.0271
Yxy13.12690.46980.4593
Hunter Lab36.23112.747122.0445
CIE-Lab42.95386.294848.6373

#826007 color RGB value is (130,96,7).

#826007 hex color red value is 130, green value is 96 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #826007 hue: 0.12 , saturation: 0.90 and the lightness value of 826007 is 0.27.

The process color (four color CMYK) of #826007 color hex is 0.00, 0.26, 0.95, 0.49. Web safe color of #826007 is #996600. Color #826007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100000 00000111
Octal 202 140 7
Decimal 130 96 7
Hex 82 60 7

RGB Percentages of Color #826007

%55.79
%41.20
%3.00

CMYK Percentages of Color #826007

%0
%26
%95
%49

Triadic Colors of #826007

#826007 #078260 #600782

Analogous Colors of #826007

#826007 #678207 #822307

Monochromatic Colors of #826007

#826007

Complementary Color

#826007 #072982

#826007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826007 Color CSS Codes

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

#826007 Text Font Color

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

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


#826007 Background Color

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

This div background color is #826007


#826007 Border Color

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

This div border color is #826007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826007


Comments

No comments written yet.

Please login to write comment.