Color Hex Logo

#82511d Color Hex

#82511D
(130,81,29)
0 Favorites   0 Comments

Color spaces of #82511d

RGB 1308129
HSL0.090.640.31
HSV31°78°51°
CMYK 0.000.380.78   0.49
XYZ12.370110.71942.5795
Yxy10.71940.48190.4176
Hunter Lab32.740510.145518.2471
CIE-Lab39.103815.869137.5656

#82511d color RGB value is (130,81,29).

#82511d hex color red value is 130, green value is 81 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #82511d hue: 0.09 , saturation: 0.64 and the lightness value of 82511d is 0.31.

The process color (four color CMYK) of #82511d color hex is 0.00, 0.38, 0.78, 0.49. Web safe color of #82511d is #996633. Color #82511d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010001 00011101
Octal 202 121 35
Decimal 130 81 29
Hex 82 51 1D

RGB Percentages of Color #82511d

%54.17
%33.75
%12.08

CMYK Percentages of Color #82511d

%0
%38
%78
%49

Triadic Colors of #82511d

#82511d #1d8251 #511d82

Analogous Colors of #82511d

#82511d #81821d #821f1d

Monochromatic Colors of #82511d

#82511d

Complementary Color

#82511d #1d4e82

#82511d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82511d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82511d Color CSS Codes

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

#82511d Text Font Color

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

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


#82511d Background Color

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

This div background color is #82511d


#82511d Border Color

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

This div border color is #82511d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82511d


Comments

No comments written yet.

Please login to write comment.