Color Hex Logo

#84968d Color Hex

#84968D
(132,150,141)
0 Favorites   0 Comments

Color spaces of #84968d

RGB 132150141
HSL0.420.080.55
HSV150°12°59°
CMYK 0.120.000.06   0.41
XYZ25.229828.641329.3979
Yxy28.64130.30300.3440
Hunter Lab53.5176-9.50544.8935
CIE-Lab60.4637-8.24732.5687

#84968d color RGB value is (132,150,141).

#84968d hex color red value is 132, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #84968d hue: 0.42 , saturation: 0.08 and the lightness value of 84968d is 0.55.

The process color (four color CMYK) of #84968d color hex is 0.12, 0.00, 0.06, 0.41. Web safe color of #84968d is #999999. Color #84968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010110 10001101
Octal 204 226 215
Decimal 132 150 141
Hex 84 96 8D

RGB Percentages of Color #84968d

%31.21
%35.46
%33.33

CMYK Percentages of Color #84968d

%12
%0
%6
%41

Triadic Colors of #84968d

#84968d #8d8496 #968d84

Analogous Colors of #84968d

#84968d #849696 #849684

Monochromatic Colors of #84968d

#84968d

Complementary Color

#84968d #96848d

#84968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84968d Color CSS Codes

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

#84968d Text Font Color

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

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


#84968d Background Color

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

This div background color is #84968d


#84968d Border Color

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

This div border color is #84968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84968d


Comments

No comments written yet.

Please login to write comment.