Color Hex Logo

#847242 Color Hex

#847242
(132,114,66)
0 Favorites   0 Comments

Color spaces of #847242

RGB 13211466
HSL0.120.330.39
HSV44°50°52°
CMYK 0.000.140.50   0.48
XYZ16.516417.33357.6294
Yxy17.33350.39820.4179
Hunter Lab41.6335-2.046118.2785
CIE-Lab48.67750.233529.0599

#847242 color RGB value is (132,114,66).

#847242 hex color red value is 132, green value is 114 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #847242 hue: 0.12 , saturation: 0.33 and the lightness value of 847242 is 0.39.

The process color (four color CMYK) of #847242 color hex is 0.00, 0.14, 0.50, 0.48. Web safe color of #847242 is #996633. Color #847242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110010 01000010
Octal 204 162 102
Decimal 132 114 66
Hex 84 72 42

RGB Percentages of Color #847242

%42.31
%36.54
%21.15

CMYK Percentages of Color #847242

%0
%14
%50
%48

Triadic Colors of #847242

#847242 #428472 #724284

Analogous Colors of #847242

#847242 #758442 #845142

Monochromatic Colors of #847242

#847242

Complementary Color

#847242 #425484

#847242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847242 Color CSS Codes

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

#847242 Text Font Color

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

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


#847242 Background Color

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

This div background color is #847242


#847242 Border Color

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

This div border color is #847242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847242


Comments

No comments written yet.

Please login to write comment.