Color Hex Logo

#817063 Color Hex

#817063
(129,112,99)
0 Favorites   0 Comments

Color spaces of #817063

RGB 12911299
HSL0.070.130.45
HSV26°23°51°
CMYK 0.000.130.23   0.49
XYZ17.099617.156314.2146
Yxy17.15630.35280.3540
Hunter Lab41.42021.20548.6469
CIE-Lab48.45644.43299.6732

#817063 color RGB value is (129,112,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110000 01100011
Octal 201 160 143
Decimal 129 112 99
Hex 81 70 63

RGB Percentages of Color #817063

%37.94
%32.94
%29.12

CMYK Percentages of Color #817063

%0
%13
%23
%49

Triadic Colors of #817063

#817063 #638170 #706381

Analogous Colors of #817063

#817063 #817f63 #816365

Monochromatic Colors of #817063

#817063

Complementary Color

#817063 #637481

#817063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817063 Color CSS Codes

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

#817063 Text Font Color

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

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


#817063 Background Color

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

This div background color is #817063


#817063 Border Color

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

This div border color is #817063


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,112,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 #817063">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817063

#817063 Color Palettes


Comments

No comments written yet.

Please login to write comment.