Color Hex Logo

#848064 Color Hex

#848064
(132,128,100)
0 Favorites   0 Comments

Color spaces of #848064

RGB 132128100
HSL0.150.140.45
HSV53°24°52°
CMYK 0.000.030.24   0.48
XYZ19.535121.264015.1313
Yxy21.26400.34930.3802
Hunter Lab46.1129-5.078512.8239
CIE-Lab53.2372-3.363615.7803

#848064 color RGB value is (132,128,100).

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

The process color (four color CMYK) of #848064 color hex is 0.00, 0.03, 0.24, 0.48. Web safe color of #848064 is #999966. Color #848064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000000 01100100
Octal 204 200 144
Decimal 132 128 100
Hex 84 80 64

RGB Percentages of Color #848064

%36.67
%35.56
%27.78

CMYK Percentages of Color #848064

%0
%3
%24
%48

Triadic Colors of #848064

#848064 #648480 #806484

Analogous Colors of #848064

#848064 #788464 #847064

Monochromatic Colors of #848064

#848064

Complementary Color

#848064 #646884

#848064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848064 Color CSS Codes

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

#848064 Text Font Color

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

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


#848064 Background Color

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

This div background color is #848064


#848064 Border Color

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

This div border color is #848064


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,128,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 #848064">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848064


Comments

No comments written yet.

Please login to write comment.