Color Hex Logo

#82645e Color Hex

#82645E
(130,100,94)
0 Favorites   0 Comments

Color spaces of #82645e

RGB 13010094
HSL0.030.160.44
HSV10°28°51°
CMYK 0.000.230.28   0.49
XYZ15.783514.668312.5891
Yxy14.66830.36670.3408
Hunter Lab38.29926.53817.3206
CIE-Lab45.176511.13458.0432

#82645e color RGB value is (130,100,94).

#82645e hex color red value is 130, green value is 100 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #82645e hue: 0.03 , saturation: 0.16 and the lightness value of 82645e is 0.44.

The process color (four color CMYK) of #82645e color hex is 0.00, 0.23, 0.28, 0.49. Web safe color of #82645e is #996666. Color #82645e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100100 01011110
Octal 202 144 136
Decimal 130 100 94
Hex 82 64 5E

RGB Percentages of Color #82645e

%40.12
%30.86
%29.01

CMYK Percentages of Color #82645e

%0
%23
%28
%49

Triadic Colors of #82645e

#82645e #5e8264 #645e82

Analogous Colors of #82645e

#82645e #82765e #825e6a

Monochromatic Colors of #82645e

#82645e

Complementary Color

#82645e #5e7c82

#82645e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82645e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82645e Color CSS Codes

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

#82645e Text Font Color

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

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


#82645e Background Color

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

This div background color is #82645e


#82645e Border Color

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

This div border color is #82645e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,100,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82645e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82645e;
  -webkit-box-shadow: 1px 1px 3px 2px #82645e;
  box-shadow:         1px 1px 3px 2px #82645e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82645e


Comments

No comments written yet.

Please login to write comment.