Color Hex Logo

#82594d Color Hex

#82594D
(130,89,77)
0 Favorites   0 Comments

Color spaces of #82594d

RGB 1308977
HSL0.040.260.41
HSV14°41°51°
CMYK 0.000.320.41   0.49
XYZ14.117912.42648.6756
Yxy12.42640.40090.3528
Hunter Lab35.25119.799010.0840
CIE-Lab41.885915.289113.7417

#82594d color RGB value is (130,89,77).

#82594d hex color red value is 130, green value is 89 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #82594d hue: 0.04 , saturation: 0.26 and the lightness value of 82594d is 0.41.

The process color (four color CMYK) of #82594d color hex is 0.00, 0.32, 0.41, 0.49. Web safe color of #82594d is #996666. Color #82594d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011001 01001101
Octal 202 131 115
Decimal 130 89 77
Hex 82 59 4D

RGB Percentages of Color #82594d

%43.92
%30.07
%26.01

CMYK Percentages of Color #82594d

%0
%32
%41
%49

Triadic Colors of #82594d

#82594d #4d8259 #594d82

Analogous Colors of #82594d

#82594d #82744d #824d5c

Monochromatic Colors of #82594d

#82594d

Complementary Color

#82594d #4d7682

#82594d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82594d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82594d Color CSS Codes

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

#82594d Text Font Color

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

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


#82594d Background Color

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

This div background color is #82594d


#82594d Border Color

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

This div border color is #82594d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82594d


Comments

No comments written yet.

Please login to write comment.