Color Hex Logo

#825557 Color Hex

#825557
(130,85,87)
0 Favorites   0 Comments

Color spaces of #825557

RGB 1308587
HSL0.990.210.42
HSV357°35°51°
CMYK 0.000.350.33   0.49
XYZ14.174711.930910.5726
Yxy11.93090.38650.3253
Hunter Lab34.541112.80436.0309
CIE-Lab41.106119.00526.5330

#825557 color RGB value is (130,85,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010101 01010111
Octal 202 125 127
Decimal 130 85 87
Hex 82 55 57

RGB Percentages of Color #825557

%43.05
%28.15
%28.81

CMYK Percentages of Color #825557

%0
%35
%33
%49

Triadic Colors of #825557

#825557 #578255 #555782

Analogous Colors of #825557

#825557 #826a55 #82556e

Monochromatic Colors of #825557

#825557

Complementary Color

#825557 #558280

#825557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825557 Color CSS Codes

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

#825557 Text Font Color

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

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


#825557 Background Color

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

This div background color is #825557


#825557 Border Color

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

This div border color is #825557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825557


Comments

No comments written yet.

Please login to write comment.