Color Hex Logo

#826131 Color Hex

#826131
(130,97,49)
0 Favorites   0 Comments

Color spaces of #826131

RGB 1309749
HSL0.100.450.35
HSV36°62°51°
CMYK 0.000.250.62   0.49
XYZ14.035013.51704.7750
Yxy13.51700.43420.4181
Hunter Lab36.76553.801718.0354
CIE-Lab43.53217.674232.1126

#826131 color RGB value is (130,97,49).

#826131 hex color red value is 130, green value is 97 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #826131 hue: 0.10 , saturation: 0.45 and the lightness value of 826131 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100001 00110001
Octal 202 141 61
Decimal 130 97 49
Hex 82 61 31

RGB Percentages of Color #826131

%47.10
%35.14
%17.75

CMYK Percentages of Color #826131

%0
%25
%62
%49

Triadic Colors of #826131

#826131 #318261 #613182

Analogous Colors of #826131

#826131 #7b8231 #823931

Monochromatic Colors of #826131

#826131

Complementary Color

#826131 #315282

#826131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826131 Color CSS Codes

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

#826131 Text Font Color

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

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


#826131 Background Color

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

This div background color is #826131


#826131 Border Color

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

This div border color is #826131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826131


Comments

No comments written yet.

Please login to write comment.