Color Hex Logo

#825229 Color Hex

#825229
(130,82,41)
0 Favorites   0 Comments

Color spaces of #825229

RGB 1308241
HSL0.080.520.34
HSV28°68°51°
CMYK 0.000.370.68   0.49
XYZ12.623510.94053.5442
Yxy10.94050.46570.4036
Hunter Lab33.076410.240116.8005
CIE-Lab39.480115.965731.7972

#825229 color RGB value is (130,82,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010010 00101001
Octal 202 122 51
Decimal 130 82 41
Hex 82 52 29

RGB Percentages of Color #825229

%51.38
%32.41
%16.21

CMYK Percentages of Color #825229

%0
%37
%68
%49

Triadic Colors of #825229

#825229 #298252 #522982

Analogous Colors of #825229

#825229 #827f29 #82292d

Monochromatic Colors of #825229

#825229

Complementary Color

#825229 #295982

#825229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825229 Color CSS Codes

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

#825229 Text Font Color

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

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


#825229 Background Color

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

This div background color is #825229


#825229 Border Color

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

This div border color is #825229


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,82,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 #825229">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825229


Comments

No comments written yet.

Please login to write comment.