Color Hex Logo

#827339 Color Hex

#827339
(130,115,57)
0 Favorites   0 Comments

Color spaces of #827339

RGB 13011557
HSL0.130.390.37
HSV48°56°51°
CMYK 0.000.120.56   0.49
XYZ16.075217.30276.3634
Yxy17.30270.40450.4354
Hunter Lab41.5965-3.811620.0474
CIE-Lab48.6392-2.108233.8330

#827339 color RGB value is (130,115,57).

#827339 hex color red value is 130, green value is 115 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #827339 hue: 0.13 , saturation: 0.39 and the lightness value of 827339 is 0.37.

The process color (four color CMYK) of #827339 color hex is 0.00, 0.12, 0.56, 0.49. Web safe color of #827339 is #996633. Color #827339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110011 00111001
Octal 202 163 71
Decimal 130 115 57
Hex 82 73 39

RGB Percentages of Color #827339

%43.05
%38.08
%18.87

CMYK Percentages of Color #827339

%0
%12
%56
%49

Triadic Colors of #827339

#827339 #398273 #733982

Analogous Colors of #827339

#827339 #6d8239 #824f39

Monochromatic Colors of #827339

#827339

Complementary Color

#827339 #394882

#827339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827339 Color CSS Codes

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

#827339 Text Font Color

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

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


#827339 Background Color

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

This div background color is #827339


#827339 Border Color

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

This div border color is #827339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827339


Comments

No comments written yet.

Please login to write comment.