Color Hex Logo

#84736c Color Hex

#84736C
(132,115,108)
0 Favorites   0 Comments

Color spaces of #84736c

RGB 132115108
HSL0.050.100.47
HSV18°18°52°
CMYK 0.000.130.18   0.48
XYZ18.353218.249716.7426
Yxy18.24970.34400.3421
Hunter Lab42.71971.92776.6670
CIE-Lab49.79765.38756.2960

#84736c color RGB value is (132,115,108).

#84736c hex color red value is 132, green value is 115 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #84736c hue: 0.05 , saturation: 0.10 and the lightness value of 84736c is 0.47.

The process color (four color CMYK) of #84736c color hex is 0.00, 0.13, 0.18, 0.48. Web safe color of #84736c is #996666. Color #84736c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110011 01101100
Octal 204 163 154
Decimal 132 115 108
Hex 84 73 6C

RGB Percentages of Color #84736c

%37.18
%32.39
%30.42

CMYK Percentages of Color #84736c

%0
%13
%18
%48

Triadic Colors of #84736c

#84736c #6c8473 #736c84

Analogous Colors of #84736c

#84736c #847f6c #846c71

Monochromatic Colors of #84736c

#84736c

Complementary Color

#84736c #6c7d84

#84736c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84736c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84736c Color CSS Codes

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

#84736c Text Font Color

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

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


#84736c Background Color

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

This div background color is #84736c


#84736c Border Color

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

This div border color is #84736c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,115,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84736c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84736c;
  -webkit-box-shadow: 1px 1px 3px 2px #84736c;
  box-shadow:         1px 1px 3px 2px #84736c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84736c

#84736c Color Palettes


Comments

No comments written yet.

Please login to write comment.