Color Hex Logo

#825619 Color Hex

#825619
(130,86,25)
0 Favorites   0 Comments

Color spaces of #825619

RGB 1308625
HSL0.100.680.30
HSV35°81°51°
CMYK 0.000.340.81   0.49
XYZ12.709211.47162.4641
Yxy11.47160.47700.4305
Hunter Lab33.86987.707819.3953
CIE-Lab40.363712.733040.6075

#825619 color RGB value is (130,86,25).

#825619 hex color red value is 130, green value is 86 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #825619 hue: 0.10 , saturation: 0.68 and the lightness value of 825619 is 0.30.

The process color (four color CMYK) of #825619 color hex is 0.00, 0.34, 0.81, 0.49. Web safe color of #825619 is #996600. Color #825619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010110 00011001
Octal 202 126 31
Decimal 130 86 25
Hex 82 56 19

RGB Percentages of Color #825619

%53.94
%35.68
%10.37

CMYK Percentages of Color #825619

%0
%34
%81
%49

Triadic Colors of #825619

#825619 #198256 #561982

Analogous Colors of #825619

#825619 #7a8219 #822219

Monochromatic Colors of #825619

#825619

Complementary Color

#825619 #194582

#825619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825619 Color CSS Codes

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

#825619 Text Font Color

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

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


#825619 Background Color

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

This div background color is #825619


#825619 Border Color

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

This div border color is #825619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825619


Comments

No comments written yet.

Please login to write comment.