Color Hex Logo

#849786 Color Hex

#849786
(132,151,134)
0 Favorites   0 Comments

Color spaces of #849786

RGB 132151134
HSL0.350.080.55
HSV126°13°59°
CMYK 0.130.000.11   0.41
XYZ24.885428.760026.7939
Yxy28.76000.30940.3575
Hunter Lab53.6284-11.01957.9173
CIE-Lab60.5692-10.17086.6858

#849786 color RGB value is (132,151,134).

#849786 hex color red value is 132, green value is 151 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #849786 hue: 0.35 , saturation: 0.08 and the lightness value of 849786 is 0.55.

The process color (four color CMYK) of #849786 color hex is 0.13, 0.00, 0.11, 0.41. Web safe color of #849786 is #999999. Color #849786 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010111 10000110
Octal 204 227 206
Decimal 132 151 134
Hex 84 97 86

RGB Percentages of Color #849786

%31.65
%36.21
%32.13

CMYK Percentages of Color #849786

%13
%0
%11
%41

Triadic Colors of #849786

#849786 #868497 #978684

Analogous Colors of #849786

#849786 #849790 #8c9784

Monochromatic Colors of #849786

#849786

Complementary Color

#849786 #978495

#849786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849786 Color CSS Codes

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

#849786 Text Font Color

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

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


#849786 Background Color

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

This div background color is #849786


#849786 Border Color

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

This div border color is #849786


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,151,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #849786; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #849786;
  -webkit-box-shadow: 1px 1px 3px 2px #849786;
  box-shadow:         1px 1px 3px 2px #849786; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849786


Comments

No comments written yet.

Please login to write comment.