Color Hex Logo

#825429 Color Hex

#825429
(130,84,41)
0 Favorites   0 Comments

Color spaces of #825429

RGB 1308441
HSL0.080.520.34
HSV29°68°51°
CMYK 0.000.350.68   0.49
XYZ12.776511.24663.5952
Yxy11.24660.46260.4072
Hunter Lab33.53609.316917.1190
CIE-Lab39.992714.782432.3763

#825429 color RGB value is (130,84,41).

#825429 hex color red value is 130, green value is 84 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #825429 hue: 0.08 , saturation: 0.52 and the lightness value of 825429 is 0.34.

The process color (four color CMYK) of #825429 color hex is 0.00, 0.35, 0.68, 0.49. Web safe color of #825429 is #996633. Color #825429 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010100 00101001
Octal 202 124 51
Decimal 130 84 41
Hex 82 54 29

RGB Percentages of Color #825429

%50.98
%32.94
%16.08

CMYK Percentages of Color #825429

%0
%35
%68
%49

Triadic Colors of #825429

#825429 #298254 #542982

Analogous Colors of #825429

#825429 #828129 #82292b

Monochromatic Colors of #825429

#825429

Complementary Color

#825429 #295782

#825429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825429 Color CSS Codes

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

#825429 Text Font Color

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

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


#825429 Background Color

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

This div background color is #825429


#825429 Border Color

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

This div border color is #825429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825429


Comments

No comments written yet.

Please login to write comment.