Color Hex Logo

#848468 Color Hex

#848468
(132,132,104)
0 Favorites   0 Comments

Color spaces of #848468

RGB 132132104
HSL0.170.120.46
HSV60°21°52°
CMYK 0.000.000.21   0.48
XYZ20.265722.407516.3537
Yxy22.40750.34330.3796
Hunter Lab47.3366-6.419712.6523
CIE-Lab54.4567-4.986515.1652

#848468 color RGB value is (132,132,104).

#848468 hex color red value is 132, green value is 132 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #848468 hue: 0.17 , saturation: 0.12 and the lightness value of 848468 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000100 01101000
Octal 204 204 150
Decimal 132 132 104
Hex 84 84 68

RGB Percentages of Color #848468

%35.87
%35.87
%28.26

CMYK Percentages of Color #848468

%0
%0
%21
%48

Triadic Colors of #848468

#848468 #688484 #846884

Analogous Colors of #848468

#848468 #768468 #847668

Monochromatic Colors of #848468

#848468

Complementary Color

#848468 #686884

#848468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848468 Color CSS Codes

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

#848468 Text Font Color

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

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


#848468 Background Color

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

This div background color is #848468


#848468 Border Color

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

This div border color is #848468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848468


Comments

No comments written yet.

Please login to write comment.