Color Hex Logo

#826064 Color Hex

#826064
(130,96,100)
0 Favorites   0 Comments

Color spaces of #826064

RGB 13096100
HSL0.980.150.44
HSV353°26°51°
CMYK 0.000.260.23   0.49
XYZ15.689014.031713.9381
Yxy14.03170.35940.3214
Hunter Lab37.45899.20854.1600
CIE-Lab44.278414.45623.1319

#826064 color RGB value is (130,96,100).

#826064 hex color red value is 130, green value is 96 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #826064 hue: 0.98 , saturation: 0.15 and the lightness value of 826064 is 0.44.

The process color (four color CMYK) of #826064 color hex is 0.00, 0.26, 0.23, 0.49. Web safe color of #826064 is #996666. Color #826064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100000 01100100
Octal 202 140 144
Decimal 130 96 100
Hex 82 60 64

RGB Percentages of Color #826064

%39.88
%29.45
%30.67

CMYK Percentages of Color #826064

%0
%26
%23
%49

Triadic Colors of #826064

#826064 #648260 #606482

Analogous Colors of #826064

#826064 #826d60 #826075

Monochromatic Colors of #826064

#826064

Complementary Color

#826064 #60827e

#826064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826064 Color CSS Codes

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

#826064 Text Font Color

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

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


#826064 Background Color

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

This div background color is #826064


#826064 Border Color

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

This div border color is #826064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826064


Comments

No comments written yet.

Please login to write comment.