Color Hex Logo

#848360 Color Hex

#848360
(132,131,96)
0 Favorites   0 Comments

Color spaces of #848360

RGB 13213196
HSL0.160.160.45
HSV58°27°52°
CMYK 0.000.010.27   0.48
XYZ19.743321.982714.2688
Yxy21.98270.35260.3926
Hunter Lab46.8857-6.884714.7762
CIE-Lab54.0086-5.644119.1173

#848360 color RGB value is (132,131,96).

#848360 hex color red value is 132, green value is 131 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #848360 hue: 0.16 , saturation: 0.16 and the lightness value of 848360 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000011 01100000
Octal 204 203 140
Decimal 132 131 96
Hex 84 83 60

RGB Percentages of Color #848360

%36.77
%36.49
%26.74

CMYK Percentages of Color #848360

%0
%1
%27
%48

Triadic Colors of #848360

#848360 #608483 #836084

Analogous Colors of #848360

#848360 #738460 #847160

Monochromatic Colors of #848360

#848360

Complementary Color

#848360 #606184

#848360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848360 Color CSS Codes

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

#848360 Text Font Color

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

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


#848360 Background Color

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

This div background color is #848360


#848360 Border Color

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

This div border color is #848360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848360


Comments

No comments written yet.

Please login to write comment.