Color Hex Logo

#82624d Color Hex

#82624D
(130,98,77)
0 Favorites   0 Comments

Color spaces of #82624d

RGB 1309877
HSL0.070.260.41
HSV24°41°51°
CMYK 0.000.250.41   0.49
XYZ14.913214.01708.9407
Yxy14.01700.39380.3701
Hunter Lab37.43935.583212.0487
CIE-Lab44.25739.949516.9624

#82624d color RGB value is (130,98,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100010 01001101
Octal 202 142 115
Decimal 130 98 77
Hex 82 62 4D

RGB Percentages of Color #82624d

%42.62
%32.13
%25.25

CMYK Percentages of Color #82624d

%0
%25
%41
%49

Triadic Colors of #82624d

#82624d #4d8262 #624d82

Analogous Colors of #82624d

#82624d #827d4d #824d53

Monochromatic Colors of #82624d

#82624d

Complementary Color

#82624d #4d6d82

#82624d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82624d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82624d Color CSS Codes

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

#82624d Text Font Color

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

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


#82624d Background Color

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

This div background color is #82624d


#82624d Border Color

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

This div border color is #82624d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82624d


Comments

No comments written yet.

Please login to write comment.