Color Hex Logo

#84503c Color Hex

#84503C
(132,80,60)
0 Favorites   0 Comments

Color spaces of #84503c

RGB 1328060
HSL0.050.380.38
HSV17°55°52°
CMYK 0.000.390.55   0.48
XYZ13.200010.96915.6965
Yxy10.96910.44200.3673
Hunter Lab33.119613.182712.9860
CIE-Lab39.528419.583220.9367

#84503c color RGB value is (132,80,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010000 00111100
Octal 204 120 74
Decimal 132 80 60
Hex 84 50 3C

RGB Percentages of Color #84503c

%48.53
%29.41
%22.06

CMYK Percentages of Color #84503c

%0
%39
%55
%48

Triadic Colors of #84503c

#84503c #3c8450 #503c84

Analogous Colors of #84503c

#84503c #84743c #843c4c

Monochromatic Colors of #84503c

#84503c

Complementary Color

#84503c #3c7084

#84503c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84503c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84503c Color CSS Codes

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

#84503c Text Font Color

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

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


#84503c Background Color

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

This div background color is #84503c


#84503c Border Color

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

This div border color is #84503c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,80,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 #84503c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84503c


Comments

No comments written yet.

Please login to write comment.