Color Hex Logo

#848670 Color Hex

#848670
(132,134,112)
0 Favorites   0 Comments

Color spaces of #848670

RGB 132134112
HSL0.180.090.48
HSV65°16°53°
CMYK 0.010.000.16   0.47
XYZ20.965423.125618.6879
Yxy23.12560.33400.3684
Hunter Lab48.0891-6.335210.6217
CIE-Lab55.2015-4.797711.6144

#848670 color RGB value is (132,134,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000110 01110000
Octal 204 206 160
Decimal 132 134 112
Hex 84 86 70

RGB Percentages of Color #848670

%34.92
%35.45
%29.63

CMYK Percentages of Color #848670

%1
%0
%16
%47

Triadic Colors of #848670

#848670 #708486 #867084

Analogous Colors of #848670

#848670 #798670 #867d70

Monochromatic Colors of #848670

#848670

Complementary Color

#848670 #727086

#848670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848670 Color CSS Codes

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

#848670 Text Font Color

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

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


#848670 Background Color

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

This div background color is #848670


#848670 Border Color

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

This div border color is #848670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848670


Comments

No comments written yet.

Please login to write comment.