Color Hex Logo

#84835d Color Hex

#84835D
(132,131,93)
0 Favorites   0 Comments

Color spaces of #84835d

RGB 13213193
HSL0.160.170.44
HSV58°30°52°
CMYK 0.000.010.30   0.48
XYZ19.607821.928413.5551
Yxy21.92840.35590.3980
Hunter Lab46.8278-7.206815.6169
CIE-Lab53.9510-6.074420.7407

#84835d color RGB value is (132,131,93).

#84835d hex color red value is 132, green value is 131 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #84835d hue: 0.16 , saturation: 0.17 and the lightness value of 84835d is 0.44.

The process color (four color CMYK) of #84835d color hex is 0.00, 0.01, 0.30, 0.48. Web safe color of #84835d is #999966. Color #84835d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000011 01011101
Octal 204 203 135
Decimal 132 131 93
Hex 84 83 5D

RGB Percentages of Color #84835d

%37.08
%36.80
%26.12

CMYK Percentages of Color #84835d

%0
%1
%30
%48

Triadic Colors of #84835d

#84835d #5d8483 #835d84

Analogous Colors of #84835d

#84835d #72845d #84705d

Monochromatic Colors of #84835d

#84835d

Complementary Color

#84835d #5d5e84

#84835d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84835d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84835d Color CSS Codes

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

#84835d Text Font Color

<p style="color:#84835d">Text here</p>

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


#84835d Background Color

<div style="background-color:#84835d">
Div content here</div>

This div background color is #84835d


#84835d Border Color

<div style="border:3px solid #84835d">
Div here</div>

This div border color is #84835d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,131,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84835d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84835d;
  -webkit-box-shadow: 1px 1px 3px 2px #84835d;
  box-shadow:         1px 1px 3px 2px #84835d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84835d

#84835d Color Palettes


Comments

No comments written yet.

Please login to write comment.