Color Hex Logo

#84947d Color Hex

#84947D
(132,148,125)
0 Favorites   0 Comments

Color spaces of #84947d

RGB 132148125
HSL0.280.100.54
HSV102°16°58°
CMYK 0.110.000.16   0.42
XYZ23.807327.566023.4680
Yxy27.56600.31810.3683
Hunter Lab52.5033-10.941210.2508
CIE-Lab59.4946-10.226410.2494

#84947d color RGB value is (132,148,125).

#84947d hex color red value is 132, green value is 148 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #84947d hue: 0.28 , saturation: 0.10 and the lightness value of 84947d is 0.54.

The process color (four color CMYK) of #84947d color hex is 0.11, 0.00, 0.16, 0.42. Web safe color of #84947d is #999966. Color #84947d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010100 01111101
Octal 204 224 175
Decimal 132 148 125
Hex 84 94 7D

RGB Percentages of Color #84947d

%32.59
%36.54
%30.86

CMYK Percentages of Color #84947d

%11
%0
%16
%42

Triadic Colors of #84947d

#84947d #7d8494 #947d84

Analogous Colors of #84947d

#84947d #7d9482 #90947d

Monochromatic Colors of #84947d

#84947d

Complementary Color

#84947d #8d7d94

#84947d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84947d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84947d Color CSS Codes

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

#84947d Text Font Color

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

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


#84947d Background Color

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

This div background color is #84947d


#84947d Border Color

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

This div border color is #84947d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84947d


Comments

No comments written yet.

Please login to write comment.