Color Hex Logo

#82592d Color Hex

#82592D
(130,89,45)
0 Favorites   0 Comments

Color spaces of #82592d

RGB 1308945
HSL0.090.490.34
HSV31°65°51°
CMYK 0.000.320.65   0.49
XYZ13.252012.08004.1159
Yxy12.08000.45000.4102
Hunter Lab34.75637.235617.3082
CIE-Lab41.343012.101231.7452

#82592d color RGB value is (130,89,45).

#82592d hex color red value is 130, green value is 89 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #82592d hue: 0.09 , saturation: 0.49 and the lightness value of 82592d is 0.34.

The process color (four color CMYK) of #82592d color hex is 0.00, 0.32, 0.65, 0.49. Web safe color of #82592d is #996633. Color #82592d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011001 00101101
Octal 202 131 55
Decimal 130 89 45
Hex 82 59 2D

RGB Percentages of Color #82592d

%49.24
%33.71
%17.05

CMYK Percentages of Color #82592d

%0
%32
%65
%49

Triadic Colors of #82592d

#82592d #2d8259 #592d82

Analogous Colors of #82592d

#82592d #81822d #822f2d

Monochromatic Colors of #82592d

#82592d

Complementary Color

#82592d #2d5682

#82592d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82592d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82592d Color CSS Codes

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

#82592d Text Font Color

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

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


#82592d Background Color

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

This div background color is #82592d


#82592d Border Color

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

This div border color is #82592d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,89,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82592d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82592d;
  -webkit-box-shadow: 1px 1px 3px 2px #82592d;
  box-shadow:         1px 1px 3px 2px #82592d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82592d


Comments

No comments written yet.

Please login to write comment.