Color Hex Logo

#826249 Color Hex

#826249
(130,98,73)
0 Favorites   0 Comments

Color spaces of #826249

RGB 1309873
HSL0.070.280.40
HSV26°44°51°
CMYK 0.000.250.44   0.49
XYZ14.776213.96228.2195
Yxy13.96220.39980.3778
Hunter Lab37.36605.196313.1140
CIE-Lab44.17879.460019.2301

#826249 color RGB value is (130,98,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100010 01001001
Octal 202 142 111
Decimal 130 98 73
Hex 82 62 49

RGB Percentages of Color #826249

%43.19
%32.56
%24.25

CMYK Percentages of Color #826249

%0
%25
%44
%49

Triadic Colors of #826249

#826249 #498262 #624982

Analogous Colors of #826249

#826249 #827f49 #82494c

Monochromatic Colors of #826249

#826249

Complementary Color

#826249 #496982

#826249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826249 Color CSS Codes

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

#826249 Text Font Color

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

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


#826249 Background Color

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

This div background color is #826249


#826249 Border Color

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

This div border color is #826249


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,98,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 #826249">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826249


Comments

No comments written yet.

Please login to write comment.