Color Hex Logo

#817345 Color Hex

#817345
(129,115,69)
0 Favorites   0 Comments

Color spaces of #817345

RGB 12911569
HSL0.130.300.39
HSV46°47°51°
CMYK 0.000.110.47   0.49
XYZ16.258217.35838.1238
Yxy17.35830.38950.4159
Hunter Lab41.6633-3.255017.6035
CIE-Lab48.7084-1.361027.3692

#817345 color RGB value is (129,115,69).

#817345 hex color red value is 129, green value is 115 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #817345 hue: 0.13 , saturation: 0.30 and the lightness value of 817345 is 0.39.

The process color (four color CMYK) of #817345 color hex is 0.00, 0.11, 0.47, 0.49. Web safe color of #817345 is #996633. Color #817345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110011 01000101
Octal 201 163 105
Decimal 129 115 69
Hex 81 73 45

RGB Percentages of Color #817345

%41.21
%36.74
%22.04

CMYK Percentages of Color #817345

%0
%11
%47
%49

Triadic Colors of #817345

#817345 #458173 #734581

Analogous Colors of #817345

#817345 #718145 #815545

Monochromatic Colors of #817345

#817345

Complementary Color

#817345 #455381

#817345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817345 Color CSS Codes

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

#817345 Text Font Color

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

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


#817345 Background Color

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

This div background color is #817345


#817345 Border Color

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

This div border color is #817345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817345


Comments

No comments written yet.

Please login to write comment.