Color Hex Logo

#815656 Color Hex

#815656
(129,86,86)
0 Favorites   0 Comments

Color spaces of #815656

RGB 1298686
HSL0.000.200.42
HSV33°51°
CMYK 0.000.330.33   0.49
XYZ14.060811.994610.3782
Yxy11.99460.38590.3292
Hunter Lab34.633211.86146.4764
CIE-Lab41.207517.85587.2748

#815656 color RGB value is (129,86,86).

#815656 hex color red value is 129, green value is 86 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #815656 hue: 0.00 , saturation: 0.20 and the lightness value of 815656 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010110 01010110
Octal 201 126 126
Decimal 129 86 86
Hex 81 56 56

RGB Percentages of Color #815656

%42.86
%28.57
%28.57

CMYK Percentages of Color #815656

%0
%33
%33
%49

Triadic Colors of #815656

#815656 #568156 #565681

Analogous Colors of #815656

#815656 #816c56 #81566c

Monochromatic Colors of #815656

#815656

Complementary Color

#815656 #568181

#815656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815656 Color CSS Codes

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

#815656 Text Font Color

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

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


#815656 Background Color

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

This div background color is #815656


#815656 Border Color

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

This div border color is #815656


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,86,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #815656; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #815656;
  -webkit-box-shadow: 1px 1px 3px 2px #815656;
  box-shadow:         1px 1px 3px 2px #815656; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815656


Comments

No comments written yet.

Please login to write comment.