Color Hex Logo

#84793c Color Hex

#84793C
(132,121,60)
0 Favorites   0 Comments

Color spaces of #84793c

RGB 13212160
HSL0.140.380.38
HSV51°55°52°
CMYK 0.000.080.55   0.48
XYZ17.168718.90657.0194
Yxy18.90650.39840.4387
Hunter Lab43.4816-5.612120.8657
CIE-Lab50.5776-4.330834.5948

#84793c color RGB value is (132,121,60).

#84793c hex color red value is 132, green value is 121 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #84793c hue: 0.14 , saturation: 0.38 and the lightness value of 84793c is 0.38.

The process color (four color CMYK) of #84793c color hex is 0.00, 0.08, 0.55, 0.48. Web safe color of #84793c is #996633. Color #84793c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111001 00111100
Octal 204 171 74
Decimal 132 121 60
Hex 84 79 3C

RGB Percentages of Color #84793c

%42.17
%38.66
%19.17

CMYK Percentages of Color #84793c

%0
%8
%55
%48

Triadic Colors of #84793c

#84793c #3c8479 #793c84

Analogous Colors of #84793c

#84793c #6b843c #84553c

Monochromatic Colors of #84793c

#84793c

Complementary Color

#84793c #3c4784

#84793c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84793c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84793c Color CSS Codes

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

#84793c Text Font Color

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

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


#84793c Background Color

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

This div background color is #84793c


#84793c Border Color

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

This div border color is #84793c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84793c


Comments

No comments written yet.

Please login to write comment.