Color Hex Logo

#816563 Color Hex

#816563
(129,101,99)
0 Favorites   0 Comments

Color spaces of #816563

RGB 12910199
HSL0.010.130.45
HSV23°51°
CMYK 0.000.220.23   0.49
XYZ15.959114.875313.8345
Yxy14.87530.35730.3330
Hunter Lab38.56856.36595.7307
CIE-Lab45.462910.91535.4246

#816563 color RGB value is (129,101,99).

#816563 hex color red value is 129, green value is 101 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #816563 hue: 0.01 , saturation: 0.13 and the lightness value of 816563 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100101 01100011
Octal 201 145 143
Decimal 129 101 99
Hex 81 65 63

RGB Percentages of Color #816563

%39.21
%30.70
%30.09

CMYK Percentages of Color #816563

%0
%22
%23
%49

Triadic Colors of #816563

#816563 #638165 #656381

Analogous Colors of #816563

#816563 #817463 #816370

Monochromatic Colors of #816563

#816563

Complementary Color

#816563 #637f81

#816563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816563 Color CSS Codes

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

#816563 Text Font Color

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

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


#816563 Background Color

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

This div background color is #816563


#816563 Border Color

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

This div border color is #816563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816563


Comments

No comments written yet.

Please login to write comment.