Color Hex Logo

#84653c Color Hex

#84653C
(132,101,60)
0 Favorites   0 Comments

Color spaces of #84653c

RGB 13210160
HSL0.090.380.38
HSV34°55°52°
CMYK 0.000.230.55   0.48
XYZ14.985014.53916.2915
Yxy14.53910.41840.4059
Hunter Lab38.13023.422016.9082
CIE-Lab44.99637.196027.8456

#84653c color RGB value is (132,101,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100101 00111100
Octal 204 145 74
Decimal 132 101 60
Hex 84 65 3C

RGB Percentages of Color #84653c

%45.05
%34.47
%20.48

CMYK Percentages of Color #84653c

%0
%23
%55
%48

Triadic Colors of #84653c

#84653c #3c8465 #653c84

Analogous Colors of #84653c

#84653c #7f843c #84413c

Monochromatic Colors of #84653c

#84653c

Complementary Color

#84653c #3c5b84

#84653c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84653c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84653c Color CSS Codes

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

#84653c Text Font Color

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

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


#84653c Background Color

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

This div background color is #84653c


#84653c Border Color

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

This div border color is #84653c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84653c


Comments

No comments written yet.

Please login to write comment.