Color Hex Logo

#847368 Color Hex

#847368
(132,115,104)
0 Favorites   0 Comments

Color spaces of #847368

RGB 132115104
HSL0.070.120.46
HSV24°21°52°
CMYK 0.000.130.21   0.48
XYZ18.145118.166515.6468
Yxy18.16650.34920.3496
Hunter Lab42.62221.40228.0699
CIE-Lab49.69744.72278.5139

#847368 color RGB value is (132,115,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110011 01101000
Octal 204 163 150
Decimal 132 115 104
Hex 84 73 68

RGB Percentages of Color #847368

%37.61
%32.76
%29.63

CMYK Percentages of Color #847368

%0
%13
%21
%48

Triadic Colors of #847368

#847368 #688473 #736884

Analogous Colors of #847368

#847368 #848168 #84686b

Monochromatic Colors of #847368

#847368

Complementary Color

#847368 #687984

#847368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847368 Color CSS Codes

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

#847368 Text Font Color

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

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


#847368 Background Color

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

This div background color is #847368


#847368 Border Color

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

This div border color is #847368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847368


Comments

No comments written yet.

Please login to write comment.