Color Hex Logo

#825709 Color Hex

#825709
(130,87,9)
0 Favorites   0 Comments

Color spaces of #825709

RGB 130879
HSL0.110.870.27
HSV39°93°51°
CMYK 0.000.330.93   0.49
XYZ12.663411.58191.8265
Yxy11.58190.48570.4442
Hunter Lab34.03226.863620.6405
CIE-Lab40.543711.649446.2916

#825709 color RGB value is (130,87,9).

#825709 hex color red value is 130, green value is 87 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #825709 hue: 0.11 , saturation: 0.87 and the lightness value of 825709 is 0.27.

The process color (four color CMYK) of #825709 color hex is 0.00, 0.33, 0.93, 0.49. Web safe color of #825709 is #996600. Color #825709 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010111 00001001
Octal 202 127 11
Decimal 130 87 9
Hex 82 57 9

RGB Percentages of Color #825709

%57.52
%38.50
%3.98

CMYK Percentages of Color #825709

%0
%33
%93
%49

Triadic Colors of #825709

#825709 #098257 #570982

Analogous Colors of #825709

#825709 #718209 #821b09

Monochromatic Colors of #825709

#825709

Complementary Color

#825709 #093482

#825709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825709 Color CSS Codes

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

#825709 Text Font Color

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

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


#825709 Background Color

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

This div background color is #825709


#825709 Border Color

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

This div border color is #825709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825709


Comments

No comments written yet.

Please login to write comment.