Color Hex Logo

#827359 Color Hex

#827359
(130,115,89)
0 Favorites   0 Comments

Color spaces of #827359

RGB 13011589
HSL0.110.190.43
HSV38°32°51°
CMYK 0.000.120.32   0.49
XYZ17.139817.728611.9698
Yxy17.72860.36590.3785
Hunter Lab42.1053-1.022512.6186
CIE-Lab49.16531.598316.5451

#827359 color RGB value is (130,115,89).

#827359 hex color red value is 130, green value is 115 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #827359 hue: 0.11 , saturation: 0.19 and the lightness value of 827359 is 0.43.

The process color (four color CMYK) of #827359 color hex is 0.00, 0.12, 0.32, 0.49. Web safe color of #827359 is #996666. Color #827359 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110011 01011001
Octal 202 163 131
Decimal 130 115 89
Hex 82 73 59

RGB Percentages of Color #827359

%38.92
%34.43
%26.65

CMYK Percentages of Color #827359

%0
%12
%32
%49

Triadic Colors of #827359

#827359 #598273 #735982

Analogous Colors of #827359

#827359 #7d8259 #825f59

Monochromatic Colors of #827359

#827359

Complementary Color

#827359 #596882

#827359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827359 Color CSS Codes

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

#827359 Text Font Color

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

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


#827359 Background Color

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

This div background color is #827359


#827359 Border Color

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

This div border color is #827359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827359


Comments

No comments written yet.

Please login to write comment.