Color Hex Logo

#848866 Color Hex

#848866
(132,136,102)
0 Favorites   0 Comments

Color spaces of #848866

RGB 132136102
HSL0.190.140.47
HSV67°25°53°
CMYK 0.030.000.25   0.47
XYZ20.718223.473216.0092
Yxy23.47320.34420.3899
Hunter Lab48.4491-8.454514.3230
CIE-Lab55.5564-7.519817.8131

#848866 color RGB value is (132,136,102).

#848866 hex color red value is 132, green value is 136 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #848866 hue: 0.19 , saturation: 0.14 and the lightness value of 848866 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001000 01100110
Octal 204 210 146
Decimal 132 136 102
Hex 84 88 66

RGB Percentages of Color #848866

%35.68
%36.76
%27.57

CMYK Percentages of Color #848866

%3
%0
%25
%47

Triadic Colors of #848866

#848866 #668488 #886684

Analogous Colors of #848866

#848866 #738866 #887b66

Monochromatic Colors of #848866

#848866

Complementary Color

#848866 #6a6688

#848866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848866 Color CSS Codes

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

#848866 Text Font Color

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

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


#848866 Background Color

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

This div background color is #848866


#848866 Border Color

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

This div border color is #848866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848866


Comments

No comments written yet.

Please login to write comment.