Color Hex Logo

#848664 Color Hex

#848664
(132,134,100)
0 Favorites   0 Comments

Color spaces of #848664

RGB 132134100
HSL0.180.150.46
HSV64°25°53°
CMYK 0.010.000.25   0.47
XYZ20.341122.875815.4000
Yxy22.87580.34700.3903
Hunter Lab47.8287-7.785714.3897
CIE-Lab54.9442-6.717618.1137

#848664 color RGB value is (132,134,100).

#848664 hex color red value is 132, green value is 134 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #848664 hue: 0.18 , saturation: 0.15 and the lightness value of 848664 is 0.46.

The process color (four color CMYK) of #848664 color hex is 0.01, 0.00, 0.25, 0.47. Web safe color of #848664 is #999966. Color #848664 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000110 01100100
Octal 204 206 144
Decimal 132 134 100
Hex 84 86 64

RGB Percentages of Color #848664

%36.07
%36.61
%27.32

CMYK Percentages of Color #848664

%1
%0
%25
%47

Triadic Colors of #848664

#848664 #648486 #866484

Analogous Colors of #848664

#848664 #738664 #867764

Monochromatic Colors of #848664

#848664

Complementary Color

#848664 #666486

#848664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848664 Color CSS Codes

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

#848664 Text Font Color

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

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


#848664 Background Color

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

This div background color is #848664


#848664 Border Color

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

This div border color is #848664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848664


Comments

No comments written yet.

Please login to write comment.