Color Hex Logo

#826140 Color Hex

#826140
(130,97,64)
0 Favorites   0 Comments

Color spaces of #826140

RGB 1309764
HSL0.080.340.38
HSV30°51°51°
CMYK 0.000.250.51   0.49
XYZ14.406013.66546.7289
Yxy13.66540.41400.3927
Hunter Lab36.96674.869915.0844
CIE-Lab43.74929.047023.9435

#826140 color RGB value is (130,97,64).

#826140 hex color red value is 130, green value is 97 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #826140 hue: 0.08 , saturation: 0.34 and the lightness value of 826140 is 0.38.

The process color (four color CMYK) of #826140 color hex is 0.00, 0.25, 0.51, 0.49. Web safe color of #826140 is #996633. Color #826140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100001 01000000
Octal 202 141 100
Decimal 130 97 64
Hex 82 61 40

RGB Percentages of Color #826140

%44.67
%33.33
%21.99

CMYK Percentages of Color #826140

%0
%25
%51
%49

Triadic Colors of #826140

#826140 #408261 #614082

Analogous Colors of #826140

#826140 #828240 #824040

Monochromatic Colors of #826140

#826140

Complementary Color

#826140 #406182

#826140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826140 Color CSS Codes

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

#826140 Text Font Color

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

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


#826140 Background Color

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

This div background color is #826140


#826140 Border Color

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

This div border color is #826140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826140


Comments

No comments written yet.

Please login to write comment.