Color Hex Logo

#84623c Color Hex

#84623C
(132,98,60)
0 Favorites   0 Comments

Color spaces of #84623c

RGB 1329860
HSL0.090.380.38
HSV32°55°52°
CMYK 0.000.260.55   0.48
XYZ14.699013.96716.1962
Yxy13.96710.42160.4006
Hunter Lab37.37264.803816.3308
CIE-Lab44.18578.960726.8404

#84623c color RGB value is (132,98,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100010 00111100
Octal 204 142 74
Decimal 132 98 60
Hex 84 62 3C

RGB Percentages of Color #84623c

%45.52
%33.79
%20.69

CMYK Percentages of Color #84623c

%0
%26
%55
%48

Triadic Colors of #84623c

#84623c #3c8462 #623c84

Analogous Colors of #84623c

#84623c #82843c #843e3c

Monochromatic Colors of #84623c

#84623c

Complementary Color

#84623c #3c5e84

#84623c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84623c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84623c Color CSS Codes

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

#84623c Text Font Color

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

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


#84623c Background Color

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

This div background color is #84623c


#84623c Border Color

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

This div border color is #84623c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84623c


Comments

No comments written yet.

Please login to write comment.