Color Hex Logo

#849168 Color Hex

#849168
(132,145,104)
0 Favorites   0 Comments

Color spaces of #849168

RGB 132145104
HSL0.220.160.49
HSV79°28°57°
CMYK 0.090.000.28   0.43
XYZ22.139826.155816.9784
Yxy26.15580.33920.4007
Hunter Lab51.1427-12.226816.1168
CIE-Lab58.1846-12.117420.2558

#849168 color RGB value is (132,145,104).

#849168 hex color red value is 132, green value is 145 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #849168 hue: 0.22 , saturation: 0.16 and the lightness value of 849168 is 0.49.

The process color (four color CMYK) of #849168 color hex is 0.09, 0.00, 0.28, 0.43. Web safe color of #849168 is #999966. Color #849168 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010001 01101000
Octal 204 221 150
Decimal 132 145 104
Hex 84 91 68

RGB Percentages of Color #849168

%34.65
%38.06
%27.30

CMYK Percentages of Color #849168

%9
%0
%28
%43

Triadic Colors of #849168

#849168 #688491 #916884

Analogous Colors of #849168

#849168 #709168 #918a68

Monochromatic Colors of #849168

#849168

Complementary Color

#849168 #756891

#849168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849168 Color CSS Codes

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

#849168 Text Font Color

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

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


#849168 Background Color

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

This div background color is #849168


#849168 Border Color

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

This div border color is #849168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849168


Comments

No comments written yet.

Please login to write comment.