Color Hex Logo

#84958b Color Hex

#84958B
(132,149,139)
0 Favorites   0 Comments

Color spaces of #84958b

RGB 132149139
HSL0.400.070.55
HSV145°11°58°
CMYK 0.110.000.07   0.42
XYZ24.923428.264528.5681
Yxy28.26450.30490.3457
Hunter Lab53.1644-9.35705.3553
CIE-Lab60.1269-8.10173.2159

#84958b color RGB value is (132,149,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010101 10001011
Octal 204 225 213
Decimal 132 149 139
Hex 84 95 8B

RGB Percentages of Color #84958b

%31.43
%35.48
%33.10

CMYK Percentages of Color #84958b

%11
%0
%7
%42

Triadic Colors of #84958b

#84958b #8b8495 #958b84

Analogous Colors of #84958b

#84958b #849594 #869584

Monochromatic Colors of #84958b

#84958b

Complementary Color

#84958b #95848e

#84958b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84958b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84958b Color CSS Codes

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

#84958b Text Font Color

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

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


#84958b Background Color

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

This div background color is #84958b


#84958b Border Color

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

This div border color is #84958b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84958b


Comments

No comments written yet.

Please login to write comment.