Color Hex Logo

#826555 Color Hex

#826555
(130,101,85)
0 Favorites   0 Comments

Color spaces of #826555

RGB 13010185
HSL0.060.210.42
HSV21°35°51°
CMYK 0.000.220.35   0.49
XYZ15.499314.709110.6166
Yxy14.70910.37970.3603
Hunter Lab38.35245.020110.4342
CIE-Lab45.23329.230713.5213

#826555 color RGB value is (130,101,85).

#826555 hex color red value is 130, green value is 101 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #826555 hue: 0.06 , saturation: 0.21 and the lightness value of 826555 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100101 01010101
Octal 202 145 125
Decimal 130 101 85
Hex 82 65 55

RGB Percentages of Color #826555

%41.14
%31.96
%26.90

CMYK Percentages of Color #826555

%0
%22
%35
%49

Triadic Colors of #826555

#826555 #558265 #655582

Analogous Colors of #826555

#826555 #827c55 #82555c

Monochromatic Colors of #826555

#826555

Complementary Color

#826555 #557282

#826555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826555 Color CSS Codes

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

#826555 Text Font Color

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

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


#826555 Background Color

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

This div background color is #826555


#826555 Border Color

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

This div border color is #826555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826555


Comments

No comments written yet.

Please login to write comment.