Color Hex Logo

#827737 Color Hex

#827737
(130,119,55)
0 Favorites   0 Comments

Color spaces of #827737

RGB 13011955
HSL0.140.410.36
HSV51°58°51°
CMYK 0.000.080.58   0.49
XYZ16.492318.21536.2611
Yxy18.21530.40260.4446
Hunter Lab42.6794-5.712421.1777
CIE-Lab49.7562-4.551836.1770

#827737 color RGB value is (130,119,55).

#827737 hex color red value is 130, green value is 119 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #827737 hue: 0.14 , saturation: 0.41 and the lightness value of 827737 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110111 00110111
Octal 202 167 67
Decimal 130 119 55
Hex 82 77 37

RGB Percentages of Color #827737

%42.76
%39.14
%18.09

CMYK Percentages of Color #827737

%0
%8
%58
%49

Triadic Colors of #827737

#827737 #378277 #773782

Analogous Colors of #827737

#827737 #688237 #825237

Monochromatic Colors of #827737

#827737

Complementary Color

#827737 #374282

#827737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827737 Color CSS Codes

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

#827737 Text Font Color

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

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


#827737 Background Color

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

This div background color is #827737


#827737 Border Color

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

This div border color is #827737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827737


Comments

No comments written yet.

Please login to write comment.