Color Hex Logo

#826648 Color Hex

#826648
(130,102,72)
0 Favorites   0 Comments

Color spaces of #826648

RGB 13010272
HSL0.090.290.40
HSV31°45°51°
CMYK 0.000.220.45   0.49
XYZ15.127014.71648.1742
Yxy14.71640.39790.3871
Hunter Lab38.36203.253214.2198
CIE-Lab45.24336.982121.2212

#826648 color RGB value is (130,102,72).

#826648 hex color red value is 130, green value is 102 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #826648 hue: 0.09 , saturation: 0.29 and the lightness value of 826648 is 0.40.

The process color (four color CMYK) of #826648 color hex is 0.00, 0.22, 0.45, 0.49. Web safe color of #826648 is #996633. Color #826648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100110 01001000
Octal 202 146 110
Decimal 130 102 72
Hex 82 66 48

RGB Percentages of Color #826648

%42.76
%33.55
%23.68

CMYK Percentages of Color #826648

%0
%22
%45
%49

Triadic Colors of #826648

#826648 #488266 #664882

Analogous Colors of #826648

#826648 #818248 #824948

Monochromatic Colors of #826648

#826648

Complementary Color

#826648 #486482

#826648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826648 Color CSS Codes

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

#826648 Text Font Color

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

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


#826648 Background Color

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

This div background color is #826648


#826648 Border Color

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

This div border color is #826648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826648


Comments

No comments written yet.

Please login to write comment.