Color Hex Logo

#826349 Color Hex

#826349
(130,99,73)
0 Favorites   0 Comments

Color spaces of #826349

RGB 1309973
HSL0.080.280.40
HSV27°44°51°
CMYK 0.000.240.44   0.49
XYZ14.870414.15058.2509
Yxy14.15050.39900.3797
Hunter Lab37.61724.732713.3274
CIE-Lab44.44808.869319.5869

#826349 color RGB value is (130,99,73).

#826349 hex color red value is 130, green value is 99 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #826349 hue: 0.08 , saturation: 0.28 and the lightness value of 826349 is 0.40.

The process color (four color CMYK) of #826349 color hex is 0.00, 0.24, 0.44, 0.49. Web safe color of #826349 is #996633. Color #826349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100011 01001001
Octal 202 143 111
Decimal 130 99 73
Hex 82 63 49

RGB Percentages of Color #826349

%43.05
%32.78
%24.17

CMYK Percentages of Color #826349

%0
%24
%44
%49

Triadic Colors of #826349

#826349 #498263 #634982

Analogous Colors of #826349

#826349 #828049 #82494c

Monochromatic Colors of #826349

#826349

Complementary Color

#826349 #496882

#826349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826349 Color CSS Codes

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

#826349 Text Font Color

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

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


#826349 Background Color

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

This div background color is #826349


#826349 Border Color

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

This div border color is #826349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826349


Comments

No comments written yet.

Please login to write comment.