Color Hex Logo

#84513a Color Hex

#84513A
(132,81,58)
0 Favorites   0 Comments

Color spaces of #84513a

RGB 1328158
HSL0.050.390.37
HSV19°56°52°
CMYK 0.000.390.56   0.48
XYZ13.221911.09595.4478
Yxy11.09590.44420.3728
Hunter Lab33.310512.558413.6207
CIE-Lab39.741518.807622.4090

#84513a color RGB value is (132,81,58).

#84513a hex color red value is 132, green value is 81 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #84513a hue: 0.05 , saturation: 0.39 and the lightness value of 84513a is 0.37.

The process color (four color CMYK) of #84513a color hex is 0.00, 0.39, 0.56, 0.48. Web safe color of #84513a is #996633. Color #84513a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010001 00111010
Octal 204 121 72
Decimal 132 81 58
Hex 84 51 3A

RGB Percentages of Color #84513a

%48.71
%29.89
%21.40

CMYK Percentages of Color #84513a

%0
%39
%56
%48

Triadic Colors of #84513a

#84513a #3a8451 #513a84

Analogous Colors of #84513a

#84513a #84763a #843a48

Monochromatic Colors of #84513a

#84513a

Complementary Color

#84513a #3a6d84

#84513a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84513a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84513a Color CSS Codes

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

#84513a Text Font Color

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

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


#84513a Background Color

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

This div background color is #84513a


#84513a Border Color

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

This div border color is #84513a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,81,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84513a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84513a;
  -webkit-box-shadow: 1px 1px 3px 2px #84513a;
  box-shadow:         1px 1px 3px 2px #84513a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84513a


Comments

No comments written yet.

Please login to write comment.