Color Hex Logo

#827141 Color Hex

#827141
(130,113,65)
0 Favorites   0 Comments

Color spaces of #827141

RGB 13011365
HSL0.120.330.38
HSV44°50°51°
CMYK 0.000.130.50   0.49
XYZ16.065216.93777.4236
Yxy16.93770.39740.4190
Hunter Lab41.1554-2.343818.1141
CIE-Lab48.1814-0.192528.9527

#827141 color RGB value is (130,113,65).

#827141 hex color red value is 130, green value is 113 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #827141 hue: 0.12 , saturation: 0.33 and the lightness value of 827141 is 0.38.

The process color (four color CMYK) of #827141 color hex is 0.00, 0.13, 0.50, 0.49. Web safe color of #827141 is #996633. Color #827141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110001 01000001
Octal 202 161 101
Decimal 130 113 65
Hex 82 71 41

RGB Percentages of Color #827141

%42.21
%36.69
%21.10

CMYK Percentages of Color #827141

%0
%13
%50
%49

Triadic Colors of #827141

#827141 #418271 #714182

Analogous Colors of #827141

#827141 #738241 #825141

Monochromatic Colors of #827141

#827141

Complementary Color

#827141 #415282

#827141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827141 Color CSS Codes

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

#827141 Text Font Color

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

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


#827141 Background Color

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

This div background color is #827141


#827141 Border Color

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

This div border color is #827141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827141


Comments

No comments written yet.

Please login to write comment.