Color Hex Logo

#826642 Color Hex

#826642
(130,102,66)
0 Favorites   0 Comments

Color spaces of #826642

RGB 13010266
HSL0.090.330.38
HSV34°49°51°
CMYK 0.000.220.49   0.49
XYZ14.940714.64197.1930
Yxy14.64190.40630.3981
Hunter Lab38.26472.733115.6400
CIE-Lab45.13986.311424.5634

#826642 color RGB value is (130,102,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100110 01000010
Octal 202 146 102
Decimal 130 102 66
Hex 82 66 42

RGB Percentages of Color #826642

%43.62
%34.23
%22.15

CMYK Percentages of Color #826642

%0
%22
%49
%49

Triadic Colors of #826642

#826642 #428266 #664282

Analogous Colors of #826642

#826642 #7e8242 #824642

Monochromatic Colors of #826642

#826642

Complementary Color

#826642 #425e82

#826642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826642 Color CSS Codes

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

#826642 Text Font Color

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

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


#826642 Background Color

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

This div background color is #826642


#826642 Border Color

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

This div border color is #826642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826642

#826642 Color Palettes


Comments

No comments written yet.

Please login to write comment.