Color Hex Logo

#82544a Color Hex

#82544A
(130,84,74)
0 Favorites   0 Comments

Color spaces of #82544a

RGB 1308474
HSL0.030.270.40
HSV11°43°51°
CMYK 0.000.350.43   0.49
XYZ13.612311.58097.9965
Yxy11.58090.41010.3489
Hunter Lab34.030711.84639.8896
CIE-Lab40.542117.881913.7316

#82544a color RGB value is (130,84,74).

#82544a hex color red value is 130, green value is 84 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #82544a hue: 0.03 , saturation: 0.27 and the lightness value of 82544a is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010100 01001010
Octal 202 124 112
Decimal 130 84 74
Hex 82 54 4A

RGB Percentages of Color #82544a

%45.14
%29.17
%25.69

CMYK Percentages of Color #82544a

%0
%35
%43
%49

Triadic Colors of #82544a

#82544a #4a8254 #544a82

Analogous Colors of #82544a

#82544a #82704a #824a5c

Monochromatic Colors of #82544a

#82544a

Complementary Color

#82544a #4a7882

#82544a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82544a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82544a Color CSS Codes

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

#82544a Text Font Color

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

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


#82544a Background Color

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

This div background color is #82544a


#82544a Border Color

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

This div border color is #82544a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82544a


Comments

No comments written yet.

Please login to write comment.