Color Hex Logo

#847966 Color Hex

#847966
(132,121,102)
0 Favorites   0 Comments

Color spaces of #847966

RGB 132121102
HSL0.110.130.46
HSV38°23°52°
CMYK 0.000.080.23   0.48
XYZ18.751419.539615.3536
Yxy19.53960.34950.3642
Hunter Lab44.2036-1.635710.3489
CIE-Lab51.31260.932311.9572

#847966 color RGB value is (132,121,102).

#847966 hex color red value is 132, green value is 121 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #847966 hue: 0.11 , saturation: 0.13 and the lightness value of 847966 is 0.46.

The process color (four color CMYK) of #847966 color hex is 0.00, 0.08, 0.23, 0.48. Web safe color of #847966 is #996666. Color #847966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111001 01100110
Octal 204 171 146
Decimal 132 121 102
Hex 84 79 66

RGB Percentages of Color #847966

%37.18
%34.08
%28.73

CMYK Percentages of Color #847966

%0
%8
%23
%48

Triadic Colors of #847966

#847966 #668479 #796684

Analogous Colors of #847966

#847966 #808466 #846a66

Monochromatic Colors of #847966

#847966

Complementary Color

#847966 #667184

#847966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847966 Color CSS Codes

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

#847966 Text Font Color

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

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


#847966 Background Color

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

This div background color is #847966


#847966 Border Color

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

This div border color is #847966


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,121,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #847966; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #847966;
  -webkit-box-shadow: 1px 1px 3px 2px #847966;
  box-shadow:         1px 1px 3px 2px #847966; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847966


Comments

No comments written yet.

Please login to write comment.