Color Hex Logo

#84843a Color Hex

#84843A
(132,132,58)
0 Favorites   0 Comments

Color spaces of #84843a

RGB 13213258
HSL0.170.390.37
HSV60°56°52°
CMYK 0.000.000.56   0.48
XYZ18.530721.71367.2174
Yxy21.71360.39040.4575
Hunter Lab46.5979-10.561623.4352
CIE-Lab53.7218-10.598639.2687

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000100 00111010
Octal 204 204 72
Decimal 132 132 58
Hex 84 84 3A

RGB Percentages of Color #84843a

%40.99
%40.99
%18.01

CMYK Percentages of Color #84843a

%0
%0
%56
%48

Triadic Colors of #84843a

#84843a #3a8484 #843a84

Analogous Colors of #84843a

#84843a #5f843a #845f3a

Monochromatic Colors of #84843a

#84843a

Complementary Color

#84843a #3a3a84

#84843a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84843a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84843a Color CSS Codes

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

#84843a Text Font Color

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

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


#84843a Background Color

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

This div background color is #84843a


#84843a Border Color

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

This div border color is #84843a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84843a


Comments

No comments written yet.

Please login to write comment.