Color Hex Logo

#826547 Color Hex

#826547
(130,101,71)
0 Favorites   0 Comments

Color spaces of #826547

RGB 13010171
HSL0.080.290.39
HSV31°45°51°
CMYK 0.000.220.45   0.49
XYZ14.996914.50817.9712
Yxy14.50810.40020.3871
Hunter Lab38.08953.623814.2547
CIE-Lab44.95307.454521.4249

#826547 color RGB value is (130,101,71).

#826547 hex color red value is 130, green value is 101 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #826547 hue: 0.08 , saturation: 0.29 and the lightness value of 826547 is 0.39.

The process color (four color CMYK) of #826547 color hex is 0.00, 0.22, 0.45, 0.49. Web safe color of #826547 is #996633. Color #826547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100101 01000111
Octal 202 145 107
Decimal 130 101 71
Hex 82 65 47

RGB Percentages of Color #826547

%43.05
%33.44
%23.51

CMYK Percentages of Color #826547

%0
%22
%45
%49

Triadic Colors of #826547

#826547 #478265 #654782

Analogous Colors of #826547

#826547 #828247 #824847

Monochromatic Colors of #826547

#826547

Complementary Color

#826547 #476482

#826547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826547 Color CSS Codes

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

#826547 Text Font Color

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

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


#826547 Background Color

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

This div background color is #826547


#826547 Border Color

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

This div border color is #826547


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,101,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826547; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826547;
  -webkit-box-shadow: 1px 1px 3px 2px #826547;
  box-shadow:         1px 1px 3px 2px #826547; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826547


Comments

No comments written yet.

Please login to write comment.