Color Hex Logo

#82714d Color Hex

#82714D
(130,113,77)
0 Favorites   0 Comments

Color spaces of #82714d

RGB 13011377
HSL0.110.260.41
HSV41°41°51°
CMYK 0.000.130.41   0.49
XYZ16.450617.09199.4532
Yxy17.09190.38260.3975
Hunter Lab41.3424-1.321915.3826
CIE-Lab48.37561.163822.4327

#82714d color RGB value is (130,113,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110001 01001101
Octal 202 161 115
Decimal 130 113 77
Hex 82 71 4D

RGB Percentages of Color #82714d

%40.63
%35.31
%24.06

CMYK Percentages of Color #82714d

%0
%13
%41
%49

Triadic Colors of #82714d

#82714d #4d8271 #714d82

Analogous Colors of #82714d

#82714d #79824d #82574d

Monochromatic Colors of #82714d

#82714d

Complementary Color

#82714d #4d5e82

#82714d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82714d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82714d Color CSS Codes

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

#82714d Text Font Color

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

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


#82714d Background Color

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

This div background color is #82714d


#82714d Border Color

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

This div border color is #82714d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82714d

#82714d Color Palettes


Comments

No comments written yet.

Please login to write comment.