Color Hex Logo

#84958f Color Hex

#84958F
(132,149,143)
0 Favorites   0 Comments

Color spaces of #84958f

RGB 132149143
HSL0.440.070.55
HSV159°11°58°
CMYK 0.110.000.04   0.42
XYZ25.221128.383630.1359
Yxy28.38360.30120.3389
Hunter Lab53.2763-8.73123.7558
CIE-Lab60.2337-7.29281.0994

#84958f color RGB value is (132,149,143).

#84958f hex color red value is 132, green value is 149 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #84958f hue: 0.44 , saturation: 0.07 and the lightness value of 84958f is 0.55.

The process color (four color CMYK) of #84958f color hex is 0.11, 0.00, 0.04, 0.42. Web safe color of #84958f is #999999. Color #84958f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010101 10001111
Octal 204 225 217
Decimal 132 149 143
Hex 84 95 8F

RGB Percentages of Color #84958f

%31.13
%35.14
%33.73

CMYK Percentages of Color #84958f

%11
%0
%4
%42

Triadic Colors of #84958f

#84958f #8f8495 #958f84

Analogous Colors of #84958f

#84958f #849395 #849587

Monochromatic Colors of #84958f

#84958f

Complementary Color

#84958f #95848a

#84958f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84958f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84958f Color CSS Codes

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

#84958f Text Font Color

<p style="color:#84958f">Text here</p>

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


#84958f Background Color

<div style="background-color:#84958f">
Div content here</div>

This div background color is #84958f


#84958f Border Color

<div style="border:3px solid #84958f">
Div here</div>

This div border color is #84958f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,149,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84958f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84958f;
  -webkit-box-shadow: 1px 1px 3px 2px #84958f;
  box-shadow:         1px 1px 3px 2px #84958f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84958f


Comments

No comments written yet.

Please login to write comment.