Color Hex Logo

#825626 Color Hex

#825626
(130,86,38)
0 Favorites   0 Comments

Color spaces of #825626

RGB 1308638
HSL0.090.550.33
HSV31°71°51°
CMYK 0.000.340.71   0.49
XYZ12.883611.54133.3824
Yxy11.54130.46330.4150
Hunter Lab33.97258.241817.8777
CIE-Lab40.477613.406234.5040

#825626 color RGB value is (130,86,38).

#825626 hex color red value is 130, green value is 86 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #825626 hue: 0.09 , saturation: 0.55 and the lightness value of 825626 is 0.33.

The process color (four color CMYK) of #825626 color hex is 0.00, 0.34, 0.71, 0.49. Web safe color of #825626 is #996633. Color #825626 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010110 00100110
Octal 202 126 46
Decimal 130 86 38
Hex 82 56 26

RGB Percentages of Color #825626

%51.18
%33.86
%14.96

CMYK Percentages of Color #825626

%0
%34
%71
%49

Triadic Colors of #825626

#825626 #268256 #562682

Analogous Colors of #825626

#825626 #808226 #822826

Monochromatic Colors of #825626

#825626

Complementary Color

#825626 #265282

#825626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825626 Color CSS Codes

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

#825626 Text Font Color

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

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


#825626 Background Color

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

This div background color is #825626


#825626 Border Color

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

This div border color is #825626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825626


Comments

No comments written yet.

Please login to write comment.