Color Hex Logo

#847252 Color Hex

#847252
(132,114,82)
0 Favorites   0 Comments

Color spaces of #847252

RGB 13211482
HSL0.110.230.42
HSV38°38°52°
CMYK 0.000.140.38   0.48
XYZ17.056017.549410.4711
Yxy17.54940.37840.3893
Hunter Lab41.8920-0.636114.5046
CIE-Lab48.94502.086820.3434

#847252 color RGB value is (132,114,82).

#847252 hex color red value is 132, green value is 114 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #847252 hue: 0.11 , saturation: 0.23 and the lightness value of 847252 is 0.42.

The process color (four color CMYK) of #847252 color hex is 0.00, 0.14, 0.38, 0.48. Web safe color of #847252 is #996666. Color #847252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110010 01010010
Octal 204 162 122
Decimal 132 114 82
Hex 84 72 52

RGB Percentages of Color #847252

%40.24
%34.76
%25.00

CMYK Percentages of Color #847252

%0
%14
%38
%48

Triadic Colors of #847252

#847252 #528472 #725284

Analogous Colors of #847252

#847252 #7d8452 #845952

Monochromatic Colors of #847252

#847252

Complementary Color

#847252 #526484

#847252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847252 Color CSS Codes

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

#847252 Text Font Color

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

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


#847252 Background Color

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

This div background color is #847252


#847252 Border Color

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

This div border color is #847252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847252


Comments

No comments written yet.

Please login to write comment.