Color Hex Logo

#827847 Color Hex

#827847
(130,120,71)
0 Favorites   0 Comments

Color spaces of #827847

RGB 13012071
HSL0.140.290.39
HSV50°45°51°
CMYK 0.000.080.45   0.49
XYZ17.059718.63378.6588
Yxy18.63370.38460.4201
Hunter Lab43.1668-4.997918.3238
CIE-Lab50.2559-3.543328.2282

#827847 color RGB value is (130,120,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111000 01000111
Octal 202 170 107
Decimal 130 120 71
Hex 82 78 47

RGB Percentages of Color #827847

%40.50
%37.38
%22.12

CMYK Percentages of Color #827847

%0
%8
%45
%49

Triadic Colors of #827847

#827847 #478278 #784782

Analogous Colors of #827847

#827847 #6f8247 #825b47

Monochromatic Colors of #827847

#827847

Complementary Color

#827847 #475182

#827847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827847 Color CSS Codes

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

#827847 Text Font Color

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

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


#827847 Background Color

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

This div background color is #827847


#827847 Border Color

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

This div border color is #827847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827847


Comments

No comments written yet.

Please login to write comment.